Documentation ¶
Index ¶
- func CreateCopyToNotebookPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type CopyToNotebookPostRequestBody
- func (m *CopyToNotebookPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *CopyToNotebookPostRequestBody) GetFieldDeserializers() ...
- func (m *CopyToNotebookPostRequestBody) GetGroupId() *string
- func (m *CopyToNotebookPostRequestBody) GetId() *string
- func (m *CopyToNotebookPostRequestBody) GetRenameAs() *string
- func (m *CopyToNotebookPostRequestBody) GetSiteCollectionId() *string
- func (m *CopyToNotebookPostRequestBody) GetSiteId() *string
- func (m *CopyToNotebookPostRequestBody) Serialize(...) error
- func (m *CopyToNotebookPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *CopyToNotebookPostRequestBody) SetGroupId(value *string)
- func (m *CopyToNotebookPostRequestBody) SetId(value *string)
- func (m *CopyToNotebookPostRequestBody) SetRenameAs(value *string)
- func (m *CopyToNotebookPostRequestBody) SetSiteCollectionId(value *string)
- func (m *CopyToNotebookPostRequestBody) SetSiteId(value *string)
- type CopyToNotebookPostRequestBodyable
- type CopyToNotebookRequestBuilder
- func (m *CopyToNotebookRequestBuilder) CreatePostRequestInformation(body CopyToNotebookPostRequestBodyable) (...)
- func (m *CopyToNotebookRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body CopyToNotebookPostRequestBodyable, ...) (...)
- func (m *CopyToNotebookRequestBuilder) Post(ctx context.Context, body CopyToNotebookPostRequestBodyable, ...) (...)
- type CopyToNotebookRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCopyToNotebookPostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateCopyToNotebookPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateCopyToNotebookPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type CopyToNotebookPostRequestBody ¶ added in v0.24.0
type CopyToNotebookPostRequestBody struct {
// contains filtered or unexported fields
}
CopyToNotebookPostRequestBody provides operations to call the copyToNotebook method.
func NewCopyToNotebookPostRequestBody ¶ added in v0.24.0
func NewCopyToNotebookPostRequestBody() *CopyToNotebookPostRequestBody
NewCopyToNotebookPostRequestBody instantiates a new copyToNotebookPostRequestBody and sets the default values.
func (*CopyToNotebookPostRequestBody) GetAdditionalData ¶ added in v0.24.0
func (m *CopyToNotebookPostRequestBody) 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 (*CopyToNotebookPostRequestBody) GetFieldDeserializers ¶ added in v0.24.0
func (m *CopyToNotebookPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*CopyToNotebookPostRequestBody) GetGroupId ¶ added in v0.24.0
func (m *CopyToNotebookPostRequestBody) GetGroupId() *string
GetGroupId gets the groupId property value. The groupId property
func (*CopyToNotebookPostRequestBody) GetId ¶ added in v0.24.0
func (m *CopyToNotebookPostRequestBody) GetId() *string
GetId gets the id property value. The id property
func (*CopyToNotebookPostRequestBody) GetRenameAs ¶ added in v0.24.0
func (m *CopyToNotebookPostRequestBody) GetRenameAs() *string
GetRenameAs gets the renameAs property value. The renameAs property
func (*CopyToNotebookPostRequestBody) GetSiteCollectionId ¶ added in v0.24.0
func (m *CopyToNotebookPostRequestBody) GetSiteCollectionId() *string
GetSiteCollectionId gets the siteCollectionId property value. The siteCollectionId property
func (*CopyToNotebookPostRequestBody) GetSiteId ¶ added in v0.24.0
func (m *CopyToNotebookPostRequestBody) GetSiteId() *string
GetSiteId gets the siteId property value. The siteId property
func (*CopyToNotebookPostRequestBody) Serialize ¶ added in v0.24.0
func (m *CopyToNotebookPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*CopyToNotebookPostRequestBody) SetAdditionalData ¶ added in v0.24.0
func (m *CopyToNotebookPostRequestBody) 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 (*CopyToNotebookPostRequestBody) SetGroupId ¶ added in v0.24.0
func (m *CopyToNotebookPostRequestBody) SetGroupId(value *string)
SetGroupId sets the groupId property value. The groupId property
func (*CopyToNotebookPostRequestBody) SetId ¶ added in v0.24.0
func (m *CopyToNotebookPostRequestBody) SetId(value *string)
SetId sets the id property value. The id property
func (*CopyToNotebookPostRequestBody) SetRenameAs ¶ added in v0.24.0
func (m *CopyToNotebookPostRequestBody) SetRenameAs(value *string)
SetRenameAs sets the renameAs property value. The renameAs property
func (*CopyToNotebookPostRequestBody) SetSiteCollectionId ¶ added in v0.24.0
func (m *CopyToNotebookPostRequestBody) SetSiteCollectionId(value *string)
SetSiteCollectionId sets the siteCollectionId property value. The siteCollectionId property
func (*CopyToNotebookPostRequestBody) SetSiteId ¶ added in v0.24.0
func (m *CopyToNotebookPostRequestBody) SetSiteId(value *string)
SetSiteId sets the siteId property value. The siteId property
type CopyToNotebookPostRequestBodyable ¶ added in v0.24.0
type CopyToNotebookPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetGroupId() *string GetId() *string GetRenameAs() *string GetSiteCollectionId() *string GetSiteId() *string SetGroupId(value *string) SetId(value *string) SetRenameAs(value *string) SetSiteCollectionId(value *string) SetSiteId(value *string) }
CopyToNotebookPostRequestBodyable
type CopyToNotebookRequestBuilder ¶
type CopyToNotebookRequestBuilder struct {
// contains filtered or unexported fields
}
CopyToNotebookRequestBuilder provides operations to call the copyToNotebook method.
func NewCopyToNotebookRequestBuilder ¶
func NewCopyToNotebookRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CopyToNotebookRequestBuilder
NewCopyToNotebookRequestBuilder instantiates a new CopyToNotebookRequestBuilder and sets the default values.
func NewCopyToNotebookRequestBuilderInternal ¶
func NewCopyToNotebookRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CopyToNotebookRequestBuilder
NewCopyToNotebookRequestBuilderInternal instantiates a new CopyToNotebookRequestBuilder and sets the default values.
func (*CopyToNotebookRequestBuilder) CreatePostRequestInformation ¶
func (m *CopyToNotebookRequestBuilder) CreatePostRequestInformation(body CopyToNotebookPostRequestBodyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation for Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.
func (*CopyToNotebookRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *CopyToNotebookRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body CopyToNotebookPostRequestBodyable, requestConfiguration *CopyToNotebookRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration for Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.
func (*CopyToNotebookRequestBuilder) Post ¶
func (m *CopyToNotebookRequestBuilder) Post(ctx context.Context, body CopyToNotebookPostRequestBodyable, requestConfiguration *CopyToNotebookRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable, error)
Post for Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.
type CopyToNotebookRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type CopyToNotebookRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
CopyToNotebookRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.