Documentation ¶
Index ¶
- type CopyNotebookRequestBody
- func (m *CopyNotebookRequestBody) GetAdditionalData() map[string]interface{}
- func (m *CopyNotebookRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- 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) IsNil() bool
- 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 CopyNotebookRequestBuilder
- type CopyNotebookRequestBuilderPostOptions
- type CopyNotebookResponse
- func (m *CopyNotebookResponse) GetAdditionalData() map[string]interface{}
- func (m *CopyNotebookResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *CopyNotebookResponse) GetOnenoteOperation() ...
- func (m *CopyNotebookResponse) IsNil() bool
- func (m *CopyNotebookResponse) Serialize(...) error
- func (m *CopyNotebookResponse) SetAdditionalData(value map[string]interface{})
- func (m *CopyNotebookResponse) SetOnenoteOperation(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CopyNotebookRequestBody ¶
type CopyNotebookRequestBody struct {
// contains filtered or unexported fields
}
func NewCopyNotebookRequestBody ¶
func NewCopyNotebookRequestBody() *CopyNotebookRequestBody
Instantiates a new copyNotebookRequestBody and sets the default values.
func (*CopyNotebookRequestBody) GetAdditionalData ¶
func (m *CopyNotebookRequestBody) GetAdditionalData() map[string]interface{}
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(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*CopyNotebookRequestBody) GetGroupId ¶
func (m *CopyNotebookRequestBody) GetGroupId() *string
Gets the groupId property value.
func (*CopyNotebookRequestBody) GetNotebookFolder ¶
func (m *CopyNotebookRequestBody) GetNotebookFolder() *string
Gets the notebookFolder property value.
func (*CopyNotebookRequestBody) GetRenameAs ¶
func (m *CopyNotebookRequestBody) GetRenameAs() *string
Gets the renameAs property value.
func (*CopyNotebookRequestBody) GetSiteCollectionId ¶
func (m *CopyNotebookRequestBody) GetSiteCollectionId() *string
Gets the siteCollectionId property value.
func (*CopyNotebookRequestBody) GetSiteId ¶
func (m *CopyNotebookRequestBody) GetSiteId() *string
Gets the siteId property value.
func (*CopyNotebookRequestBody) IsNil ¶
func (m *CopyNotebookRequestBody) IsNil() bool
func (*CopyNotebookRequestBody) Serialize ¶
func (m *CopyNotebookRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*CopyNotebookRequestBody) SetAdditionalData ¶
func (m *CopyNotebookRequestBody) SetAdditionalData(value map[string]interface{})
Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. Parameters:
- value : Value to set for the AdditionalData property.
func (*CopyNotebookRequestBody) SetGroupId ¶
func (m *CopyNotebookRequestBody) SetGroupId(value *string)
Sets the groupId property value. Parameters:
- value : Value to set for the groupId property.
func (*CopyNotebookRequestBody) SetNotebookFolder ¶
func (m *CopyNotebookRequestBody) SetNotebookFolder(value *string)
Sets the notebookFolder property value. Parameters:
- value : Value to set for the notebookFolder property.
func (*CopyNotebookRequestBody) SetRenameAs ¶
func (m *CopyNotebookRequestBody) SetRenameAs(value *string)
Sets the renameAs property value. Parameters:
- value : Value to set for the renameAs property.
func (*CopyNotebookRequestBody) SetSiteCollectionId ¶
func (m *CopyNotebookRequestBody) SetSiteCollectionId(value *string)
Sets the siteCollectionId property value. Parameters:
- value : Value to set for the siteCollectionId property.
func (*CopyNotebookRequestBody) SetSiteId ¶
func (m *CopyNotebookRequestBody) SetSiteId(value *string)
Sets the siteId property value. Parameters:
- value : Value to set for the siteId property.
type CopyNotebookRequestBuilder ¶
type CopyNotebookRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \me\onenote\pages\{onenotePage-id}\parentSection\parentNotebook\microsoft.graph.copyNotebook
func NewCopyNotebookRequestBuilder ¶
func NewCopyNotebookRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *CopyNotebookRequestBuilder
Instantiates a new CopyNotebookRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewCopyNotebookRequestBuilderInternal ¶
func NewCopyNotebookRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *CopyNotebookRequestBuilder
Instantiates a new CopyNotebookRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*CopyNotebookRequestBuilder) CreatePostRequestInformation ¶
func (m *CopyNotebookRequestBuilder) CreatePostRequestInformation(options *CopyNotebookRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Invoke action copyNotebook Parameters:
- options : Options for the request
func (*CopyNotebookRequestBuilder) Post ¶
func (m *CopyNotebookRequestBuilder) Post(options *CopyNotebookRequestBuilderPostOptions) (*CopyNotebookResponse, error)
Invoke action copyNotebook Parameters:
- options : Options for the request
type CopyNotebookRequestBuilderPostOptions ¶
type CopyNotebookRequestBuilderPostOptions struct { // Body *CopyNotebookRequestBody // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
Options for Post
type CopyNotebookResponse ¶
type CopyNotebookResponse struct {
// contains filtered or unexported fields
}
Union type wrapper for classes onenoteOperation
func NewCopyNotebookResponse ¶
func NewCopyNotebookResponse() *CopyNotebookResponse
Instantiates a new copyNotebookResponse and sets the default values.
func (*CopyNotebookResponse) GetAdditionalData ¶
func (m *CopyNotebookResponse) GetAdditionalData() map[string]interface{}
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 (*CopyNotebookResponse) GetFieldDeserializers ¶
func (m *CopyNotebookResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*CopyNotebookResponse) GetOnenoteOperation ¶
func (m *CopyNotebookResponse) GetOnenoteOperation() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OnenoteOperation
Gets the onenoteOperation property value. Union type representation for type onenoteOperation
func (*CopyNotebookResponse) IsNil ¶
func (m *CopyNotebookResponse) IsNil() bool
func (*CopyNotebookResponse) Serialize ¶
func (m *CopyNotebookResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*CopyNotebookResponse) SetAdditionalData ¶
func (m *CopyNotebookResponse) SetAdditionalData(value map[string]interface{})
Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. Parameters:
- value : Value to set for the AdditionalData property.
func (*CopyNotebookResponse) SetOnenoteOperation ¶
func (m *CopyNotebookResponse) SetOnenoteOperation(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OnenoteOperation)
Sets the onenoteOperation property value. Union type representation for type onenoteOperation Parameters:
- value : Value to set for the onenoteOperation property.