onenoteoperation

package
v0.20241111.1164443 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateOnenoteOperationOperationOptions

type CreateOnenoteOperationOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultCreateOnenoteOperationOperationOptions

func DefaultCreateOnenoteOperationOperationOptions() CreateOnenoteOperationOperationOptions

func (CreateOnenoteOperationOperationOptions) ToHeaders

func (CreateOnenoteOperationOperationOptions) ToOData

func (CreateOnenoteOperationOperationOptions) ToQuery

type CreateOnenoteOperationOperationResponse

type CreateOnenoteOperationOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.OnenoteOperation
}

type DeleteOnenoteOperationOperationOptions

type DeleteOnenoteOperationOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteOnenoteOperationOperationOptions

func DefaultDeleteOnenoteOperationOperationOptions() DeleteOnenoteOperationOperationOptions

func (DeleteOnenoteOperationOperationOptions) ToHeaders

func (DeleteOnenoteOperationOperationOptions) ToOData

func (DeleteOnenoteOperationOperationOptions) ToQuery

type DeleteOnenoteOperationOperationResponse

type DeleteOnenoteOperationOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type GetOnenoteOperationOperationOptions

type GetOnenoteOperationOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetOnenoteOperationOperationOptions

func DefaultGetOnenoteOperationOperationOptions() GetOnenoteOperationOperationOptions

func (GetOnenoteOperationOperationOptions) ToHeaders

func (GetOnenoteOperationOperationOptions) ToOData

func (GetOnenoteOperationOperationOptions) ToQuery

type GetOnenoteOperationOperationResponse

type GetOnenoteOperationOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.OnenoteOperation
}

type GetOnenoteOperationsCountOperationOptions

type GetOnenoteOperationsCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetOnenoteOperationsCountOperationOptions

func DefaultGetOnenoteOperationsCountOperationOptions() GetOnenoteOperationsCountOperationOptions

func (GetOnenoteOperationsCountOperationOptions) ToHeaders

func (GetOnenoteOperationsCountOperationOptions) ToOData

func (GetOnenoteOperationsCountOperationOptions) ToQuery

type GetOnenoteOperationsCountOperationResponse

type GetOnenoteOperationsCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListOnenoteOperationsCompleteResult

type ListOnenoteOperationsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.OnenoteOperation
}

type ListOnenoteOperationsCustomPager

type ListOnenoteOperationsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}
func (p *ListOnenoteOperationsCustomPager) NextPageLink() *odata.Link

type ListOnenoteOperationsOperationOptions

type ListOnenoteOperationsOperationOptions struct {
	Count     *bool
	Expand    *odata.Expand
	Filter    *string
	Metadata  *odata.Metadata
	OrderBy   *odata.OrderBy
	RetryFunc client.RequestRetryFunc
	Search    *string
	Select    *[]string
	Skip      *int64
	Top       *int64
}

func DefaultListOnenoteOperationsOperationOptions

func DefaultListOnenoteOperationsOperationOptions() ListOnenoteOperationsOperationOptions

func (ListOnenoteOperationsOperationOptions) ToHeaders

func (ListOnenoteOperationsOperationOptions) ToOData

func (ListOnenoteOperationsOperationOptions) ToQuery

type ListOnenoteOperationsOperationResponse

type ListOnenoteOperationsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.OnenoteOperation
}

type OnenoteOperationClient

type OnenoteOperationClient struct {
	Client *msgraph.Client
}

func NewOnenoteOperationClientWithBaseURI

func NewOnenoteOperationClientWithBaseURI(sdkApi sdkEnv.Api) (*OnenoteOperationClient, error)

func (OnenoteOperationClient) CreateOnenoteOperation

CreateOnenoteOperation - Create new navigation property to operations for me

func (OnenoteOperationClient) DeleteOnenoteOperation

DeleteOnenoteOperation - Delete navigation property operations for me

func (OnenoteOperationClient) GetOnenoteOperation

GetOnenoteOperation - Get onenoteOperation. Get the status of a long-running OneNote operation. The status applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information.

func (OnenoteOperationClient) GetOnenoteOperationsCount

GetOnenoteOperationsCount - Get the number of the resource

func (OnenoteOperationClient) ListOnenoteOperations

ListOnenoteOperations - Get onenoteOperation. Get the status of a long-running OneNote operation. The status applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information.

func (OnenoteOperationClient) ListOnenoteOperationsComplete

ListOnenoteOperationsComplete retrieves all the results into a single object

func (OnenoteOperationClient) ListOnenoteOperationsCompleteMatchingPredicate

func (c OnenoteOperationClient) ListOnenoteOperationsCompleteMatchingPredicate(ctx context.Context, options ListOnenoteOperationsOperationOptions, predicate OnenoteOperationOperationPredicate) (result ListOnenoteOperationsCompleteResult, err error)

ListOnenoteOperationsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (OnenoteOperationClient) UpdateOnenoteOperation

UpdateOnenoteOperation - Update the navigation property operations in me

type OnenoteOperationOperationPredicate

type OnenoteOperationOperationPredicate struct {
}

func (OnenoteOperationOperationPredicate) Matches

type UpdateOnenoteOperationOperationOptions

type UpdateOnenoteOperationOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateOnenoteOperationOperationOptions

func DefaultUpdateOnenoteOperationOperationOptions() UpdateOnenoteOperationOperationOptions

func (UpdateOnenoteOperationOperationOptions) ToHeaders

func (UpdateOnenoteOperationOperationOptions) ToOData

func (UpdateOnenoteOperationOperationOptions) ToQuery

type UpdateOnenoteOperationOperationResponse

type UpdateOnenoteOperationOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL