Documentation
¶
Index ¶
- type OnenotePageItemRequestBuilder
- func (m *OnenotePageItemRequestBuilder) Content() ...
- func (m *OnenotePageItemRequestBuilder) CopyToSection() ...
- func (m *OnenotePageItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *OnenotePageItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *OnenotePageItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- func (m *OnenotePageItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *OnenotePageItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *OnenotePageItemRequestBuilder) OnenotePatchContent() ...
- func (m *OnenotePageItemRequestBuilder) ParentNotebook() ...
- func (m *OnenotePageItemRequestBuilder) ParentSection() ...
- func (m *OnenotePageItemRequestBuilder) Patch(ctx context.Context, ...) (...)
- func (m *OnenotePageItemRequestBuilder) Preview() ...
- type OnenotePageItemRequestBuilderDeleteRequestConfiguration
- type OnenotePageItemRequestBuilderGetQueryParameters
- type OnenotePageItemRequestBuilderGetRequestConfiguration
- type OnenotePageItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OnenotePageItemRequestBuilder ¶ added in v0.12.0
type OnenotePageItemRequestBuilder struct {
// contains filtered or unexported fields
}
OnenotePageItemRequestBuilder provides operations to manage the pages property of the microsoft.graph.onenote entity.
func NewOnenotePageItemRequestBuilder ¶ added in v0.12.0
func NewOnenotePageItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OnenotePageItemRequestBuilder
NewOnenotePageItemRequestBuilder instantiates a new OnenotePageItemRequestBuilder and sets the default values.
func NewOnenotePageItemRequestBuilderInternal ¶ added in v0.12.0
func NewOnenotePageItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OnenotePageItemRequestBuilder
NewOnenotePageItemRequestBuilderInternal instantiates a new OnenotePageItemRequestBuilder and sets the default values.
func (*OnenotePageItemRequestBuilder) Content ¶ added in v0.12.0
func (m *OnenotePageItemRequestBuilder) Content() *i4fec5ef19ba00f93f7cc62159a78a1ad6133a6a67bb3a6fff0f1f9813bde9c39.ContentRequestBuilder
Content provides operations to manage the media for the user entity.
func (*OnenotePageItemRequestBuilder) CopyToSection ¶ added in v0.12.0
func (m *OnenotePageItemRequestBuilder) CopyToSection() *iebecbe43cbace1409211570b645db48f6404ca305b1e525a59216b9b61324509.CopyToSectionRequestBuilder
CopyToSection provides operations to call the copyToSection method.
func (*OnenotePageItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *OnenotePageItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, requestConfiguration *OnenotePageItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property pages for me
func (*OnenotePageItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *OnenotePageItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *OnenotePageItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (*OnenotePageItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *OnenotePageItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable, requestConfiguration *OnenotePageItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property pages in me
func (*OnenotePageItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *OnenotePageItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *OnenotePageItemRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property pages for me
func (*OnenotePageItemRequestBuilder) Get ¶ added in v0.12.0
func (m *OnenotePageItemRequestBuilder) Get(ctx context.Context, requestConfiguration *OnenotePageItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable, error)
Get the pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (*OnenotePageItemRequestBuilder) OnenotePatchContent ¶ added in v0.12.0
func (m *OnenotePageItemRequestBuilder) OnenotePatchContent() *id452b65139e1d75418df07a80020fbcadf183cb05c3d18fd6869ba57eae2bde9.OnenotePatchContentRequestBuilder
OnenotePatchContent provides operations to call the onenotePatchContent method.
func (*OnenotePageItemRequestBuilder) ParentNotebook ¶ added in v0.12.0
func (m *OnenotePageItemRequestBuilder) ParentNotebook() *icc3744a0512c21411f9f2357a64d772a6c1c467b69c40d29d18b407b3e3751ed.ParentNotebookRequestBuilder
ParentNotebook provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity.
func (*OnenotePageItemRequestBuilder) ParentSection ¶ added in v0.12.0
func (m *OnenotePageItemRequestBuilder) ParentSection() *i055ba344e034146dc032fcd2c024b30c3e5eb6c927e5e4d89a750c2c0407dfdb.ParentSectionRequestBuilder
ParentSection provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity.
func (*OnenotePageItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *OnenotePageItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable, requestConfiguration *OnenotePageItemRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable, error)
Patch update the navigation property pages in me
func (*OnenotePageItemRequestBuilder) Preview ¶ added in v0.12.0
func (m *OnenotePageItemRequestBuilder) Preview() *i8eef73f7a43fd5079273899ee270ac847830ceb62934869e2be92ba8ca5dd912.PreviewRequestBuilder
Preview provides operations to call the preview method.
type OnenotePageItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type OnenotePageItemRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
OnenotePageItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type OnenotePageItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type OnenotePageItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
OnenotePageItemRequestBuilderGetQueryParameters the pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
type OnenotePageItemRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type OnenotePageItemRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *OnenotePageItemRequestBuilderGetQueryParameters }
OnenotePageItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type OnenotePageItemRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type OnenotePageItemRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
OnenotePageItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.