Documentation ¶
Index ¶
- func CreateCreateReplyPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type CreateReplyPostRequestBody
- func (m *CreateReplyPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *CreateReplyPostRequestBody) GetComment() *string
- func (m *CreateReplyPostRequestBody) GetFieldDeserializers() ...
- func (m *CreateReplyPostRequestBody) GetMessage() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable
- func (m *CreateReplyPostRequestBody) Serialize(...) error
- func (m *CreateReplyPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *CreateReplyPostRequestBody) SetComment(value *string)
- func (m *CreateReplyPostRequestBody) SetMessage(...)
- type CreateReplyPostRequestBodyable
- type CreateReplyRequestBuilder
- func (m *CreateReplyRequestBuilder) CreatePostRequestInformation(body CreateReplyPostRequestBodyable) (...)
- func (m *CreateReplyRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body CreateReplyPostRequestBodyable, ...) (...)
- func (m *CreateReplyRequestBuilder) Post(ctx context.Context, body CreateReplyPostRequestBodyable, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable, ...)
- type CreateReplyRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCreateReplyPostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateCreateReplyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateCreateReplyPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type CreateReplyPostRequestBody ¶ added in v0.24.0
type CreateReplyPostRequestBody struct {
// contains filtered or unexported fields
}
CreateReplyPostRequestBody provides operations to call the createReply method.
func NewCreateReplyPostRequestBody ¶ added in v0.24.0
func NewCreateReplyPostRequestBody() *CreateReplyPostRequestBody
NewCreateReplyPostRequestBody instantiates a new createReplyPostRequestBody and sets the default values.
func (*CreateReplyPostRequestBody) GetAdditionalData ¶ added in v0.24.0
func (m *CreateReplyPostRequestBody) GetAdditionalData() map[string]interface{}
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*CreateReplyPostRequestBody) GetComment ¶ added in v0.24.0
func (m *CreateReplyPostRequestBody) GetComment() *string
GetComment gets the comment property value. The Comment property
func (*CreateReplyPostRequestBody) GetFieldDeserializers ¶ added in v0.24.0
func (m *CreateReplyPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*CreateReplyPostRequestBody) GetMessage ¶ added in v0.24.0
func (m *CreateReplyPostRequestBody) GetMessage() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable
GetMessage gets the message property value. The Message property
func (*CreateReplyPostRequestBody) Serialize ¶ added in v0.24.0
func (m *CreateReplyPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*CreateReplyPostRequestBody) SetAdditionalData ¶ added in v0.24.0
func (m *CreateReplyPostRequestBody) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*CreateReplyPostRequestBody) SetComment ¶ added in v0.24.0
func (m *CreateReplyPostRequestBody) SetComment(value *string)
SetComment sets the comment property value. The Comment property
func (*CreateReplyPostRequestBody) SetMessage ¶ added in v0.24.0
func (m *CreateReplyPostRequestBody) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable)
SetMessage sets the message property value. The Message property
type CreateReplyPostRequestBodyable ¶ added in v0.24.0
type CreateReplyPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetComment() *string GetMessage() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable SetComment(value *string) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable) }
CreateReplyPostRequestBodyable
type CreateReplyRequestBuilder ¶
type CreateReplyRequestBuilder struct {
// contains filtered or unexported fields
}
CreateReplyRequestBuilder provides operations to call the createReply method.
func NewCreateReplyRequestBuilder ¶
func NewCreateReplyRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CreateReplyRequestBuilder
NewCreateReplyRequestBuilder instantiates a new CreateReplyRequestBuilder and sets the default values.
func NewCreateReplyRequestBuilderInternal ¶
func NewCreateReplyRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CreateReplyRequestBuilder
NewCreateReplyRequestBuilderInternal instantiates a new CreateReplyRequestBuilder and sets the default values.
func (*CreateReplyRequestBuilder) CreatePostRequestInformation ¶
func (m *CreateReplyRequestBuilder) CreatePostRequestInformation(body CreateReplyPostRequestBodyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action createReply
func (*CreateReplyRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *CreateReplyRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body CreateReplyPostRequestBodyable, requestConfiguration *CreateReplyRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration invoke action createReply
func (*CreateReplyRequestBuilder) Post ¶
func (m *CreateReplyRequestBuilder) Post(ctx context.Context, body CreateReplyPostRequestBodyable, requestConfiguration *CreateReplyRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable, error)
Post invoke action createReply
type CreateReplyRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type CreateReplyRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
CreateReplyRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.