Documentation
¶
Index ¶
- func CreateCopyRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type CopyRequestBody
- func (m *CopyRequestBody) GetAdditionalData() map[string]interface{}
- func (m *CopyRequestBody) GetFieldDeserializers() ...
- func (m *CopyRequestBody) GetName() *string
- func (m *CopyRequestBody) GetParentReference() ...
- func (m *CopyRequestBody) Serialize(...) error
- func (m *CopyRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *CopyRequestBody) SetName(value *string)
- func (m *CopyRequestBody) SetParentReference(...)
- type CopyRequestBodyable
- type CopyRequestBuilder
- func (m *CopyRequestBuilder) CreatePostRequestInformation(body CopyRequestBodyable) (...)
- func (m *CopyRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body CopyRequestBodyable, ...) (...)
- func (m *CopyRequestBuilder) Post(body CopyRequestBodyable) (...)
- func (m *CopyRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body CopyRequestBodyable, ...) (...)
- type CopyRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCopyRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateCopyRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateCopyRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type CopyRequestBody ¶
type CopyRequestBody struct {
// contains filtered or unexported fields
}
CopyRequestBody provides operations to call the copy method.
func NewCopyRequestBody ¶
func NewCopyRequestBody() *CopyRequestBody
NewCopyRequestBody instantiates a new copyRequestBody and sets the default values.
func (*CopyRequestBody) GetAdditionalData ¶
func (m *CopyRequestBody) 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 (*CopyRequestBody) GetFieldDeserializers ¶
func (m *CopyRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*CopyRequestBody) GetName ¶
func (m *CopyRequestBody) GetName() *string
GetName gets the name property value. The name property
func (*CopyRequestBody) GetParentReference ¶
func (m *CopyRequestBody) GetParentReference() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ItemReferenceable
GetParentReference gets the parentReference property value. The parentReference property
func (*CopyRequestBody) Serialize ¶
func (m *CopyRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*CopyRequestBody) SetAdditionalData ¶
func (m *CopyRequestBody) 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 (*CopyRequestBody) SetName ¶
func (m *CopyRequestBody) SetName(value *string)
SetName sets the name property value. The name property
func (*CopyRequestBody) SetParentReference ¶
func (m *CopyRequestBody) SetParentReference(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ItemReferenceable)
SetParentReference sets the parentReference property value. The parentReference property
type CopyRequestBodyable ¶ added in v0.13.0
type CopyRequestBodyable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
GetName() *string
GetParentReference() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ItemReferenceable
SetName(value *string)
SetParentReference(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ItemReferenceable)
}
CopyRequestBodyable
type CopyRequestBuilder ¶
type CopyRequestBuilder struct {
// contains filtered or unexported fields
}
CopyRequestBuilder provides operations to call the copy method.
func NewCopyRequestBuilder ¶
func NewCopyRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CopyRequestBuilder
NewCopyRequestBuilder instantiates a new CopyRequestBuilder and sets the default values.
func NewCopyRequestBuilderInternal ¶
func NewCopyRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CopyRequestBuilder
NewCopyRequestBuilderInternal instantiates a new CopyRequestBuilder and sets the default values.
func (*CopyRequestBuilder) CreatePostRequestInformation ¶
func (m *CopyRequestBuilder) CreatePostRequestInformation(body CopyRequestBodyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action copy
func (*CopyRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *CopyRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body CopyRequestBodyable, requestConfiguration *CopyRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration invoke action copy
func (*CopyRequestBuilder) Post ¶
func (m *CopyRequestBuilder) Post(body CopyRequestBodyable) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable, error)
Post invoke action copy
func (*CopyRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *CopyRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body CopyRequestBodyable, requestConfiguration *CopyRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable, error)
PostWithRequestConfigurationAndResponseHandler invoke action copy
type CopyRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type CopyRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
CopyRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.