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 sites
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 sites
func (*SectionGroupItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *SectionGroupItemRequestBuilder) Delete(options *SectionGroupItemRequestBuilderDeleteOptions) error
Delete delete navigation property sectionGroups for sites
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() *i1711d7a084bd9618778f04a7172bfd31c4110d20ceaaa86ea0d2dac153b4b852.ParentNotebookRequestBuilder
ParentNotebook the parentNotebook property
func (*SectionGroupItemRequestBuilder) ParentSectionGroup ¶ added in v0.12.0
func (m *SectionGroupItemRequestBuilder) ParentSectionGroup() *ia3d192398a082efe37d1d17ab29350109ad6fea416a0b821b730ac6c871d3e4d.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 sites
func (*SectionGroupItemRequestBuilder) SectionGroups ¶ added in v0.12.0
func (m *SectionGroupItemRequestBuilder) SectionGroups() *i8b8a99ad275bb89b889a51fcad8a90ef544390e77604231bf8290650e57e73b6.SectionGroupsRequestBuilder
SectionGroups the sectionGroups property
func (*SectionGroupItemRequestBuilder) SectionGroupsById ¶ added in v0.13.0
func (m *SectionGroupItemRequestBuilder) SectionGroupsById(id string) *i27abd4fa9c31aa64fb347e49e1b18ce21530f1eeef5bbea28b456ca283376b8f.SectionGroupItemRequestBuilder
SectionGroupsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.onenote.sectionGroups.item.sectionGroups.item collection
func (*SectionGroupItemRequestBuilder) Sections ¶ added in v0.12.0
func (m *SectionGroupItemRequestBuilder) Sections() *i6c368b1ee5fd2298a013ee6d35fc0e3a049e626de52834a9ff7d8ec9cd9cccce.SectionsRequestBuilder
Sections the sections property
func (*SectionGroupItemRequestBuilder) SectionsById ¶ added in v0.12.0
func (m *SectionGroupItemRequestBuilder) SectionsById(id string) *i1c8207f8c9308cc985707b36a73bb32bb295cecb4b07a4e64437aaee55882d2d.OnenoteSectionItemRequestBuilder
SectionsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.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 `uriparametername:"%24expand"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
}
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