Documentation ¶
Index ¶
- func CreateRemovePostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateRemoveResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type RemovePostRequestBody
- func (m *RemovePostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *RemovePostRequestBody) GetFieldDeserializers() ...
- func (m *RemovePostRequestBody) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Siteable
- func (m *RemovePostRequestBody) Serialize(...) error
- func (m *RemovePostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *RemovePostRequestBody) SetValue(...)
- type RemovePostRequestBodyable
- type RemoveRequestBuilder
- func (m *RemoveRequestBuilder) CreatePostRequestInformation(body RemovePostRequestBodyable) (...)
- func (m *RemoveRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body RemovePostRequestBodyable, ...) (...)
- func (m *RemoveRequestBuilder) Post(body RemovePostRequestBodyable) (RemoveResponseable, error)
- func (m *RemoveRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body RemovePostRequestBodyable, ...) (RemoveResponseable, error)
- type RemoveRequestBuilderPostRequestConfiguration
- type RemoveResponse
- func (m *RemoveResponse) GetAdditionalData() map[string]interface{}
- func (m *RemoveResponse) GetFieldDeserializers() ...
- func (m *RemoveResponse) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Siteable
- func (m *RemoveResponse) Serialize(...) error
- func (m *RemoveResponse) SetAdditionalData(value map[string]interface{})
- func (m *RemoveResponse) SetValue(...)
- type RemoveResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateRemovePostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateRemovePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateRemovePostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateRemoveResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateRemoveResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateRemoveResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type RemovePostRequestBody ¶ added in v0.24.0
type RemovePostRequestBody struct {
// contains filtered or unexported fields
}
RemovePostRequestBody provides operations to call the remove method.
func NewRemovePostRequestBody ¶ added in v0.24.0
func NewRemovePostRequestBody() *RemovePostRequestBody
NewRemovePostRequestBody instantiates a new removePostRequestBody and sets the default values.
func (*RemovePostRequestBody) GetAdditionalData ¶ added in v0.24.0
func (m *RemovePostRequestBody) 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 (*RemovePostRequestBody) GetFieldDeserializers ¶ added in v0.24.0
func (m *RemovePostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*RemovePostRequestBody) GetValue ¶ added in v0.24.0
func (m *RemovePostRequestBody) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Siteable
GetValue gets the value property value. The value property
func (*RemovePostRequestBody) Serialize ¶ added in v0.24.0
func (m *RemovePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*RemovePostRequestBody) SetAdditionalData ¶ added in v0.24.0
func (m *RemovePostRequestBody) 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 (*RemovePostRequestBody) SetValue ¶ added in v0.24.0
func (m *RemovePostRequestBody) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Siteable)
SetValue sets the value property value. The value property
type RemovePostRequestBodyable ¶ added in v0.24.0
type RemovePostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Siteable SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Siteable) }
RemovePostRequestBodyable
type RemoveRequestBuilder ¶
type RemoveRequestBuilder struct {
// contains filtered or unexported fields
}
RemoveRequestBuilder provides operations to call the remove method.
func NewRemoveRequestBuilder ¶
func NewRemoveRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RemoveRequestBuilder
NewRemoveRequestBuilder instantiates a new RemoveRequestBuilder and sets the default values.
func NewRemoveRequestBuilderInternal ¶
func NewRemoveRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RemoveRequestBuilder
NewRemoveRequestBuilderInternal instantiates a new RemoveRequestBuilder and sets the default values.
func (*RemoveRequestBuilder) CreatePostRequestInformation ¶
func (m *RemoveRequestBuilder) CreatePostRequestInformation(body RemovePostRequestBodyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action remove
func (*RemoveRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *RemoveRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body RemovePostRequestBodyable, requestConfiguration *RemoveRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration invoke action remove
func (*RemoveRequestBuilder) Post ¶
func (m *RemoveRequestBuilder) Post(body RemovePostRequestBodyable) (RemoveResponseable, error)
Post invoke action remove
func (*RemoveRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *RemoveRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body RemovePostRequestBodyable, requestConfiguration *RemoveRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (RemoveResponseable, error)
PostWithRequestConfigurationAndResponseHandler invoke action remove
type RemoveRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type RemoveRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
RemoveRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type RemoveResponse ¶ added in v0.13.0
type RemoveResponse struct {
// contains filtered or unexported fields
}
RemoveResponse provides operations to call the remove method.
func NewRemoveResponse ¶ added in v0.13.0
func NewRemoveResponse() *RemoveResponse
NewRemoveResponse instantiates a new removeResponse and sets the default values.
func (*RemoveResponse) GetAdditionalData ¶ added in v0.13.0
func (m *RemoveResponse) 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 (*RemoveResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *RemoveResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*RemoveResponse) GetValue ¶ added in v0.13.0
func (m *RemoveResponse) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Siteable
GetValue gets the value property value. The value property
func (*RemoveResponse) Serialize ¶ added in v0.13.0
func (m *RemoveResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*RemoveResponse) SetAdditionalData ¶ added in v0.13.0
func (m *RemoveResponse) 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 (*RemoveResponse) SetValue ¶ added in v0.13.0
func (m *RemoveResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Siteable)
SetValue sets the value property value. The value property
type RemoveResponseable ¶ added in v0.13.0
type RemoveResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Siteable SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Siteable) }
RemoveResponseable