Documentation ¶
Index ¶
- type OnenoteOperationItemRequestBuilder
- func (m *OnenoteOperationItemRequestBuilder) CreateDeleteRequestInformation(options *OnenoteOperationItemRequestBuilderDeleteOptions) (...)
- func (m *OnenoteOperationItemRequestBuilder) CreateGetRequestInformation(options *OnenoteOperationItemRequestBuilderGetOptions) (...)
- func (m *OnenoteOperationItemRequestBuilder) CreatePatchRequestInformation(options *OnenoteOperationItemRequestBuilderPatchOptions) (...)
- func (m *OnenoteOperationItemRequestBuilder) Delete(options *OnenoteOperationItemRequestBuilderDeleteOptions) error
- func (m *OnenoteOperationItemRequestBuilder) Get(options *OnenoteOperationItemRequestBuilderGetOptions) (...)
- func (m *OnenoteOperationItemRequestBuilder) Patch(options *OnenoteOperationItemRequestBuilderPatchOptions) error
- type OnenoteOperationItemRequestBuilderDeleteOptions
- type OnenoteOperationItemRequestBuilderGetOptions
- type OnenoteOperationItemRequestBuilderGetQueryParameters
- type OnenoteOperationItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OnenoteOperationItemRequestBuilder ¶
type OnenoteOperationItemRequestBuilder struct {
// contains filtered or unexported fields
}
OnenoteOperationItemRequestBuilder provides operations to manage the operations property of the microsoft.graph.onenote entity.
func NewOnenoteOperationItemRequestBuilder ¶
func NewOnenoteOperationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OnenoteOperationItemRequestBuilder
NewOnenoteOperationItemRequestBuilder instantiates a new OnenoteOperationItemRequestBuilder and sets the default values.
func NewOnenoteOperationItemRequestBuilderInternal ¶
func NewOnenoteOperationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OnenoteOperationItemRequestBuilder
NewOnenoteOperationItemRequestBuilderInternal instantiates a new OnenoteOperationItemRequestBuilder and sets the default values.
func (*OnenoteOperationItemRequestBuilder) CreateDeleteRequestInformation ¶
func (m *OnenoteOperationItemRequestBuilder) CreateDeleteRequestInformation(options *OnenoteOperationItemRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property operations for me
func (*OnenoteOperationItemRequestBuilder) CreateGetRequestInformation ¶
func (m *OnenoteOperationItemRequestBuilder) CreateGetRequestInformation(options *OnenoteOperationItemRequestBuilderGetOptions) (*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) CreatePatchRequestInformation ¶
func (m *OnenoteOperationItemRequestBuilder) CreatePatchRequestInformation(options *OnenoteOperationItemRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property operations in me
func (*OnenoteOperationItemRequestBuilder) Delete ¶
func (m *OnenoteOperationItemRequestBuilder) Delete(options *OnenoteOperationItemRequestBuilderDeleteOptions) error
Delete delete navigation property operations for me
func (*OnenoteOperationItemRequestBuilder) Get ¶
func (m *OnenoteOperationItemRequestBuilder) Get(options *OnenoteOperationItemRequestBuilderGetOptions) (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) Patch ¶
func (m *OnenoteOperationItemRequestBuilder) Patch(options *OnenoteOperationItemRequestBuilderPatchOptions) error
Patch update the navigation property operations in me
type OnenoteOperationItemRequestBuilderDeleteOptions ¶
type OnenoteOperationItemRequestBuilderDeleteOptions 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 }
OnenoteOperationItemRequestBuilderDeleteOptions options for Delete
type OnenoteOperationItemRequestBuilderGetOptions ¶
type OnenoteOperationItemRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *OnenoteOperationItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
OnenoteOperationItemRequestBuilderGetOptions options for Get
type OnenoteOperationItemRequestBuilderGetQueryParameters ¶
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 OnenoteOperationItemRequestBuilderPatchOptions ¶
type OnenoteOperationItemRequestBuilderPatchOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable // 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 }
OnenoteOperationItemRequestBuilderPatchOptions options for Patch