Documentation ¶
Index ¶
- func CreateReplyAllRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type ReplyAllRequestBody
- func (m *ReplyAllRequestBody) GetAdditionalData() map[string]interface{}
- func (m *ReplyAllRequestBody) GetComment() *string
- func (m *ReplyAllRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *ReplyAllRequestBody) GetMessage() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable
- func (m *ReplyAllRequestBody) Serialize(...) error
- func (m *ReplyAllRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *ReplyAllRequestBody) SetComment(value *string)
- func (m *ReplyAllRequestBody) SetMessage(...)
- type ReplyAllRequestBodyable
- type ReplyAllRequestBuilder
- type ReplyAllRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateReplyAllRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateReplyAllRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateReplyAllRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type ReplyAllRequestBody ¶
type ReplyAllRequestBody struct {
// contains filtered or unexported fields
}
ReplyAllRequestBody provides operations to call the replyAll method.
func NewReplyAllRequestBody ¶
func NewReplyAllRequestBody() *ReplyAllRequestBody
NewReplyAllRequestBody instantiates a new replyAllRequestBody and sets the default values.
func (*ReplyAllRequestBody) GetAdditionalData ¶
func (m *ReplyAllRequestBody) 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 (*ReplyAllRequestBody) GetComment ¶
func (m *ReplyAllRequestBody) GetComment() *string
GetComment gets the comment property value. The Comment property
func (*ReplyAllRequestBody) GetFieldDeserializers ¶
func (m *ReplyAllRequestBody) GetFieldDeserializers() map[string]func(interface{}, i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ReplyAllRequestBody) GetMessage ¶
func (m *ReplyAllRequestBody) GetMessage() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable
GetMessage gets the message property value. The Message property
func (*ReplyAllRequestBody) Serialize ¶
func (m *ReplyAllRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*ReplyAllRequestBody) SetAdditionalData ¶
func (m *ReplyAllRequestBody) 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 (*ReplyAllRequestBody) SetComment ¶
func (m *ReplyAllRequestBody) SetComment(value *string)
SetComment sets the comment property value. The Comment property
func (*ReplyAllRequestBody) SetMessage ¶
func (m *ReplyAllRequestBody) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable)
SetMessage sets the message property value. The Message property
type ReplyAllRequestBodyable ¶ added in v0.13.0
type ReplyAllRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetComment() *string GetMessage() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable SetComment(value *string) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable) }
ReplyAllRequestBodyable
type ReplyAllRequestBuilder ¶
type ReplyAllRequestBuilder struct {
// contains filtered or unexported fields
}
ReplyAllRequestBuilder provides operations to call the replyAll method.
func NewReplyAllRequestBuilder ¶
func NewReplyAllRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ReplyAllRequestBuilder
NewReplyAllRequestBuilder instantiates a new ReplyAllRequestBuilder and sets the default values.
func NewReplyAllRequestBuilderInternal ¶
func NewReplyAllRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ReplyAllRequestBuilder
NewReplyAllRequestBuilderInternal instantiates a new ReplyAllRequestBuilder and sets the default values.
func (*ReplyAllRequestBuilder) CreatePostRequestInformation ¶
func (m *ReplyAllRequestBuilder) CreatePostRequestInformation(options *ReplyAllRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action replyAll
func (*ReplyAllRequestBuilder) Post ¶
func (m *ReplyAllRequestBuilder) Post(options *ReplyAllRequestBuilderPostOptions) error
Post invoke action replyAll
type ReplyAllRequestBuilderPostOptions ¶
type ReplyAllRequestBuilderPostOptions struct { // Body ReplyAllRequestBodyable // 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 }
ReplyAllRequestBuilderPostOptions options for Post