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) SectionGroupsById(id string) ...
- 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 provides operations to manage the sectionGroups property of the microsoft.graph.onenote entity.
func NewSectionGroupItemRequestBuilder ¶ added in v0.12.0
func NewSectionGroupItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.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 i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.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) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property sectionGroups for me
func (*SectionGroupItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *SectionGroupItemRequestBuilder) CreateGetRequestInformation(options *SectionGroupItemRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.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) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property sectionGroups in me
func (*SectionGroupItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *SectionGroupItemRequestBuilder) Delete(options *SectionGroupItemRequestBuilderDeleteOptions) error
Delete delete navigation property sectionGroups for me
func (*SectionGroupItemRequestBuilder) Get ¶ added in v0.12.0
func (m *SectionGroupItemRequestBuilder) Get(options *SectionGroupItemRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SectionGroupable, 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 (m *SectionGroupItemRequestBuilder) ParentNotebook() *i1e7a6fa63a3aa1a30a3f603f9d8e5e8209eb27cefdf999460ff279bb7f728dfc.ParentNotebookRequestBuilder
ParentNotebook the parentNotebook property
func (*SectionGroupItemRequestBuilder) ParentSectionGroup ¶ added in v0.12.0
func (m *SectionGroupItemRequestBuilder) ParentSectionGroup() *ib98f9d64f1e81452e6781379404033a621251161412ccb2bbf577bb535be194d.ParentSectionGroupRequestBuilder
ParentSectionGroup the parentSectionGroup property
func (*SectionGroupItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *SectionGroupItemRequestBuilder) Patch(options *SectionGroupItemRequestBuilderPatchOptions) error
Patch update the navigation property sectionGroups in me
func (*SectionGroupItemRequestBuilder) SectionGroups ¶ added in v0.12.0
func (m *SectionGroupItemRequestBuilder) SectionGroups() *iee9f95785d7c785b1f1294693ca429c811af6695d07b63514b421240e65421d4.SectionGroupsRequestBuilder
SectionGroups the sectionGroups property
func (*SectionGroupItemRequestBuilder) SectionGroupsById ¶ added in v0.13.0
func (m *SectionGroupItemRequestBuilder) SectionGroupsById(id string) *ie3dc997ceb1c48bcfbc46b5096a7af15491b262834d0661de1716546dedad04b.SectionGroupItemRequestBuilder
SectionGroupsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.onenote.sectionGroups.item.sectionGroups.item collection
func (*SectionGroupItemRequestBuilder) Sections ¶ added in v0.12.0
func (m *SectionGroupItemRequestBuilder) Sections() *ibe31feeb46a70d408fa28b6d36b2e15d5e5bcb7c5551fab265996d88d9782169.SectionsRequestBuilder
Sections the sections property
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 Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
SectionGroupItemRequestBuilderDeleteOptions options for Delete
type SectionGroupItemRequestBuilderGetOptions ¶ added in v0.12.0
type SectionGroupItemRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *SectionGroupItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.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 iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SectionGroupable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
SectionGroupItemRequestBuilderPatchOptions options for Patch