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 \sites\{site-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() *if7a7b0e089096540f897f16bc90cf9c3db087b1dab1283afe2e59b057a3e1ee9.CopyToNotebookRequestBuilder
func (*ParentSectionRequestBuilder) CopyToSectionGroup ¶
func (m *ParentSectionRequestBuilder) CopyToSectionGroup() *i70efb0b6c0cb5cd9d61464740feca3cf80b411b2ecb7b8f1ffd62e0a5c731231.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) *iecb005258b435242c1720a83b01c52a239c6bb2181e5f005b69445d830f93215.OnenotePageRequestBuilder
PagesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.onenote.pages.item.parentSection.pages.item collection
func (*ParentSectionRequestBuilder) ParentNotebook ¶
func (m *ParentSectionRequestBuilder) ParentNotebook() *ia6f06eead351d266814f8ab7de42974e24e84676ab12ed584a198578540a8451.ParentNotebookRequestBuilder
func (*ParentSectionRequestBuilder) ParentSectionGroup ¶
func (m *ParentSectionRequestBuilder) ParentSectionGroup() *ida7d6aaa7398bec6015dbf60ff0b886471c733d56778be6ba839e3600f527c4f.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