Documentation ¶
Index ¶
- type OnenotePageItemRequestBuilder
- func (m *OnenotePageItemRequestBuilder) Content() ...
- func (m *OnenotePageItemRequestBuilder) CopyToSection() ...
- func (m *OnenotePageItemRequestBuilder) CreateDeleteRequestInformation(options *OnenotePageItemRequestBuilderDeleteOptions) (...)
- func (m *OnenotePageItemRequestBuilder) CreateGetRequestInformation(options *OnenotePageItemRequestBuilderGetOptions) (...)
- func (m *OnenotePageItemRequestBuilder) CreatePatchRequestInformation(options *OnenotePageItemRequestBuilderPatchOptions) (...)
- func (m *OnenotePageItemRequestBuilder) Delete(options *OnenotePageItemRequestBuilderDeleteOptions) error
- func (m *OnenotePageItemRequestBuilder) Get(options *OnenotePageItemRequestBuilderGetOptions) (...)
- func (m *OnenotePageItemRequestBuilder) OnenotePatchContent() ...
- func (m *OnenotePageItemRequestBuilder) ParentNotebook() ...
- func (m *OnenotePageItemRequestBuilder) ParentSection() ...
- func (m *OnenotePageItemRequestBuilder) Patch(options *OnenotePageItemRequestBuilderPatchOptions) error
- func (m *OnenotePageItemRequestBuilder) Preview() ...
- type OnenotePageItemRequestBuilderDeleteOptions
- type OnenotePageItemRequestBuilderGetOptions
- type OnenotePageItemRequestBuilderGetQueryParameters
- type OnenotePageItemRequestBuilderPatchOptions
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 ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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 ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *OnenotePageItemRequestBuilder
NewOnenotePageItemRequestBuilderInternal instantiates a new OnenotePageItemRequestBuilder and sets the default values.
func (*OnenotePageItemRequestBuilder) CopyToSection ¶ added in v0.12.0
func (*OnenotePageItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *OnenotePageItemRequestBuilder) CreateDeleteRequestInformation(options *OnenotePageItemRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property pages for sites
func (*OnenotePageItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *OnenotePageItemRequestBuilder) CreateGetRequestInformation(options *OnenotePageItemRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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(options *OnenotePageItemRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation update the navigation property pages in sites
func (*OnenotePageItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *OnenotePageItemRequestBuilder) Delete(options *OnenotePageItemRequestBuilderDeleteOptions) error
Delete delete navigation property pages for sites
func (*OnenotePageItemRequestBuilder) Get ¶ added in v0.12.0
func (m *OnenotePageItemRequestBuilder) Get(options *OnenotePageItemRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.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() *icab4f6eb0e867ecdd726162d5966bd8a8ecc3eef1bb6a959a36156dd8b09847d.OnenotePatchContentRequestBuilder
func (*OnenotePageItemRequestBuilder) ParentNotebook ¶ added in v0.12.0
func (*OnenotePageItemRequestBuilder) ParentSection ¶ added in v0.12.0
func (*OnenotePageItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *OnenotePageItemRequestBuilder) Patch(options *OnenotePageItemRequestBuilderPatchOptions) error
Patch update the navigation property pages in sites
func (*OnenotePageItemRequestBuilder) Preview ¶ added in v0.12.0
func (m *OnenotePageItemRequestBuilder) Preview() *i9dddb33025d0233edfdde534781ea991ab776b435455942bcde0a1097108f3b2.PreviewRequestBuilder
Preview provides operations to call the preview method.
type OnenotePageItemRequestBuilderDeleteOptions ¶ added in v0.12.0
type OnenotePageItemRequestBuilderDeleteOptions 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 }
OnenotePageItemRequestBuilderDeleteOptions options for Delete
type OnenotePageItemRequestBuilderGetOptions ¶ added in v0.12.0
type OnenotePageItemRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *OnenotePageItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
OnenotePageItemRequestBuilderGetOptions options for Get
type OnenotePageItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type OnenotePageItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
OnenotePageItemRequestBuilderGetQueryParameters the pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
type OnenotePageItemRequestBuilderPatchOptions ¶ added in v0.12.0
type OnenotePageItemRequestBuilderPatchOptions struct { // Body i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OnenotePageable // 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 }
OnenotePageItemRequestBuilderPatchOptions options for Patch