Documentation ¶
Index ¶
- func CreateCreateReplyRequestBodyFromDiscriminatorValue(...) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, ...)
- type CreateReplyRequestBody
- func (m *CreateReplyRequestBody) GetAdditionalData() map[string]interface{}
- func (m *CreateReplyRequestBody) GetComment() *string
- func (m *CreateReplyRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *CreateReplyRequestBody) GetMessage() i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Messageable
- func (m *CreateReplyRequestBody) Serialize(...) error
- func (m *CreateReplyRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *CreateReplyRequestBody) SetComment(value *string)
- func (m *CreateReplyRequestBody) SetMessage(...)
- type CreateReplyRequestBodyable
- type CreateReplyRequestBuilder
- type CreateReplyRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCreateReplyRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateCreateReplyRequestBodyFromDiscriminatorValue(parseNode i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, error)
CreateCreateReplyRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type CreateReplyRequestBody ¶
type CreateReplyRequestBody struct {
// contains filtered or unexported fields
}
CreateReplyRequestBody provides operations to call the createReply method.
func NewCreateReplyRequestBody ¶
func NewCreateReplyRequestBody() *CreateReplyRequestBody
NewCreateReplyRequestBody instantiates a new createReplyRequestBody and sets the default values.
func (*CreateReplyRequestBody) GetAdditionalData ¶
func (m *CreateReplyRequestBody) 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 (*CreateReplyRequestBody) GetComment ¶
func (m *CreateReplyRequestBody) GetComment() *string
GetComment gets the comment property value.
func (*CreateReplyRequestBody) GetFieldDeserializers ¶
func (m *CreateReplyRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*CreateReplyRequestBody) GetMessage ¶
func (m *CreateReplyRequestBody) GetMessage() i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Messageable
GetMessage gets the message property value.
func (*CreateReplyRequestBody) Serialize ¶
func (m *CreateReplyRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*CreateReplyRequestBody) SetAdditionalData ¶
func (m *CreateReplyRequestBody) 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 (*CreateReplyRequestBody) SetComment ¶
func (m *CreateReplyRequestBody) SetComment(value *string)
SetComment sets the comment property value.
func (*CreateReplyRequestBody) SetMessage ¶
func (m *CreateReplyRequestBody) SetMessage(value i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Messageable)
SetMessage sets the message property value.
type CreateReplyRequestBodyable ¶ added in v0.13.0
type CreateReplyRequestBodyable interface { i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.AdditionalDataHolder i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable GetComment() *string GetMessage() i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Messageable SetComment(value *string) SetMessage(value i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Messageable) }
CreateReplyRequestBodyable
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 ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *CreateReplyRequestBuilder
NewCreateReplyRequestBuilder instantiates a new CreateReplyRequestBuilder and sets the default values.
func NewCreateReplyRequestBuilderInternal ¶
func NewCreateReplyRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *CreateReplyRequestBuilder
NewCreateReplyRequestBuilderInternal instantiates a new CreateReplyRequestBuilder and sets the default values.
func (*CreateReplyRequestBuilder) CreatePostRequestInformation ¶
func (m *CreateReplyRequestBuilder) CreatePostRequestInformation(options *CreateReplyRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action createReply
func (*CreateReplyRequestBuilder) Post ¶
func (m *CreateReplyRequestBuilder) Post(options *CreateReplyRequestBuilderPostOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Messageable, error)
Post invoke action createReply
type CreateReplyRequestBuilderPostOptions ¶
type CreateReplyRequestBuilderPostOptions struct { // Body CreateReplyRequestBodyable // 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 }
CreateReplyRequestBuilderPostOptions options for Post