Documentation
¶
Index ¶
- func CreateCreateReplyAllRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type CreateReplyAllRequestBody
- func (m *CreateReplyAllRequestBody) GetAdditionalData() map[string]interface{}
- func (m *CreateReplyAllRequestBody) GetComment() *string
- func (m *CreateReplyAllRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *CreateReplyAllRequestBody) GetMessage() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable
- func (m *CreateReplyAllRequestBody) Serialize(...) error
- func (m *CreateReplyAllRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *CreateReplyAllRequestBody) SetComment(value *string)
- func (m *CreateReplyAllRequestBody) SetMessage(...)
- type CreateReplyAllRequestBodyable
- type CreateReplyAllRequestBuilder
- func (m *CreateReplyAllRequestBuilder) CreatePostRequestInformation(options *CreateReplyAllRequestBuilderPostOptions) (...)
- func (m *CreateReplyAllRequestBuilder) Post(options *CreateReplyAllRequestBuilderPostOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable, ...)
- type CreateReplyAllRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCreateReplyAllRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateCreateReplyAllRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateCreateReplyAllRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type CreateReplyAllRequestBody ¶
type CreateReplyAllRequestBody struct {
// contains filtered or unexported fields
}
CreateReplyAllRequestBody provides operations to call the createReplyAll method.
func NewCreateReplyAllRequestBody ¶
func NewCreateReplyAllRequestBody() *CreateReplyAllRequestBody
NewCreateReplyAllRequestBody instantiates a new createReplyAllRequestBody and sets the default values.
func (*CreateReplyAllRequestBody) GetAdditionalData ¶
func (m *CreateReplyAllRequestBody) 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 (*CreateReplyAllRequestBody) GetComment ¶
func (m *CreateReplyAllRequestBody) GetComment() *string
GetComment gets the comment property value. The Comment property
func (*CreateReplyAllRequestBody) GetFieldDeserializers ¶
func (m *CreateReplyAllRequestBody) GetFieldDeserializers() map[string]func(interface{}, i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*CreateReplyAllRequestBody) GetMessage ¶
func (m *CreateReplyAllRequestBody) GetMessage() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable
GetMessage gets the message property value. The Message property
func (*CreateReplyAllRequestBody) Serialize ¶
func (m *CreateReplyAllRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*CreateReplyAllRequestBody) SetAdditionalData ¶
func (m *CreateReplyAllRequestBody) 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 (*CreateReplyAllRequestBody) SetComment ¶
func (m *CreateReplyAllRequestBody) SetComment(value *string)
SetComment sets the comment property value. The Comment property
func (*CreateReplyAllRequestBody) SetMessage ¶
func (m *CreateReplyAllRequestBody) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable)
SetMessage sets the message property value. The Message property
type CreateReplyAllRequestBodyable ¶ added in v0.13.0
type CreateReplyAllRequestBodyable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
GetComment() *string
GetMessage() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable
SetComment(value *string)
SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable)
}
CreateReplyAllRequestBodyable
type CreateReplyAllRequestBuilder ¶
type CreateReplyAllRequestBuilder struct {
// contains filtered or unexported fields
}
CreateReplyAllRequestBuilder provides operations to call the createReplyAll method.
func NewCreateReplyAllRequestBuilder ¶
func NewCreateReplyAllRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CreateReplyAllRequestBuilder
NewCreateReplyAllRequestBuilder instantiates a new CreateReplyAllRequestBuilder and sets the default values.
func NewCreateReplyAllRequestBuilderInternal ¶
func NewCreateReplyAllRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CreateReplyAllRequestBuilder
NewCreateReplyAllRequestBuilderInternal instantiates a new CreateReplyAllRequestBuilder and sets the default values.
func (*CreateReplyAllRequestBuilder) CreatePostRequestInformation ¶
func (m *CreateReplyAllRequestBuilder) CreatePostRequestInformation(options *CreateReplyAllRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action createReplyAll
func (*CreateReplyAllRequestBuilder) Post ¶
func (m *CreateReplyAllRequestBuilder) Post(options *CreateReplyAllRequestBuilderPostOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable, error)
Post invoke action createReplyAll
type CreateReplyAllRequestBuilderPostOptions ¶
type CreateReplyAllRequestBuilderPostOptions struct {
//
Body CreateReplyAllRequestBodyable
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}
CreateReplyAllRequestBuilderPostOptions options for Post