Documentation
¶
Index ¶
- func CreateCreateReplyAllRequestBodyFromDiscriminatorValue(...) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.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() i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.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) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Messageable, ...)
- type CreateReplyAllRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCreateReplyAllRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateCreateReplyAllRequestBodyFromDiscriminatorValue(parseNode i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.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.
func (*CreateReplyAllRequestBody) GetFieldDeserializers ¶
func (m *CreateReplyAllRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*CreateReplyAllRequestBody) GetMessage ¶
func (m *CreateReplyAllRequestBody) GetMessage() i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Messageable
GetMessage gets the message property value.
func (*CreateReplyAllRequestBody) Serialize ¶
func (m *CreateReplyAllRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.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.
func (*CreateReplyAllRequestBody) SetMessage ¶
func (m *CreateReplyAllRequestBody) SetMessage(value i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Messageable)
SetMessage sets the message property value.
type CreateReplyAllRequestBodyable ¶ added in v0.13.0
type CreateReplyAllRequestBodyable interface {
i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.AdditionalDataHolder
i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable
GetComment() *string
GetMessage() i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Messageable
SetComment(value *string)
SetMessage(value i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.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 ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *CreateReplyAllRequestBuilder
NewCreateReplyAllRequestBuilder instantiates a new CreateReplyAllRequestBuilder and sets the default values.
func NewCreateReplyAllRequestBuilderInternal ¶
func NewCreateReplyAllRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *CreateReplyAllRequestBuilder
NewCreateReplyAllRequestBuilderInternal instantiates a new CreateReplyAllRequestBuilder and sets the default values.
func (*CreateReplyAllRequestBuilder) CreatePostRequestInformation ¶
func (m *CreateReplyAllRequestBuilder) CreatePostRequestInformation(options *CreateReplyAllRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action createReplyAll
func (*CreateReplyAllRequestBuilder) Post ¶
func (m *CreateReplyAllRequestBuilder) Post(options *CreateReplyAllRequestBuilderPostOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Messageable, error)
Post invoke action createReplyAll
type CreateReplyAllRequestBuilderPostOptions ¶
type CreateReplyAllRequestBuilderPostOptions struct {
//
Body CreateReplyAllRequestBodyable
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
CreateReplyAllRequestBuilderPostOptions options for Post