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) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.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 i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.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 i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *NotebookItemRequestBuilder
NewNotebookItemRequestBuilderInternal instantiates a new NotebookItemRequestBuilder and sets the default values.
func (*NotebookItemRequestBuilder) CopyNotebook ¶ added in v0.12.0
func (m *NotebookItemRequestBuilder) CopyNotebook() *i9f0d5718ad1b5db73fcf98339d79ca792b472b747ccbfb32f4fd27b5f9e10d00.CopyNotebookRequestBuilder
CopyNotebook the copyNotebook property
func (*NotebookItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *NotebookItemRequestBuilder) CreateDeleteRequestInformation(options *NotebookItemRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property notebooks for sites
func (*NotebookItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *NotebookItemRequestBuilder) CreateGetRequestInformation(options *NotebookItemRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.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) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property notebooks in sites
func (*NotebookItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *NotebookItemRequestBuilder) Delete(options *NotebookItemRequestBuilderDeleteOptions) error
Delete delete navigation property notebooks for sites
func (*NotebookItemRequestBuilder) Get ¶ added in v0.12.0
func (m *NotebookItemRequestBuilder) Get(options *NotebookItemRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.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 sites
func (*NotebookItemRequestBuilder) SectionGroups ¶ added in v0.12.0
func (m *NotebookItemRequestBuilder) SectionGroups() *i02d455ed8d727b017dc113af8a8fc93649602005b96948c19b35a9f89bb1d325.SectionGroupsRequestBuilder
SectionGroups the sectionGroups property
func (*NotebookItemRequestBuilder) SectionGroupsById ¶ added in v0.12.0
func (m *NotebookItemRequestBuilder) SectionGroupsById(id string) *i156e16d41dae24f7cc0d23384461d3e8a338475d9d52c73f8d95dea481a2aee5.SectionGroupItemRequestBuilder
SectionGroupsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.onenote.notebooks.item.sectionGroups.item collection
func (*NotebookItemRequestBuilder) Sections ¶ added in v0.12.0
func (m *NotebookItemRequestBuilder) Sections() *ib3d7d6e443aa7d2adcb69068608156306b9b1095585062272e66d3b21773a1e4.SectionsRequestBuilder
Sections the sections property
func (*NotebookItemRequestBuilder) SectionsById ¶ added in v0.12.0
func (m *NotebookItemRequestBuilder) SectionsById(id string) *if1fe89ff065ee792cbbe33e98c180ca92995941dc69d251b916e82ba3e710566.OnenoteSectionItemRequestBuilder
SectionsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.onenote.notebooks.item.sections.item collection
type NotebookItemRequestBuilderDeleteOptions ¶ added in v0.12.0
type NotebookItemRequestBuilderDeleteOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
NotebookItemRequestBuilderDeleteOptions options for Delete
type NotebookItemRequestBuilderGetOptions ¶ added in v0.12.0
type NotebookItemRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *NotebookItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
NotebookItemRequestBuilderGetOptions options for Get
type NotebookItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type NotebookItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
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 iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Notebookable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
NotebookItemRequestBuilderPatchOptions options for Patch