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 \groups\{group-id}\onenote\sections\{onenoteSection-id}\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) *idc6c5722ac54c7f9f140d2eb786d8c15d3404c58f765114d5ce9c65305de3086.SectionGroupRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.groups.item.onenote.sections.item.parentSectionGroup.sectionGroups.item collection Parameters:
- id : Unique identifier of the item
func (*ParentSectionGroupRequestBuilder) SectionsById ¶
func (m *ParentSectionGroupRequestBuilder) SectionsById(id string) *idf84feec224db8417c5d1770bce61de2133f372ffc80458ba2965f5ac58b28af.OnenoteSectionRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.groups.item.onenote.sections.item.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