Documentation
¶
Index ¶
- type SectionGroupItemRequestBuilder
- func (m *SectionGroupItemRequestBuilder) CreateDeleteRequestInformation(options *SectionGroupItemRequestBuilderDeleteOptions) (...)
- func (m *SectionGroupItemRequestBuilder) CreateGetRequestInformation(options *SectionGroupItemRequestBuilderGetOptions) (...)
- func (m *SectionGroupItemRequestBuilder) CreatePatchRequestInformation(options *SectionGroupItemRequestBuilderPatchOptions) (...)
- func (m *SectionGroupItemRequestBuilder) Delete(options *SectionGroupItemRequestBuilderDeleteOptions) error
- func (m *SectionGroupItemRequestBuilder) Get(options *SectionGroupItemRequestBuilderGetOptions) (...)
- func (m *SectionGroupItemRequestBuilder) ParentNotebook() ...
- func (m *SectionGroupItemRequestBuilder) ParentSectionGroup() ...
- func (m *SectionGroupItemRequestBuilder) Patch(options *SectionGroupItemRequestBuilderPatchOptions) error
- func (m *SectionGroupItemRequestBuilder) SectionGroups() ...
- func (m *SectionGroupItemRequestBuilder) Sections() ...
- func (m *SectionGroupItemRequestBuilder) SectionsById(id string) ...
- type SectionGroupItemRequestBuilderDeleteOptions
- type SectionGroupItemRequestBuilderGetOptions
- type SectionGroupItemRequestBuilderGetQueryParameters
- type SectionGroupItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SectionGroupItemRequestBuilder ¶ added in v0.12.0
type SectionGroupItemRequestBuilder struct {
// contains filtered or unexported fields
}
SectionGroupItemRequestBuilder builds and executes requests for operations under \me\onenote\sectionGroups\{sectionGroup-id}
func NewSectionGroupItemRequestBuilder ¶ added in v0.12.0
func NewSectionGroupItemRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SectionGroupItemRequestBuilder
NewSectionGroupItemRequestBuilder instantiates a new SectionGroupItemRequestBuilder and sets the default values.
func NewSectionGroupItemRequestBuilderInternal ¶ added in v0.12.0
func NewSectionGroupItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SectionGroupItemRequestBuilder
NewSectionGroupItemRequestBuilderInternal instantiates a new SectionGroupItemRequestBuilder and sets the default values.
func (*SectionGroupItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *SectionGroupItemRequestBuilder) CreateDeleteRequestInformation(options *SectionGroupItemRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation the section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (*SectionGroupItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *SectionGroupItemRequestBuilder) CreateGetRequestInformation(options *SectionGroupItemRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (*SectionGroupItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *SectionGroupItemRequestBuilder) CreatePatchRequestInformation(options *SectionGroupItemRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation the section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (*SectionGroupItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *SectionGroupItemRequestBuilder) Delete(options *SectionGroupItemRequestBuilderDeleteOptions) error
Delete the section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (*SectionGroupItemRequestBuilder) Get ¶ added in v0.12.0
func (m *SectionGroupItemRequestBuilder) Get(options *SectionGroupItemRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SectionGroup, error)
Get the section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (*SectionGroupItemRequestBuilder) ParentNotebook ¶ added in v0.12.0
func (*SectionGroupItemRequestBuilder) ParentSectionGroup ¶ added in v0.12.0
func (m *SectionGroupItemRequestBuilder) ParentSectionGroup() *ib98f9d64f1e81452e6781379404033a621251161412ccb2bbf577bb535be194d.ParentSectionGroupRequestBuilder
func (*SectionGroupItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *SectionGroupItemRequestBuilder) Patch(options *SectionGroupItemRequestBuilderPatchOptions) error
Patch the section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (*SectionGroupItemRequestBuilder) SectionGroups ¶ added in v0.12.0
func (*SectionGroupItemRequestBuilder) SectionsById ¶ added in v0.12.0
func (m *SectionGroupItemRequestBuilder) SectionsById(id string) *i10dbc5d719db7ec75326404ecda829e986c01e79190f6c0030372eb05feaebee.OnenoteSectionItemRequestBuilder
SectionsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.onenote.sectionGroups.item.sections.item collection
type SectionGroupItemRequestBuilderDeleteOptions ¶ added in v0.12.0
type SectionGroupItemRequestBuilderDeleteOptions 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
}
SectionGroupItemRequestBuilderDeleteOptions options for Delete
type SectionGroupItemRequestBuilderGetOptions ¶ added in v0.12.0
type SectionGroupItemRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *SectionGroupItemRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
SectionGroupItemRequestBuilderGetOptions options for Get
type SectionGroupItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type SectionGroupItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string
// Select properties to be returned
Select []string
}
SectionGroupItemRequestBuilderGetQueryParameters the section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
type SectionGroupItemRequestBuilderPatchOptions ¶ added in v0.12.0
type SectionGroupItemRequestBuilderPatchOptions 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
}
SectionGroupItemRequestBuilderPatchOptions options for Patch