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 \users\{user-id}\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() *ief29ec6c315d2361d893b1f3826c76f332b5cd182fe64b2fac7e2d265320c454.CopyToNotebookRequestBuilder
func (*ParentSectionRequestBuilder) CopyToSectionGroup ¶
func (m *ParentSectionRequestBuilder) CopyToSectionGroup() *i95e53caaaf5e52218b9054b659bd85f753d58cabd91aff86878752ed4a9ed289.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) *i64409d1c612f53a9ac706deda00554d73aeb2efb02e911b9d4e5cc23f47431b6.OnenotePageRequestBuilder
PagesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.onenote.pages.item.parentSection.pages.item collection
func (*ParentSectionRequestBuilder) ParentNotebook ¶
func (m *ParentSectionRequestBuilder) ParentNotebook() *ia3ab5f068407c92731ae477f9f87519fb6be15c5967a259269dc65206ddb4592.ParentNotebookRequestBuilder
func (*ParentSectionRequestBuilder) ParentSectionGroup ¶
func (m *ParentSectionRequestBuilder) ParentSectionGroup() *i0256d14098c54ac0ebcdb17f159d239a49315d845796a779513e20d3daf872a7.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