Documentation ¶
Index ¶
- type ParentSectionGroupRequestBuilder
- func (m *ParentSectionGroupRequestBuilder) CreateDeleteRequestInformation(options *ParentSectionGroupRequestBuilderDeleteOptions) (...)
- func (m *ParentSectionGroupRequestBuilder) CreateGetRequestInformation(options *ParentSectionGroupRequestBuilderGetOptions) (...)
- func (m *ParentSectionGroupRequestBuilder) CreatePatchRequestInformation(options *ParentSectionGroupRequestBuilderPatchOptions) (...)
- func (m *ParentSectionGroupRequestBuilder) Delete(options *ParentSectionGroupRequestBuilderDeleteOptions) error
- func (m *ParentSectionGroupRequestBuilder) Get(options *ParentSectionGroupRequestBuilderGetOptions) (...)
- func (m *ParentSectionGroupRequestBuilder) ParentNotebook() ...
- func (m *ParentSectionGroupRequestBuilder) ParentSectionGroup() *ParentSectionGroupRequestBuilder
- func (m *ParentSectionGroupRequestBuilder) Patch(options *ParentSectionGroupRequestBuilderPatchOptions) error
- func (m *ParentSectionGroupRequestBuilder) SectionGroups() ...
- func (m *ParentSectionGroupRequestBuilder) SectionGroupsById(id string) ...
- func (m *ParentSectionGroupRequestBuilder) Sections() ...
- func (m *ParentSectionGroupRequestBuilder) SectionsById(id string) ...
- type ParentSectionGroupRequestBuilderDeleteOptions
- type ParentSectionGroupRequestBuilderGetOptions
- type ParentSectionGroupRequestBuilderGetQueryParameters
- type ParentSectionGroupRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParentSectionGroupRequestBuilder ¶
type ParentSectionGroupRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \sites\{site-id}\onenote\pages\{onenotePage-id}\parentSection\parentSectionGroup
func NewParentSectionGroupRequestBuilder ¶
func NewParentSectionGroupRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ParentSectionGroupRequestBuilder
Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewParentSectionGroupRequestBuilderInternal ¶
func NewParentSectionGroupRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ParentSectionGroupRequestBuilder
Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*ParentSectionGroupRequestBuilder) CreateDeleteRequestInformation ¶
func (m *ParentSectionGroupRequestBuilder) CreateDeleteRequestInformation(options *ParentSectionGroupRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
The section group that contains the section. Read-only. Parameters:
- options : Options for the request
func (*ParentSectionGroupRequestBuilder) CreateGetRequestInformation ¶
func (m *ParentSectionGroupRequestBuilder) CreateGetRequestInformation(options *ParentSectionGroupRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
The section group that contains the section. Read-only. Parameters:
- options : Options for the request
func (*ParentSectionGroupRequestBuilder) CreatePatchRequestInformation ¶
func (m *ParentSectionGroupRequestBuilder) CreatePatchRequestInformation(options *ParentSectionGroupRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
The section group that contains the section. Read-only. Parameters:
- options : Options for the request
func (*ParentSectionGroupRequestBuilder) Delete ¶
func (m *ParentSectionGroupRequestBuilder) Delete(options *ParentSectionGroupRequestBuilderDeleteOptions) error
The section group that contains the section. Read-only. Parameters:
- options : Options for the request
func (*ParentSectionGroupRequestBuilder) Get ¶
func (m *ParentSectionGroupRequestBuilder) Get(options *ParentSectionGroupRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SectionGroup, error)
The section group that contains the section. Read-only. Parameters:
- options : Options for the request
func (*ParentSectionGroupRequestBuilder) ParentNotebook ¶
func (*ParentSectionGroupRequestBuilder) ParentSectionGroup ¶
func (m *ParentSectionGroupRequestBuilder) ParentSectionGroup() *ParentSectionGroupRequestBuilder
func (*ParentSectionGroupRequestBuilder) Patch ¶
func (m *ParentSectionGroupRequestBuilder) Patch(options *ParentSectionGroupRequestBuilderPatchOptions) error
The section group that contains the section. Read-only. Parameters:
- options : Options for the request
func (*ParentSectionGroupRequestBuilder) SectionGroups ¶
func (*ParentSectionGroupRequestBuilder) SectionGroupsById ¶
func (m *ParentSectionGroupRequestBuilder) SectionGroupsById(id string) *i5457ae4f9137af1928a1b8b05a3b9ac7be26b37c59640f1fac81594965b3c834.SectionGroupRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.onenote.pages.item.parentSection.parentSectionGroup.sectionGroups.item collection Parameters:
- id : Unique identifier of the item
func (*ParentSectionGroupRequestBuilder) SectionsById ¶
func (m *ParentSectionGroupRequestBuilder) SectionsById(id string) *i09a82458ff65cd376f3af4738d42ac590c51154fa64b7104fda23ada23b278b7.OnenoteSectionRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.onenote.pages.item.parentSection.parentSectionGroup.sections.item collection Parameters:
- id : Unique identifier of the item
type ParentSectionGroupRequestBuilderDeleteOptions ¶
type ParentSectionGroupRequestBuilderDeleteOptions 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 }
Options for Delete
type ParentSectionGroupRequestBuilderGetOptions ¶
type ParentSectionGroupRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *ParentSectionGroupRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
Options for Get
type ParentSectionGroupRequestBuilderGetQueryParameters ¶
type ParentSectionGroupRequestBuilderGetQueryParameters struct { ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.QueryParametersBase // Expand related entities Expand []string // Select properties to be returned Select_escaped []string }
The section group that contains the section. Read-only.
type ParentSectionGroupRequestBuilderPatchOptions ¶
type ParentSectionGroupRequestBuilderPatchOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SectionGroup // 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 }
Options for Patch