Documentation
¶
Index ¶
- type OnenoteSectionItemRequestBuilder
- func (m *OnenoteSectionItemRequestBuilder) CopyToNotebook() ...
- func (m *OnenoteSectionItemRequestBuilder) CopyToSectionGroup() ...
- func (m *OnenoteSectionItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *OnenoteSectionItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *OnenoteSectionItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- func (m *OnenoteSectionItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *OnenoteSectionItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *OnenoteSectionItemRequestBuilder) Pages() ...
- func (m *OnenoteSectionItemRequestBuilder) PagesById(id string) ...
- func (m *OnenoteSectionItemRequestBuilder) ParentNotebook() ...
- func (m *OnenoteSectionItemRequestBuilder) ParentSectionGroup() ...
- func (m *OnenoteSectionItemRequestBuilder) Patch(ctx context.Context, ...) (...)
- type OnenoteSectionItemRequestBuilderDeleteRequestConfiguration
- type OnenoteSectionItemRequestBuilderGetQueryParameters
- type OnenoteSectionItemRequestBuilderGetRequestConfiguration
- type OnenoteSectionItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OnenoteSectionItemRequestBuilder ¶ added in v0.12.0
type OnenoteSectionItemRequestBuilder struct {
// contains filtered or unexported fields
}
OnenoteSectionItemRequestBuilder provides operations to manage the sections property of the microsoft.graph.sectionGroup entity.
func NewOnenoteSectionItemRequestBuilder ¶ added in v0.12.0
func NewOnenoteSectionItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OnenoteSectionItemRequestBuilder
NewOnenoteSectionItemRequestBuilder instantiates a new OnenoteSectionItemRequestBuilder and sets the default values.
func NewOnenoteSectionItemRequestBuilderInternal ¶ added in v0.12.0
func NewOnenoteSectionItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OnenoteSectionItemRequestBuilder
NewOnenoteSectionItemRequestBuilderInternal instantiates a new OnenoteSectionItemRequestBuilder and sets the default values.
func (*OnenoteSectionItemRequestBuilder) CopyToNotebook ¶ added in v0.12.0
func (m *OnenoteSectionItemRequestBuilder) CopyToNotebook() *id48bfecc3a1d695c9083fee884fb64b987d123def57fde5988da56f5338a93cc.CopyToNotebookRequestBuilder
CopyToNotebook provides operations to call the copyToNotebook method.
func (*OnenoteSectionItemRequestBuilder) CopyToSectionGroup ¶ added in v0.12.0
func (m *OnenoteSectionItemRequestBuilder) CopyToSectionGroup() *i51c4d44fd795c6250ffa416baad08811d7215938e6e914deb58bdf476c59c3e4.CopyToSectionGroupRequestBuilder
CopyToSectionGroup provides operations to call the copyToSectionGroup method.
func (*OnenoteSectionItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *OnenoteSectionItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, requestConfiguration *OnenoteSectionItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property sections for me
func (*OnenoteSectionItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *OnenoteSectionItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *OnenoteSectionItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the sections in the section group. Read-only. Nullable.
func (*OnenoteSectionItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *OnenoteSectionItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable, requestConfiguration *OnenoteSectionItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property sections in me
func (*OnenoteSectionItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *OnenoteSectionItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *OnenoteSectionItemRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property sections for me
func (*OnenoteSectionItemRequestBuilder) Get ¶ added in v0.12.0
func (m *OnenoteSectionItemRequestBuilder) Get(ctx context.Context, requestConfiguration *OnenoteSectionItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable, error)
Get the sections in the section group. Read-only. Nullable.
func (*OnenoteSectionItemRequestBuilder) Pages ¶ added in v0.12.0
func (m *OnenoteSectionItemRequestBuilder) Pages() *i8b5a322a129b46acedd26bc4d37461446fd159f8afe66a0ccd6666ef3e8177e5.PagesRequestBuilder
Pages provides operations to manage the pages property of the microsoft.graph.onenoteSection entity.
func (*OnenoteSectionItemRequestBuilder) PagesById ¶ added in v0.12.0
func (m *OnenoteSectionItemRequestBuilder) PagesById(id string) *i1bae2b87d1d6b78611a1eee01457f5c9264b27fb01d5db04dc0fa0782aa54277.OnenotePageItemRequestBuilder
PagesById provides operations to manage the pages property of the microsoft.graph.onenoteSection entity.
func (*OnenoteSectionItemRequestBuilder) ParentNotebook ¶ added in v0.12.0
func (m *OnenoteSectionItemRequestBuilder) ParentNotebook() *i8ba21559c01f10768edd7edfde89c340fb098e71f088677b669c92d09e94fb21.ParentNotebookRequestBuilder
ParentNotebook provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity.
func (*OnenoteSectionItemRequestBuilder) ParentSectionGroup ¶ added in v0.12.0
func (m *OnenoteSectionItemRequestBuilder) ParentSectionGroup() *i7f15f6e3927d9f052026b6ce511ee52bc06066824ced316ffa109ae66956fcdf.ParentSectionGroupRequestBuilder
ParentSectionGroup provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity.
func (*OnenoteSectionItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *OnenoteSectionItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable, requestConfiguration *OnenoteSectionItemRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable, error)
Patch update the navigation property sections in me
type OnenoteSectionItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type OnenoteSectionItemRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
OnenoteSectionItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type OnenoteSectionItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type OnenoteSectionItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
OnenoteSectionItemRequestBuilderGetQueryParameters the sections in the section group. Read-only. Nullable.
type OnenoteSectionItemRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type OnenoteSectionItemRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *OnenoteSectionItemRequestBuilderGetQueryParameters }
OnenoteSectionItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type OnenoteSectionItemRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type OnenoteSectionItemRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
OnenoteSectionItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.