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 ¶
type NotebookItemRequestBuilder struct {
// contains filtered or unexported fields
}
NotebookItemRequestBuilder provides operations to manage the notebooks property of the microsoft.graph.onenote entity.
func NewNotebookItemRequestBuilder ¶
func NewNotebookItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *NotebookItemRequestBuilder
NewNotebookItemRequestBuilder instantiates a new NotebookItemRequestBuilder and sets the default values.
func NewNotebookItemRequestBuilderInternal ¶
func NewNotebookItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *NotebookItemRequestBuilder
NewNotebookItemRequestBuilderInternal instantiates a new NotebookItemRequestBuilder and sets the default values.
func (*NotebookItemRequestBuilder) CopyNotebook ¶
func (m *NotebookItemRequestBuilder) CopyNotebook() *i59c62293c60d05bbffe30d895d282410f38095ffe3c2e07f22647e140fe72724.CopyNotebookRequestBuilder
CopyNotebook the copyNotebook property
func (*NotebookItemRequestBuilder) CreateDeleteRequestInformation ¶
func (m *NotebookItemRequestBuilder) CreateDeleteRequestInformation(options *NotebookItemRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property notebooks for me
func (*NotebookItemRequestBuilder) CreateGetRequestInformation ¶
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 ¶
func (m *NotebookItemRequestBuilder) CreatePatchRequestInformation(options *NotebookItemRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property notebooks in me
func (*NotebookItemRequestBuilder) Delete ¶
func (m *NotebookItemRequestBuilder) Delete(options *NotebookItemRequestBuilderDeleteOptions) error
Delete delete navigation property notebooks for me
func (*NotebookItemRequestBuilder) Get ¶
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 ¶
func (m *NotebookItemRequestBuilder) Patch(options *NotebookItemRequestBuilderPatchOptions) error
Patch update the navigation property notebooks in me
func (*NotebookItemRequestBuilder) SectionGroups ¶
func (m *NotebookItemRequestBuilder) SectionGroups() *i4cabe2ebb5ea5f5266c9311c0dc0794643fd05eb73b68a9bfa1767279db606b8.SectionGroupsRequestBuilder
SectionGroups the sectionGroups property
func (*NotebookItemRequestBuilder) SectionGroupsById ¶
func (m *NotebookItemRequestBuilder) SectionGroupsById(id string) *i220628206f1cf28dc596e2d15fa952ff6edf88fb9a5d5b0680f4a8a80c7b69f9.SectionGroupItemRequestBuilder
SectionGroupsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.onenote.notebooks.item.sectionGroups.item collection
func (*NotebookItemRequestBuilder) Sections ¶
func (m *NotebookItemRequestBuilder) Sections() *i2d8b711130e3cf48a824445fba301d8fb72d808ea437b3e9b37f25a227ae32fa.SectionsRequestBuilder
Sections the sections property
func (*NotebookItemRequestBuilder) SectionsById ¶
func (m *NotebookItemRequestBuilder) SectionsById(id string) *i0c57bf65694b728fc371e7190fdc9659646fdd8d4e99b37a088a23e6b9a8cdff.OnenoteSectionItemRequestBuilder
SectionsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.onenote.notebooks.item.sections.item collection
type NotebookItemRequestBuilderDeleteOptions ¶
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 ¶
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 ¶
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 ¶
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