Documentation
¶
Index ¶
- func CreateCopyNotebookRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type CopyNotebookRequestBody
- func (m *CopyNotebookRequestBody) GetAdditionalData() map[string]interface{}
- func (m *CopyNotebookRequestBody) GetFieldDeserializers() ...
- func (m *CopyNotebookRequestBody) GetGroupId() *string
- func (m *CopyNotebookRequestBody) GetNotebookFolder() *string
- func (m *CopyNotebookRequestBody) GetRenameAs() *string
- func (m *CopyNotebookRequestBody) GetSiteCollectionId() *string
- func (m *CopyNotebookRequestBody) GetSiteId() *string
- func (m *CopyNotebookRequestBody) Serialize(...) error
- func (m *CopyNotebookRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *CopyNotebookRequestBody) SetGroupId(value *string)
- func (m *CopyNotebookRequestBody) SetNotebookFolder(value *string)
- func (m *CopyNotebookRequestBody) SetRenameAs(value *string)
- func (m *CopyNotebookRequestBody) SetSiteCollectionId(value *string)
- func (m *CopyNotebookRequestBody) SetSiteId(value *string)
- type CopyNotebookRequestBodyable
- type CopyNotebookRequestBuilder
- func (m *CopyNotebookRequestBuilder) CreatePostRequestInformation(body CopyNotebookRequestBodyable) (...)
- func (m *CopyNotebookRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body CopyNotebookRequestBodyable, ...) (...)
- func (m *CopyNotebookRequestBuilder) Post(body CopyNotebookRequestBodyable) (...)
- func (m *CopyNotebookRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body CopyNotebookRequestBodyable, ...) (...)
- type CopyNotebookRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCopyNotebookRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateCopyNotebookRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateCopyNotebookRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type CopyNotebookRequestBody ¶
type CopyNotebookRequestBody struct {
// contains filtered or unexported fields
}
CopyNotebookRequestBody provides operations to call the copyNotebook method.
func NewCopyNotebookRequestBody ¶
func NewCopyNotebookRequestBody() *CopyNotebookRequestBody
NewCopyNotebookRequestBody instantiates a new copyNotebookRequestBody and sets the default values.
func (*CopyNotebookRequestBody) GetAdditionalData ¶
func (m *CopyNotebookRequestBody) 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 (*CopyNotebookRequestBody) GetFieldDeserializers ¶
func (m *CopyNotebookRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*CopyNotebookRequestBody) GetGroupId ¶
func (m *CopyNotebookRequestBody) GetGroupId() *string
GetGroupId gets the groupId property value. The groupId property
func (*CopyNotebookRequestBody) GetNotebookFolder ¶
func (m *CopyNotebookRequestBody) GetNotebookFolder() *string
GetNotebookFolder gets the notebookFolder property value. The notebookFolder property
func (*CopyNotebookRequestBody) GetRenameAs ¶
func (m *CopyNotebookRequestBody) GetRenameAs() *string
GetRenameAs gets the renameAs property value. The renameAs property
func (*CopyNotebookRequestBody) GetSiteCollectionId ¶
func (m *CopyNotebookRequestBody) GetSiteCollectionId() *string
GetSiteCollectionId gets the siteCollectionId property value. The siteCollectionId property
func (*CopyNotebookRequestBody) GetSiteId ¶
func (m *CopyNotebookRequestBody) GetSiteId() *string
GetSiteId gets the siteId property value. The siteId property
func (*CopyNotebookRequestBody) Serialize ¶
func (m *CopyNotebookRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*CopyNotebookRequestBody) SetAdditionalData ¶
func (m *CopyNotebookRequestBody) 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 (*CopyNotebookRequestBody) SetGroupId ¶
func (m *CopyNotebookRequestBody) SetGroupId(value *string)
SetGroupId sets the groupId property value. The groupId property
func (*CopyNotebookRequestBody) SetNotebookFolder ¶
func (m *CopyNotebookRequestBody) SetNotebookFolder(value *string)
SetNotebookFolder sets the notebookFolder property value. The notebookFolder property
func (*CopyNotebookRequestBody) SetRenameAs ¶
func (m *CopyNotebookRequestBody) SetRenameAs(value *string)
SetRenameAs sets the renameAs property value. The renameAs property
func (*CopyNotebookRequestBody) SetSiteCollectionId ¶
func (m *CopyNotebookRequestBody) SetSiteCollectionId(value *string)
SetSiteCollectionId sets the siteCollectionId property value. The siteCollectionId property
func (*CopyNotebookRequestBody) SetSiteId ¶
func (m *CopyNotebookRequestBody) SetSiteId(value *string)
SetSiteId sets the siteId property value. The siteId property
type CopyNotebookRequestBodyable ¶ added in v0.13.0
type CopyNotebookRequestBodyable 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) }
CopyNotebookRequestBodyable
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 CopyNotebookRequestBodyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action copyNotebook
func (*CopyNotebookRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *CopyNotebookRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body CopyNotebookRequestBodyable, requestConfiguration *CopyNotebookRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration invoke action copyNotebook
func (*CopyNotebookRequestBuilder) Post ¶
func (m *CopyNotebookRequestBuilder) Post(body CopyNotebookRequestBodyable) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable, error)
Post invoke action copyNotebook
func (*CopyNotebookRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *CopyNotebookRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body CopyNotebookRequestBodyable, 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.