Documentation
¶
Index ¶
- func CreateCreateReplyAllPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type CreateReplyAllPostRequestBody
- func (m *CreateReplyAllPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *CreateReplyAllPostRequestBody) GetComment() *string
- func (m *CreateReplyAllPostRequestBody) GetFieldDeserializers() ...
- func (m *CreateReplyAllPostRequestBody) GetMessage() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable
- func (m *CreateReplyAllPostRequestBody) Serialize(...) error
- func (m *CreateReplyAllPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *CreateReplyAllPostRequestBody) SetComment(value *string)
- func (m *CreateReplyAllPostRequestBody) SetMessage(...)
- type CreateReplyAllPostRequestBodyable
- type CreateReplyAllRequestBuilder
- func (m *CreateReplyAllRequestBuilder) CreatePostRequestInformation(body CreateReplyAllPostRequestBodyable) (...)
- func (m *CreateReplyAllRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body CreateReplyAllPostRequestBodyable, ...) (...)
- func (m *CreateReplyAllRequestBuilder) Post(ctx context.Context, body CreateReplyAllPostRequestBodyable, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable, ...)
- type CreateReplyAllRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCreateReplyAllPostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateCreateReplyAllPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateCreateReplyAllPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type CreateReplyAllPostRequestBody ¶ added in v0.24.0
type CreateReplyAllPostRequestBody struct {
// contains filtered or unexported fields
}
CreateReplyAllPostRequestBody provides operations to call the createReplyAll method.
func NewCreateReplyAllPostRequestBody ¶ added in v0.24.0
func NewCreateReplyAllPostRequestBody() *CreateReplyAllPostRequestBody
NewCreateReplyAllPostRequestBody instantiates a new createReplyAllPostRequestBody and sets the default values.
func (*CreateReplyAllPostRequestBody) GetAdditionalData ¶ added in v0.24.0
func (m *CreateReplyAllPostRequestBody) 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 (*CreateReplyAllPostRequestBody) GetComment ¶ added in v0.24.0
func (m *CreateReplyAllPostRequestBody) GetComment() *string
GetComment gets the comment property value. The Comment property
func (*CreateReplyAllPostRequestBody) GetFieldDeserializers ¶ added in v0.24.0
func (m *CreateReplyAllPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*CreateReplyAllPostRequestBody) GetMessage ¶ added in v0.24.0
func (m *CreateReplyAllPostRequestBody) GetMessage() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable
GetMessage gets the message property value. The Message property
func (*CreateReplyAllPostRequestBody) Serialize ¶ added in v0.24.0
func (m *CreateReplyAllPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*CreateReplyAllPostRequestBody) SetAdditionalData ¶ added in v0.24.0
func (m *CreateReplyAllPostRequestBody) 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 (*CreateReplyAllPostRequestBody) SetComment ¶ added in v0.24.0
func (m *CreateReplyAllPostRequestBody) SetComment(value *string)
SetComment sets the comment property value. The Comment property
func (*CreateReplyAllPostRequestBody) SetMessage ¶ added in v0.24.0
func (m *CreateReplyAllPostRequestBody) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable)
SetMessage sets the message property value. The Message property
type CreateReplyAllPostRequestBodyable ¶ added in v0.24.0
type CreateReplyAllPostRequestBodyable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
GetComment() *string
GetMessage() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable
SetComment(value *string)
SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable)
}
CreateReplyAllPostRequestBodyable
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(body CreateReplyAllPostRequestBodyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action createReplyAll
func (*CreateReplyAllRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *CreateReplyAllRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body CreateReplyAllPostRequestBodyable, requestConfiguration *CreateReplyAllRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration invoke action createReplyAll
func (*CreateReplyAllRequestBuilder) Post ¶
func (m *CreateReplyAllRequestBuilder) Post(ctx context.Context, body CreateReplyAllPostRequestBodyable, requestConfiguration *CreateReplyAllRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable, error)
Post invoke action createReplyAll
type CreateReplyAllRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type CreateReplyAllRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
CreateReplyAllRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.