Documentation
¶
Index ¶
- type SectionGroupRequestBuilder
- func (m *SectionGroupRequestBuilder) CreateDeleteRequestInformation(options *SectionGroupRequestBuilderDeleteOptions) (...)
- func (m *SectionGroupRequestBuilder) CreateGetRequestInformation(options *SectionGroupRequestBuilderGetOptions) (...)
- func (m *SectionGroupRequestBuilder) CreatePatchRequestInformation(options *SectionGroupRequestBuilderPatchOptions) (...)
- func (m *SectionGroupRequestBuilder) Delete(options *SectionGroupRequestBuilderDeleteOptions) error
- func (m *SectionGroupRequestBuilder) Get(options *SectionGroupRequestBuilderGetOptions) (...)
- func (m *SectionGroupRequestBuilder) ParentNotebook() ...
- func (m *SectionGroupRequestBuilder) ParentSectionGroup() ...
- func (m *SectionGroupRequestBuilder) Patch(options *SectionGroupRequestBuilderPatchOptions) error
- func (m *SectionGroupRequestBuilder) SectionGroups() ...
- func (m *SectionGroupRequestBuilder) SectionGroupsById(id string) ...
- func (m *SectionGroupRequestBuilder) Sections() ...
- func (m *SectionGroupRequestBuilder) SectionsById(id string) ...
- type SectionGroupRequestBuilderDeleteOptions
- type SectionGroupRequestBuilderGetOptions
- type SectionGroupRequestBuilderGetQueryParameters
- type SectionGroupRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SectionGroupRequestBuilder ¶
type SectionGroupRequestBuilder struct {
// contains filtered or unexported fields
}
SectionGroupRequestBuilder builds and executes requests for operations under \me\onenote\sections\{onenoteSection-id}\parentNotebook\sectionGroups\{sectionGroup-id}
func NewSectionGroupRequestBuilder ¶
func NewSectionGroupRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SectionGroupRequestBuilder
NewSectionGroupRequestBuilder instantiates a new SectionGroupRequestBuilder and sets the default values.
func NewSectionGroupRequestBuilderInternal ¶
func NewSectionGroupRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SectionGroupRequestBuilder
NewSectionGroupRequestBuilderInternal instantiates a new SectionGroupRequestBuilder and sets the default values.
func (*SectionGroupRequestBuilder) CreateDeleteRequestInformation ¶
func (m *SectionGroupRequestBuilder) CreateDeleteRequestInformation(options *SectionGroupRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation the section groups in the notebook. Read-only. Nullable.
func (*SectionGroupRequestBuilder) CreateGetRequestInformation ¶
func (m *SectionGroupRequestBuilder) CreateGetRequestInformation(options *SectionGroupRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the section groups in the notebook. Read-only. Nullable.
func (*SectionGroupRequestBuilder) CreatePatchRequestInformation ¶
func (m *SectionGroupRequestBuilder) CreatePatchRequestInformation(options *SectionGroupRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation the section groups in the notebook. Read-only. Nullable.
func (*SectionGroupRequestBuilder) Delete ¶
func (m *SectionGroupRequestBuilder) Delete(options *SectionGroupRequestBuilderDeleteOptions) error
Delete the section groups in the notebook. Read-only. Nullable.
func (*SectionGroupRequestBuilder) Get ¶
func (m *SectionGroupRequestBuilder) Get(options *SectionGroupRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SectionGroup, error)
Get the section groups in the notebook. Read-only. Nullable.
func (*SectionGroupRequestBuilder) ParentNotebook ¶
func (m *SectionGroupRequestBuilder) ParentNotebook() *i7a6540b76c0306233674dbfe7b1d971397f09cf52bdc5643b62957bc9a4a392d.ParentNotebookRequestBuilder
func (*SectionGroupRequestBuilder) ParentSectionGroup ¶
func (m *SectionGroupRequestBuilder) ParentSectionGroup() *ibc5e46cb1317a843285560dff24f344ae31fab95eb1dce5966612d90a498b360.ParentSectionGroupRequestBuilder
func (*SectionGroupRequestBuilder) Patch ¶
func (m *SectionGroupRequestBuilder) Patch(options *SectionGroupRequestBuilderPatchOptions) error
Patch the section groups in the notebook. Read-only. Nullable.
func (*SectionGroupRequestBuilder) SectionGroups ¶
func (*SectionGroupRequestBuilder) SectionGroupsById ¶
func (m *SectionGroupRequestBuilder) SectionGroupsById(id string) *i700eda5bec8f470516e8a1239b9bdbaf080e3478b4834869de45c3de07e3f28b.SectionGroupRequestBuilder
SectionGroupsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.onenote.sections.item.parentNotebook.sectionGroups.item.sectionGroups.item collection
func (*SectionGroupRequestBuilder) SectionsById ¶
func (m *SectionGroupRequestBuilder) SectionsById(id string) *i4fee6208cb921847770afe648bcfa4211060df6cf7fb6d91f5c24848c2264866.OnenoteSectionRequestBuilder
SectionsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.onenote.sections.item.parentNotebook.sectionGroups.item.sections.item collection
type SectionGroupRequestBuilderDeleteOptions ¶
type SectionGroupRequestBuilderDeleteOptions 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 }
SectionGroupRequestBuilderDeleteOptions options for Delete
type SectionGroupRequestBuilderGetOptions ¶
type SectionGroupRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *SectionGroupRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
SectionGroupRequestBuilderGetOptions options for Get
type SectionGroupRequestBuilderGetQueryParameters ¶
type SectionGroupRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
SectionGroupRequestBuilderGetQueryParameters the section groups in the notebook. Read-only. Nullable.
type SectionGroupRequestBuilderPatchOptions ¶
type SectionGroupRequestBuilderPatchOptions 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 }
SectionGroupRequestBuilderPatchOptions options for Patch