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.notebook 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 users
func (*SectionGroupItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *SectionGroupItemRequestBuilder) CreateGetRequestInformation(options *SectionGroupItemRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the section groups in the notebook. 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 users
func (*SectionGroupItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *SectionGroupItemRequestBuilder) Delete(options *SectionGroupItemRequestBuilderDeleteOptions) error
Delete delete navigation property sectionGroups for users
func (*SectionGroupItemRequestBuilder) Get ¶ added in v0.12.0
func (m *SectionGroupItemRequestBuilder) Get(options *SectionGroupItemRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SectionGroupable, error)
Get the section groups in the notebook. Read-only. Nullable.
func (*SectionGroupItemRequestBuilder) ParentNotebook ¶ added in v0.12.0
func (m *SectionGroupItemRequestBuilder) ParentNotebook() *iecb427cf10e33fed277f8759f6db9ebd96d9f26a571e9a50f5f0c15563ed1f94.ParentNotebookRequestBuilder
ParentNotebook the parentNotebook property
func (*SectionGroupItemRequestBuilder) ParentSectionGroup ¶ added in v0.12.0
func (m *SectionGroupItemRequestBuilder) ParentSectionGroup() *ib4e3139e711c23865c0e217671361df83d26fdce68565cc23cedb903bb5b8eff.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 users
func (*SectionGroupItemRequestBuilder) SectionGroups ¶ added in v0.12.0
func (m *SectionGroupItemRequestBuilder) SectionGroups() *ibb6e449347a883aed7ef7d46e6fde8269b6148c357bcb3eee0fea66f175d3b29.SectionGroupsRequestBuilder
SectionGroups the sectionGroups property
func (*SectionGroupItemRequestBuilder) SectionGroupsById ¶ added in v0.13.0
func (m *SectionGroupItemRequestBuilder) SectionGroupsById(id string) *i8533efee27114835d72ec3a21661ae353e4b65d8107ece04573cc5a2bac2c299.SectionGroupItemRequestBuilder
SectionGroupsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.onenote.notebooks.item.sectionGroups.item.sectionGroups.item collection
func (*SectionGroupItemRequestBuilder) Sections ¶ added in v0.12.0
func (m *SectionGroupItemRequestBuilder) Sections() *i4f8dd6fbbbd8e5eac4c018e252d494b346d6344a7e2f2cf4d26e0787cfc50d17.SectionsRequestBuilder
Sections the sections property
func (*SectionGroupItemRequestBuilder) SectionsById ¶ added in v0.12.0
func (m *SectionGroupItemRequestBuilder) SectionsById(id string) *i572c7a753a0704b855af1cd5e3531b9eaa2442243b3635858b7a519c4d054813.OnenoteSectionItemRequestBuilder
SectionsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.onenote.notebooks.item.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 `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
SectionGroupItemRequestBuilderGetQueryParameters the section groups in the notebook. 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