Documentation
¶
Index ¶
- func CreateReplyPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type ReplyPostRequestBody
- func (m *ReplyPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *ReplyPostRequestBody) GetFieldDeserializers() ...
- func (m *ReplyPostRequestBody) GetPost() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Postable
- func (m *ReplyPostRequestBody) Serialize(...) error
- func (m *ReplyPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *ReplyPostRequestBody) SetPost(...)
- type ReplyPostRequestBodyable
- type ReplyRequestBuilder
- func (m *ReplyRequestBuilder) CreatePostRequestInformation(body ReplyPostRequestBodyable) (...)
- func (m *ReplyRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body ReplyPostRequestBodyable, ...) (...)
- func (m *ReplyRequestBuilder) Post(body ReplyPostRequestBodyable) error
- func (m *ReplyRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body ReplyPostRequestBodyable, ...) error
- type ReplyRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateReplyPostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateReplyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateReplyPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type ReplyPostRequestBody ¶ added in v0.24.0
type ReplyPostRequestBody struct {
// contains filtered or unexported fields
}
ReplyPostRequestBody provides operations to call the reply method.
func NewReplyPostRequestBody ¶ added in v0.24.0
func NewReplyPostRequestBody() *ReplyPostRequestBody
NewReplyPostRequestBody instantiates a new replyPostRequestBody and sets the default values.
func (*ReplyPostRequestBody) GetAdditionalData ¶ added in v0.24.0
func (m *ReplyPostRequestBody) 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 (*ReplyPostRequestBody) GetFieldDeserializers ¶ added in v0.24.0
func (m *ReplyPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ReplyPostRequestBody) GetPost ¶ added in v0.24.0
func (m *ReplyPostRequestBody) GetPost() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Postable
GetPost gets the post property value. The Post property
func (*ReplyPostRequestBody) Serialize ¶ added in v0.24.0
func (m *ReplyPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*ReplyPostRequestBody) SetAdditionalData ¶ added in v0.24.0
func (m *ReplyPostRequestBody) 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 (*ReplyPostRequestBody) SetPost ¶ added in v0.24.0
func (m *ReplyPostRequestBody) SetPost(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Postable)
SetPost sets the post property value. The Post property
type ReplyPostRequestBodyable ¶ added in v0.24.0
type ReplyPostRequestBodyable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
GetPost() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Postable
SetPost(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Postable)
}
ReplyPostRequestBodyable
type ReplyRequestBuilder ¶
type ReplyRequestBuilder struct {
// contains filtered or unexported fields
}
ReplyRequestBuilder provides operations to call the reply method.
func NewReplyRequestBuilder ¶
func NewReplyRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ReplyRequestBuilder
NewReplyRequestBuilder instantiates a new ReplyRequestBuilder and sets the default values.
func NewReplyRequestBuilderInternal ¶
func NewReplyRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ReplyRequestBuilder
NewReplyRequestBuilderInternal instantiates a new ReplyRequestBuilder and sets the default values.
func (*ReplyRequestBuilder) CreatePostRequestInformation ¶
func (m *ReplyRequestBuilder) CreatePostRequestInformation(body ReplyPostRequestBodyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action reply
func (*ReplyRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *ReplyRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body ReplyPostRequestBodyable, requestConfiguration *ReplyRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration invoke action reply
func (*ReplyRequestBuilder) Post ¶
func (m *ReplyRequestBuilder) Post(body ReplyPostRequestBodyable) error
Post invoke action reply
func (*ReplyRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *ReplyRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body ReplyPostRequestBodyable, requestConfiguration *ReplyRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PostWithRequestConfigurationAndResponseHandler invoke action reply
type ReplyRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type ReplyRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
ReplyRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.