Documentation
¶
Index ¶
- func CreateCopyNotebookPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type CopyNotebookPostRequestBody
- func (m *CopyNotebookPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *CopyNotebookPostRequestBody) GetFieldDeserializers() ...
- func (m *CopyNotebookPostRequestBody) GetGroupId() *string
- func (m *CopyNotebookPostRequestBody) GetNotebookFolder() *string
- func (m *CopyNotebookPostRequestBody) GetRenameAs() *string
- func (m *CopyNotebookPostRequestBody) GetSiteCollectionId() *string
- func (m *CopyNotebookPostRequestBody) GetSiteId() *string
- func (m *CopyNotebookPostRequestBody) Serialize(...) error
- func (m *CopyNotebookPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *CopyNotebookPostRequestBody) SetGroupId(value *string)
- func (m *CopyNotebookPostRequestBody) SetNotebookFolder(value *string)
- func (m *CopyNotebookPostRequestBody) SetRenameAs(value *string)
- func (m *CopyNotebookPostRequestBody) SetSiteCollectionId(value *string)
- func (m *CopyNotebookPostRequestBody) SetSiteId(value *string)
- type CopyNotebookPostRequestBodyable
- type CopyNotebookRequestBuilder
- func (m *CopyNotebookRequestBuilder) CreatePostRequestInformation(body CopyNotebookPostRequestBodyable) (...)
- func (m *CopyNotebookRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body CopyNotebookPostRequestBodyable, ...) (...)
- func (m *CopyNotebookRequestBuilder) Post(body CopyNotebookPostRequestBodyable) (...)
- func (m *CopyNotebookRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body CopyNotebookPostRequestBodyable, ...) (...)
- type CopyNotebookRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCopyNotebookPostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateCopyNotebookPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateCopyNotebookPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type CopyNotebookPostRequestBody ¶ added in v0.24.0
type CopyNotebookPostRequestBody struct {
// contains filtered or unexported fields
}
CopyNotebookPostRequestBody provides operations to call the copyNotebook method.
func NewCopyNotebookPostRequestBody ¶ added in v0.24.0
func NewCopyNotebookPostRequestBody() *CopyNotebookPostRequestBody
NewCopyNotebookPostRequestBody instantiates a new copyNotebookPostRequestBody and sets the default values.
func (*CopyNotebookPostRequestBody) GetAdditionalData ¶ added in v0.24.0
func (m *CopyNotebookPostRequestBody) 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 (*CopyNotebookPostRequestBody) GetFieldDeserializers ¶ added in v0.24.0
func (m *CopyNotebookPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*CopyNotebookPostRequestBody) GetGroupId ¶ added in v0.24.0
func (m *CopyNotebookPostRequestBody) GetGroupId() *string
GetGroupId gets the groupId property value. The groupId property
func (*CopyNotebookPostRequestBody) GetNotebookFolder ¶ added in v0.24.0
func (m *CopyNotebookPostRequestBody) GetNotebookFolder() *string
GetNotebookFolder gets the notebookFolder property value. The notebookFolder property
func (*CopyNotebookPostRequestBody) GetRenameAs ¶ added in v0.24.0
func (m *CopyNotebookPostRequestBody) GetRenameAs() *string
GetRenameAs gets the renameAs property value. The renameAs property
func (*CopyNotebookPostRequestBody) GetSiteCollectionId ¶ added in v0.24.0
func (m *CopyNotebookPostRequestBody) GetSiteCollectionId() *string
GetSiteCollectionId gets the siteCollectionId property value. The siteCollectionId property
func (*CopyNotebookPostRequestBody) GetSiteId ¶ added in v0.24.0
func (m *CopyNotebookPostRequestBody) GetSiteId() *string
GetSiteId gets the siteId property value. The siteId property
func (*CopyNotebookPostRequestBody) Serialize ¶ added in v0.24.0
func (m *CopyNotebookPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*CopyNotebookPostRequestBody) SetAdditionalData ¶ added in v0.24.0
func (m *CopyNotebookPostRequestBody) 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 (*CopyNotebookPostRequestBody) SetGroupId ¶ added in v0.24.0
func (m *CopyNotebookPostRequestBody) SetGroupId(value *string)
SetGroupId sets the groupId property value. The groupId property
func (*CopyNotebookPostRequestBody) SetNotebookFolder ¶ added in v0.24.0
func (m *CopyNotebookPostRequestBody) SetNotebookFolder(value *string)
SetNotebookFolder sets the notebookFolder property value. The notebookFolder property
func (*CopyNotebookPostRequestBody) SetRenameAs ¶ added in v0.24.0
func (m *CopyNotebookPostRequestBody) SetRenameAs(value *string)
SetRenameAs sets the renameAs property value. The renameAs property
func (*CopyNotebookPostRequestBody) SetSiteCollectionId ¶ added in v0.24.0
func (m *CopyNotebookPostRequestBody) SetSiteCollectionId(value *string)
SetSiteCollectionId sets the siteCollectionId property value. The siteCollectionId property
func (*CopyNotebookPostRequestBody) SetSiteId ¶ added in v0.24.0
func (m *CopyNotebookPostRequestBody) SetSiteId(value *string)
SetSiteId sets the siteId property value. The siteId property
type CopyNotebookPostRequestBodyable ¶ added in v0.24.0
type CopyNotebookPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetGroupId() *string GetNotebookFolder() *string GetRenameAs() *string GetSiteCollectionId() *string GetSiteId() *string SetGroupId(value *string) SetNotebookFolder(value *string) SetRenameAs(value *string) SetSiteCollectionId(value *string) SetSiteId(value *string) }
CopyNotebookPostRequestBodyable
type CopyNotebookRequestBuilder ¶
type CopyNotebookRequestBuilder struct {
// contains filtered or unexported fields
}
CopyNotebookRequestBuilder provides operations to call the copyNotebook method.
func NewCopyNotebookRequestBuilder ¶
func NewCopyNotebookRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CopyNotebookRequestBuilder
NewCopyNotebookRequestBuilder instantiates a new CopyNotebookRequestBuilder and sets the default values.
func NewCopyNotebookRequestBuilderInternal ¶
func NewCopyNotebookRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CopyNotebookRequestBuilder
NewCopyNotebookRequestBuilderInternal instantiates a new CopyNotebookRequestBuilder and sets the default values.
func (*CopyNotebookRequestBuilder) CreatePostRequestInformation ¶
func (m *CopyNotebookRequestBuilder) CreatePostRequestInformation(body CopyNotebookPostRequestBodyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action copyNotebook
func (*CopyNotebookRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *CopyNotebookRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body CopyNotebookPostRequestBodyable, requestConfiguration *CopyNotebookRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration invoke action copyNotebook
func (*CopyNotebookRequestBuilder) Post ¶
func (m *CopyNotebookRequestBuilder) Post(body CopyNotebookPostRequestBodyable) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable, error)
Post invoke action copyNotebook
func (*CopyNotebookRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *CopyNotebookRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body CopyNotebookPostRequestBodyable, requestConfiguration *CopyNotebookRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable, error)
PostWithRequestConfigurationAndResponseHandler invoke action copyNotebook
type CopyNotebookRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type CopyNotebookRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
CopyNotebookRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.