Documentation ¶
Index ¶
- type OnenoteRequestBuilder
- func (m *OnenoteRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *OnenoteRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *OnenoteRequestBuilderDeleteRequestConfiguration) (...)
- func (m *OnenoteRequestBuilder) CreateGetRequestInformation() (...)
- func (m *OnenoteRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *OnenoteRequestBuilderGetRequestConfiguration) (...)
- func (m *OnenoteRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *OnenoteRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *OnenoteRequestBuilder) Delete() error
- func (m *OnenoteRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *OnenoteRequestBuilderDeleteRequestConfiguration, ...) error
- func (m *OnenoteRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Onenoteable, ...)
- func (m *OnenoteRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *OnenoteRequestBuilderGetRequestConfiguration, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Onenoteable, ...)
- func (m *OnenoteRequestBuilder) Notebooks() ...
- func (m *OnenoteRequestBuilder) NotebooksById(id string) ...
- func (m *OnenoteRequestBuilder) Operations() ...
- func (m *OnenoteRequestBuilder) OperationsById(id string) ...
- func (m *OnenoteRequestBuilder) Pages() ...
- func (m *OnenoteRequestBuilder) PagesById(id string) ...
- func (m *OnenoteRequestBuilder) Patch(...) error
- func (m *OnenoteRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(...) error
- func (m *OnenoteRequestBuilder) Resources() ...
- func (m *OnenoteRequestBuilder) ResourcesById(id string) ...
- func (m *OnenoteRequestBuilder) SectionGroups() ...
- func (m *OnenoteRequestBuilder) SectionGroupsById(id string) ...
- func (m *OnenoteRequestBuilder) Sections() ...
- func (m *OnenoteRequestBuilder) SectionsById(id string) ...
- type OnenoteRequestBuilderDeleteRequestConfiguration
- type OnenoteRequestBuilderGetQueryParameters
- type OnenoteRequestBuilderGetRequestConfiguration
- type OnenoteRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OnenoteRequestBuilder ¶
type OnenoteRequestBuilder struct {
// contains filtered or unexported fields
}
OnenoteRequestBuilder provides operations to manage the onenote property of the microsoft.graph.group entity.
func NewOnenoteRequestBuilder ¶
func NewOnenoteRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OnenoteRequestBuilder
NewOnenoteRequestBuilder instantiates a new OnenoteRequestBuilder and sets the default values.
func NewOnenoteRequestBuilderInternal ¶
func NewOnenoteRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OnenoteRequestBuilder
NewOnenoteRequestBuilderInternal instantiates a new OnenoteRequestBuilder and sets the default values.
func (*OnenoteRequestBuilder) CreateDeleteRequestInformation ¶
func (m *OnenoteRequestBuilder) CreateDeleteRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property onenote for groups
func (*OnenoteRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *OnenoteRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *OnenoteRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property onenote for groups
func (*OnenoteRequestBuilder) CreateGetRequestInformation ¶
func (m *OnenoteRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation read-only.
func (*OnenoteRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *OnenoteRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *OnenoteRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration read-only.
func (*OnenoteRequestBuilder) CreatePatchRequestInformation ¶
func (m *OnenoteRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Onenoteable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property onenote in groups
func (*OnenoteRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *OnenoteRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Onenoteable, requestConfiguration *OnenoteRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property onenote in groups
func (*OnenoteRequestBuilder) Delete ¶
func (m *OnenoteRequestBuilder) Delete() error
Delete delete navigation property onenote for groups
func (*OnenoteRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *OnenoteRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *OnenoteRequestBuilderDeleteRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
DeleteWithRequestConfigurationAndResponseHandler delete navigation property onenote for groups
func (*OnenoteRequestBuilder) Get ¶
func (m *OnenoteRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Onenoteable, error)
Get read-only.
func (*OnenoteRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *OnenoteRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *OnenoteRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Onenoteable, error)
GetWithRequestConfigurationAndResponseHandler read-only.
func (*OnenoteRequestBuilder) Notebooks ¶
func (m *OnenoteRequestBuilder) Notebooks() *i3e5ab660d6ac3db9593f97ea896aa48566cf72944732b076c4a9d061912a6c04.NotebooksRequestBuilder
Notebooks the notebooks property
func (*OnenoteRequestBuilder) NotebooksById ¶
func (m *OnenoteRequestBuilder) NotebooksById(id string) *icf88544b86cbd77f33fc028168410031e602c247e6524b0ec76c9ec5301c1b8c.NotebookItemRequestBuilder
NotebooksById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.onenote.notebooks.item collection
func (*OnenoteRequestBuilder) Operations ¶
func (m *OnenoteRequestBuilder) Operations() *ic4302b238aa48da7d88cf2ada9f17f6eed828e36e8f54efabf0292996911ef1a.OperationsRequestBuilder
Operations the operations property
func (*OnenoteRequestBuilder) OperationsById ¶
func (m *OnenoteRequestBuilder) OperationsById(id string) *i15f518181fda87a8cdf2c10fc20b18c70bacacca5e08a1dc09a45eb124da89ad.OnenoteOperationItemRequestBuilder
OperationsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.onenote.operations.item collection
func (*OnenoteRequestBuilder) Pages ¶
func (m *OnenoteRequestBuilder) Pages() *id7a0200daa8eeafd045771e775fa3934eb9a171334b734bc94cdc8222f05a916.PagesRequestBuilder
Pages the pages property
func (*OnenoteRequestBuilder) PagesById ¶
func (m *OnenoteRequestBuilder) PagesById(id string) *i0a0eb5562b0dd916c680d0a554cb25b167a2ebe18945dc353bdaa39a7ec4fa14.OnenotePageItemRequestBuilder
PagesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.onenote.pages.item collection
func (*OnenoteRequestBuilder) Patch ¶
func (m *OnenoteRequestBuilder) Patch(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Onenoteable) error
Patch update the navigation property onenote in groups
func (*OnenoteRequestBuilder) PatchWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *OnenoteRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Onenoteable, requestConfiguration *OnenoteRequestBuilderPatchRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PatchWithRequestConfigurationAndResponseHandler update the navigation property onenote in groups
func (*OnenoteRequestBuilder) Resources ¶
func (m *OnenoteRequestBuilder) Resources() *i56afdd94701540796ba18ff7485293b0edb3d0ff46c482e936c1a66059939a7d.ResourcesRequestBuilder
Resources the resources property
func (*OnenoteRequestBuilder) ResourcesById ¶
func (m *OnenoteRequestBuilder) ResourcesById(id string) *ic982193c51308e3c875bd915544c104ad98988f51026864216f9494619169091.OnenoteResourceItemRequestBuilder
ResourcesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.onenote.resources.item collection
func (*OnenoteRequestBuilder) SectionGroups ¶
func (m *OnenoteRequestBuilder) SectionGroups() *i392b78ec87e6862ef0bb0965913ffdca97eaf69084704fd05b09f2a82f718e11.SectionGroupsRequestBuilder
SectionGroups the sectionGroups property
func (*OnenoteRequestBuilder) SectionGroupsById ¶
func (m *OnenoteRequestBuilder) SectionGroupsById(id string) *i032333af94d0562d937990b412828a992cf6dcd9300441d921dd966122896df0.SectionGroupItemRequestBuilder
SectionGroupsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.onenote.sectionGroups.item collection
func (*OnenoteRequestBuilder) Sections ¶
func (m *OnenoteRequestBuilder) Sections() *id5409a02c0495e9c5e6b38f89b83f82f93291dc5e79dd29c377d082d3a67b973.SectionsRequestBuilder
Sections the sections property
func (*OnenoteRequestBuilder) SectionsById ¶
func (m *OnenoteRequestBuilder) SectionsById(id string) *i18fb32726d606974074adcc29ef533aa0b798a82757b5717d4487c0bec214a39.OnenoteSectionItemRequestBuilder
SectionsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.onenote.sections.item collection
type OnenoteRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type OnenoteRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
OnenoteRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type OnenoteRequestBuilderGetQueryParameters ¶
type OnenoteRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
OnenoteRequestBuilderGetQueryParameters read-only.
type OnenoteRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type OnenoteRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *OnenoteRequestBuilderGetQueryParameters }
OnenoteRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type OnenoteRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type OnenoteRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
OnenoteRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.