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