Documentation
¶
Index ¶
- type OnenoteOperationItemRequestBuilder
- func (m *OnenoteOperationItemRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *OnenoteOperationItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(...) (...)
- func (m *OnenoteOperationItemRequestBuilder) CreateGetRequestInformation() (...)
- func (m *OnenoteOperationItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(...) (...)
- func (m *OnenoteOperationItemRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *OnenoteOperationItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *OnenoteOperationItemRequestBuilder) Delete() error
- func (m *OnenoteOperationItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(...) error
- func (m *OnenoteOperationItemRequestBuilder) Get() (...)
- func (m *OnenoteOperationItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler(...) (...)
- func (m *OnenoteOperationItemRequestBuilder) Patch(...) error
- func (m *OnenoteOperationItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(...) error
- type OnenoteOperationItemRequestBuilderDeleteRequestConfiguration
- type OnenoteOperationItemRequestBuilderGetQueryParameters
- type OnenoteOperationItemRequestBuilderGetRequestConfiguration
- type OnenoteOperationItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OnenoteOperationItemRequestBuilder ¶ added in v0.12.0
type OnenoteOperationItemRequestBuilder struct {
// contains filtered or unexported fields
}
OnenoteOperationItemRequestBuilder provides operations to manage the operations property of the microsoft.graph.onenote entity.
func NewOnenoteOperationItemRequestBuilder ¶ added in v0.12.0
func NewOnenoteOperationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OnenoteOperationItemRequestBuilder
NewOnenoteOperationItemRequestBuilder instantiates a new OnenoteOperationItemRequestBuilder and sets the default values.
func NewOnenoteOperationItemRequestBuilderInternal ¶ added in v0.12.0
func NewOnenoteOperationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OnenoteOperationItemRequestBuilder
NewOnenoteOperationItemRequestBuilderInternal instantiates a new OnenoteOperationItemRequestBuilder and sets the default values.
func (*OnenoteOperationItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *OnenoteOperationItemRequestBuilder) CreateDeleteRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property operations for me
func (*OnenoteOperationItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *OnenoteOperationItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *OnenoteOperationItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property operations for me
func (*OnenoteOperationItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *OnenoteOperationItemRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the status of OneNote operations. Getting an operations collection is not supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.
func (*OnenoteOperationItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *OnenoteOperationItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *OnenoteOperationItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the status of OneNote operations. Getting an operations collection is not supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.
func (*OnenoteOperationItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *OnenoteOperationItemRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property operations in me
func (*OnenoteOperationItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *OnenoteOperationItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable, requestConfiguration *OnenoteOperationItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property operations in me
func (*OnenoteOperationItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *OnenoteOperationItemRequestBuilder) Delete() error
Delete delete navigation property operations for me
func (*OnenoteOperationItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *OnenoteOperationItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *OnenoteOperationItemRequestBuilderDeleteRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
DeleteWithRequestConfigurationAndResponseHandler delete navigation property operations for me
func (*OnenoteOperationItemRequestBuilder) Get ¶ added in v0.12.0
func (m *OnenoteOperationItemRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable, error)
Get the status of OneNote operations. Getting an operations collection is not supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.
func (*OnenoteOperationItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *OnenoteOperationItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *OnenoteOperationItemRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable, error)
GetWithRequestConfigurationAndResponseHandler the status of OneNote operations. Getting an operations collection is not supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.
func (*OnenoteOperationItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *OnenoteOperationItemRequestBuilder) Patch(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable) error
Patch update the navigation property operations in me
func (*OnenoteOperationItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *OnenoteOperationItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable, requestConfiguration *OnenoteOperationItemRequestBuilderPatchRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PatchWithRequestConfigurationAndResponseHandler update the navigation property operations in me
type OnenoteOperationItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type OnenoteOperationItemRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
OnenoteOperationItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type OnenoteOperationItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type OnenoteOperationItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
OnenoteOperationItemRequestBuilderGetQueryParameters the status of OneNote operations. Getting an operations collection is not supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.
type OnenoteOperationItemRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type OnenoteOperationItemRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *OnenoteOperationItemRequestBuilderGetQueryParameters }
OnenoteOperationItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type OnenoteOperationItemRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type OnenoteOperationItemRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
OnenoteOperationItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.