Documentation ¶
Index ¶
- func CreateArchiveRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateArchiveResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type ArchiveRequestBody
- func (m *ArchiveRequestBody) GetAdditionalData() map[string]interface{}
- func (m *ArchiveRequestBody) GetFieldDeserializers() ...
- func (m *ArchiveRequestBody) GetMessageIds() []string
- func (m *ArchiveRequestBody) Serialize(...) error
- func (m *ArchiveRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *ArchiveRequestBody) SetMessageIds(value []string)
- type ArchiveRequestBodyable
- type ArchiveRequestBuilder
- type ArchiveRequestBuilderPostOptions
- type ArchiveResponse
- func (m *ArchiveResponse) GetAdditionalData() map[string]interface{}
- func (m *ArchiveResponse) GetFieldDeserializers() ...
- func (m *ArchiveResponse) GetValue() *bool
- func (m *ArchiveResponse) Serialize(...) error
- func (m *ArchiveResponse) SetAdditionalData(value map[string]interface{})
- func (m *ArchiveResponse) SetValue(value *bool)
- type ArchiveResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateArchiveRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateArchiveRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateArchiveRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateArchiveResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateArchiveResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateArchiveResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type ArchiveRequestBody ¶
type ArchiveRequestBody struct {
// contains filtered or unexported fields
}
ArchiveRequestBody provides operations to call the archive method.
func NewArchiveRequestBody ¶
func NewArchiveRequestBody() *ArchiveRequestBody
NewArchiveRequestBody instantiates a new archiveRequestBody and sets the default values.
func (*ArchiveRequestBody) GetAdditionalData ¶
func (m *ArchiveRequestBody) 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 (*ArchiveRequestBody) GetFieldDeserializers ¶
func (m *ArchiveRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ArchiveRequestBody) GetMessageIds ¶
func (m *ArchiveRequestBody) GetMessageIds() []string
GetMessageIds gets the messageIds property value. The messageIds property
func (*ArchiveRequestBody) Serialize ¶
func (m *ArchiveRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*ArchiveRequestBody) SetAdditionalData ¶
func (m *ArchiveRequestBody) 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 (*ArchiveRequestBody) SetMessageIds ¶
func (m *ArchiveRequestBody) SetMessageIds(value []string)
SetMessageIds sets the messageIds property value. The messageIds property
type ArchiveRequestBodyable ¶ added in v0.13.0
type ArchiveRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetMessageIds() []string SetMessageIds(value []string) }
ArchiveRequestBodyable
type ArchiveRequestBuilder ¶
type ArchiveRequestBuilder struct {
// contains filtered or unexported fields
}
ArchiveRequestBuilder provides operations to call the archive method.
func NewArchiveRequestBuilder ¶
func NewArchiveRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ArchiveRequestBuilder
NewArchiveRequestBuilder instantiates a new ArchiveRequestBuilder and sets the default values.
func NewArchiveRequestBuilderInternal ¶
func NewArchiveRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ArchiveRequestBuilder
NewArchiveRequestBuilderInternal instantiates a new ArchiveRequestBuilder and sets the default values.
func (*ArchiveRequestBuilder) CreatePostRequestInformation ¶
func (m *ArchiveRequestBuilder) CreatePostRequestInformation(options *ArchiveRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action archive
func (*ArchiveRequestBuilder) Post ¶
func (m *ArchiveRequestBuilder) Post(options *ArchiveRequestBuilderPostOptions) (ArchiveResponseable, error)
Post invoke action archive
type ArchiveRequestBuilderPostOptions ¶
type ArchiveRequestBuilderPostOptions struct { // Body ArchiveRequestBodyable // 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 }
ArchiveRequestBuilderPostOptions options for Post
type ArchiveResponse ¶ added in v0.13.0
type ArchiveResponse struct {
// contains filtered or unexported fields
}
ArchiveResponse provides operations to call the archive method.
func NewArchiveResponse ¶ added in v0.13.0
func NewArchiveResponse() *ArchiveResponse
NewArchiveResponse instantiates a new archiveResponse and sets the default values.
func (*ArchiveResponse) GetAdditionalData ¶ added in v0.13.0
func (m *ArchiveResponse) 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 (*ArchiveResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *ArchiveResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ArchiveResponse) GetValue ¶ added in v0.13.0
func (m *ArchiveResponse) GetValue() *bool
GetValue gets the value property value. The value property
func (*ArchiveResponse) Serialize ¶ added in v0.13.0
func (m *ArchiveResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*ArchiveResponse) SetAdditionalData ¶ added in v0.13.0
func (m *ArchiveResponse) 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 (*ArchiveResponse) SetValue ¶ added in v0.13.0
func (m *ArchiveResponse) SetValue(value *bool)
SetValue sets the value property value. The value property
type ArchiveResponseable ¶ added in v0.13.0
type ArchiveResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() *bool SetValue(value *bool) }
ArchiveResponseable