Documentation ¶
Index ¶
- type ParentSectionRequestBuilder
- func (m *ParentSectionRequestBuilder) CopyToNotebook() ...
- func (m *ParentSectionRequestBuilder) CopyToSectionGroup() ...
- func (m *ParentSectionRequestBuilder) CreateDeleteRequestInformation(options *ParentSectionRequestBuilderDeleteOptions) (...)
- func (m *ParentSectionRequestBuilder) CreateGetRequestInformation(options *ParentSectionRequestBuilderGetOptions) (...)
- func (m *ParentSectionRequestBuilder) CreatePatchRequestInformation(options *ParentSectionRequestBuilderPatchOptions) (...)
- func (m *ParentSectionRequestBuilder) Delete(options *ParentSectionRequestBuilderDeleteOptions) error
- func (m *ParentSectionRequestBuilder) Get(options *ParentSectionRequestBuilderGetOptions) (...)
- func (m *ParentSectionRequestBuilder) Pages() ...
- func (m *ParentSectionRequestBuilder) PagesById(id string) ...
- func (m *ParentSectionRequestBuilder) ParentNotebook() ...
- func (m *ParentSectionRequestBuilder) ParentSectionGroup() ...
- func (m *ParentSectionRequestBuilder) Patch(options *ParentSectionRequestBuilderPatchOptions) error
- type ParentSectionRequestBuilderDeleteOptions
- type ParentSectionRequestBuilderGetOptions
- type ParentSectionRequestBuilderGetQueryParameters
- type ParentSectionRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParentSectionRequestBuilder ¶
type ParentSectionRequestBuilder struct {
// contains filtered or unexported fields
}
ParentSectionRequestBuilder builds and executes requests for operations under \me\onenote\pages\{onenotePage-id}\parentSection
func NewParentSectionRequestBuilder ¶
func NewParentSectionRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ParentSectionRequestBuilder
NewParentSectionRequestBuilder instantiates a new ParentSectionRequestBuilder and sets the default values.
func NewParentSectionRequestBuilderInternal ¶
func NewParentSectionRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ParentSectionRequestBuilder
NewParentSectionRequestBuilderInternal instantiates a new ParentSectionRequestBuilder and sets the default values.
func (*ParentSectionRequestBuilder) CopyToNotebook ¶
func (m *ParentSectionRequestBuilder) CopyToNotebook() *ibeb105daa1c5aba805da792104120902dff444875f3ca7ebd6bc172f8ae5c986.CopyToNotebookRequestBuilder
func (*ParentSectionRequestBuilder) CopyToSectionGroup ¶
func (m *ParentSectionRequestBuilder) CopyToSectionGroup() *i6a3ad2bc826581366650dd72fd260adb00b3194f39d115ff0a9f67db1d1ff1ec.CopyToSectionGroupRequestBuilder
func (*ParentSectionRequestBuilder) CreateDeleteRequestInformation ¶
func (m *ParentSectionRequestBuilder) CreateDeleteRequestInformation(options *ParentSectionRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation the section that contains the page. Read-only.
func (*ParentSectionRequestBuilder) CreateGetRequestInformation ¶
func (m *ParentSectionRequestBuilder) CreateGetRequestInformation(options *ParentSectionRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the section that contains the page. Read-only.
func (*ParentSectionRequestBuilder) CreatePatchRequestInformation ¶
func (m *ParentSectionRequestBuilder) CreatePatchRequestInformation(options *ParentSectionRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation the section that contains the page. Read-only.
func (*ParentSectionRequestBuilder) Delete ¶
func (m *ParentSectionRequestBuilder) Delete(options *ParentSectionRequestBuilderDeleteOptions) error
Delete the section that contains the page. Read-only.
func (*ParentSectionRequestBuilder) Get ¶
func (m *ParentSectionRequestBuilder) Get(options *ParentSectionRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OnenoteSection, error)
Get the section that contains the page. Read-only.
func (*ParentSectionRequestBuilder) PagesById ¶
func (m *ParentSectionRequestBuilder) PagesById(id string) *i1fbd56f75c653bdf521d0d7f8bf11795d2f39e2dee0672ec6bba7512f8d5fd02.OnenotePageRequestBuilder
PagesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.onenote.pages.item.parentSection.pages.item collection
func (*ParentSectionRequestBuilder) ParentNotebook ¶
func (m *ParentSectionRequestBuilder) ParentNotebook() *ia747ad54708e5988796d8048b7752abb0e9f5a7d0319008d8816458de3290b60.ParentNotebookRequestBuilder
func (*ParentSectionRequestBuilder) ParentSectionGroup ¶
func (m *ParentSectionRequestBuilder) ParentSectionGroup() *ie8603f428887ed9e8f3aa9e9ea9389a38e58af40d8e0b4ce0d6c187307bbdf95.ParentSectionGroupRequestBuilder
func (*ParentSectionRequestBuilder) Patch ¶
func (m *ParentSectionRequestBuilder) Patch(options *ParentSectionRequestBuilderPatchOptions) error
Patch the section that contains the page. Read-only.
type ParentSectionRequestBuilderDeleteOptions ¶
type ParentSectionRequestBuilderDeleteOptions 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 }
ParentSectionRequestBuilderDeleteOptions options for Delete
type ParentSectionRequestBuilderGetOptions ¶
type ParentSectionRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *ParentSectionRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
ParentSectionRequestBuilderGetOptions options for Get
type ParentSectionRequestBuilderGetQueryParameters ¶
type ParentSectionRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
ParentSectionRequestBuilderGetQueryParameters the section that contains the page. Read-only.
type ParentSectionRequestBuilderPatchOptions ¶
type ParentSectionRequestBuilderPatchOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OnenoteSection // 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 }
ParentSectionRequestBuilderPatchOptions options for Patch