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 \sites\{site-id}\onenote\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 all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (*SectionGroupRequestBuilder) CreateGetRequestInformation ¶
func (m *SectionGroupRequestBuilder) CreateGetRequestInformation(options *SectionGroupRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (*SectionGroupRequestBuilder) CreatePatchRequestInformation ¶
func (m *SectionGroupRequestBuilder) CreatePatchRequestInformation(options *SectionGroupRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation the section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (*SectionGroupRequestBuilder) Delete ¶
func (m *SectionGroupRequestBuilder) Delete(options *SectionGroupRequestBuilderDeleteOptions) error
Delete the section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (*SectionGroupRequestBuilder) Get ¶
func (m *SectionGroupRequestBuilder) Get(options *SectionGroupRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SectionGroup, error)
Get the section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (*SectionGroupRequestBuilder) ParentNotebook ¶
func (m *SectionGroupRequestBuilder) ParentNotebook() *i1711d7a084bd9618778f04a7172bfd31c4110d20ceaaa86ea0d2dac153b4b852.ParentNotebookRequestBuilder
func (*SectionGroupRequestBuilder) ParentSectionGroup ¶
func (m *SectionGroupRequestBuilder) ParentSectionGroup() *ia3d192398a082efe37d1d17ab29350109ad6fea416a0b821b730ac6c871d3e4d.ParentSectionGroupRequestBuilder
func (*SectionGroupRequestBuilder) Patch ¶
func (m *SectionGroupRequestBuilder) Patch(options *SectionGroupRequestBuilderPatchOptions) error
Patch the section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (*SectionGroupRequestBuilder) SectionGroups ¶
func (*SectionGroupRequestBuilder) SectionGroupsById ¶
func (m *SectionGroupRequestBuilder) SectionGroupsById(id string) *i27abd4fa9c31aa64fb347e49e1b18ce21530f1eeef5bbea28b456ca283376b8f.SectionGroupRequestBuilder
SectionGroupsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.onenote.sectionGroups.item.sectionGroups.item collection
func (*SectionGroupRequestBuilder) SectionsById ¶
func (m *SectionGroupRequestBuilder) SectionsById(id string) *i1c8207f8c9308cc985707b36a73bb32bb295cecb4b07a4e64437aaee55882d2d.OnenoteSectionRequestBuilder
SectionsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.onenote.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 all OneNote notebooks that are owned by the user or group. 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