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) 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\notebooks\{notebook-id}\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() *i976878d03218aca6612e2b416a77cd44dd0c2f05d4946547c079ca0c919dd27c.ParentNotebookRequestBuilder
func (*SectionGroupRequestBuilder) ParentSectionGroup ¶
func (m *SectionGroupRequestBuilder) ParentSectionGroup() *i1bff9d20035e753abf3dfca71bb979091a0b89de9e15cd78061ca4f656866cc4.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) SectionsById ¶
func (m *SectionGroupRequestBuilder) SectionsById(id string) *i5646f6da9f18e1185835f20c5d83bacef0f28935b43d43c658b169737801e475.OnenoteSectionRequestBuilder
SectionsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.onenote.notebooks.item.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