Documentation
¶
Index ¶
- type NotebookItemRequestBuilder
- func (m *NotebookItemRequestBuilder) CopyNotebook() ...
- func (m *NotebookItemRequestBuilder) CreateDeleteRequestInformation(options *NotebookItemRequestBuilderDeleteOptions) (...)
- func (m *NotebookItemRequestBuilder) CreateGetRequestInformation(options *NotebookItemRequestBuilderGetOptions) (...)
- func (m *NotebookItemRequestBuilder) CreatePatchRequestInformation(options *NotebookItemRequestBuilderPatchOptions) (...)
- func (m *NotebookItemRequestBuilder) Delete(options *NotebookItemRequestBuilderDeleteOptions) error
- func (m *NotebookItemRequestBuilder) Get(options *NotebookItemRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Notebookable, ...)
- func (m *NotebookItemRequestBuilder) Patch(options *NotebookItemRequestBuilderPatchOptions) error
- func (m *NotebookItemRequestBuilder) SectionGroups() ...
- func (m *NotebookItemRequestBuilder) SectionGroupsById(id string) ...
- func (m *NotebookItemRequestBuilder) Sections() ...
- func (m *NotebookItemRequestBuilder) SectionsById(id string) ...
- type NotebookItemRequestBuilderDeleteOptions
- type NotebookItemRequestBuilderGetOptions
- type NotebookItemRequestBuilderGetQueryParameters
- type NotebookItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotebookItemRequestBuilder ¶ added in v0.12.0
type NotebookItemRequestBuilder struct {
// contains filtered or unexported fields
}
NotebookItemRequestBuilder provides operations to manage the notebooks property of the microsoft.graph.onenote entity.
func NewNotebookItemRequestBuilder ¶ added in v0.12.0
func NewNotebookItemRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *NotebookItemRequestBuilder
NewNotebookItemRequestBuilder instantiates a new NotebookItemRequestBuilder and sets the default values.
func NewNotebookItemRequestBuilderInternal ¶ added in v0.12.0
func NewNotebookItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *NotebookItemRequestBuilder
NewNotebookItemRequestBuilderInternal instantiates a new NotebookItemRequestBuilder and sets the default values.
func (*NotebookItemRequestBuilder) CopyNotebook ¶ added in v0.12.0
func (*NotebookItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *NotebookItemRequestBuilder) CreateDeleteRequestInformation(options *NotebookItemRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property notebooks for groups
func (*NotebookItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *NotebookItemRequestBuilder) CreateGetRequestInformation(options *NotebookItemRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (*NotebookItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *NotebookItemRequestBuilder) CreatePatchRequestInformation(options *NotebookItemRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation update the navigation property notebooks in groups
func (*NotebookItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *NotebookItemRequestBuilder) Delete(options *NotebookItemRequestBuilderDeleteOptions) error
Delete delete navigation property notebooks for groups
func (*NotebookItemRequestBuilder) Get ¶ added in v0.12.0
func (m *NotebookItemRequestBuilder) Get(options *NotebookItemRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Notebookable, error)
Get the collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (*NotebookItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *NotebookItemRequestBuilder) Patch(options *NotebookItemRequestBuilderPatchOptions) error
Patch update the navigation property notebooks in groups
func (*NotebookItemRequestBuilder) SectionGroups ¶ added in v0.12.0
func (*NotebookItemRequestBuilder) SectionGroupsById ¶ added in v0.12.0
func (m *NotebookItemRequestBuilder) SectionGroupsById(id string) *i4dd31d9aa4f4ce76b8cf60f4da9e192ab5c70e72414a5f3acedeaaf3b3f5001c.SectionGroupItemRequestBuilder
SectionGroupsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.onenote.notebooks.item.sectionGroups.item collection
func (*NotebookItemRequestBuilder) SectionsById ¶ added in v0.12.0
func (m *NotebookItemRequestBuilder) SectionsById(id string) *i68348209530c0b3365b5a454a03b1e13bb0c4b7f8d8c73d4ab17cd1db99b10ac.OnenoteSectionItemRequestBuilder
SectionsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.onenote.notebooks.item.sections.item collection
type NotebookItemRequestBuilderDeleteOptions ¶ added in v0.12.0
type NotebookItemRequestBuilderDeleteOptions struct {
// 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
}
NotebookItemRequestBuilderDeleteOptions options for Delete
type NotebookItemRequestBuilderGetOptions ¶ added in v0.12.0
type NotebookItemRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *NotebookItemRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
NotebookItemRequestBuilderGetOptions options for Get
type NotebookItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type NotebookItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string
// Select properties to be returned
Select []string
}
NotebookItemRequestBuilderGetQueryParameters the collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable.
type NotebookItemRequestBuilderPatchOptions ¶ added in v0.12.0
type NotebookItemRequestBuilderPatchOptions struct {
//
Body i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Notebookable
// 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
}
NotebookItemRequestBuilderPatchOptions options for Patch