Documentation ¶
Index ¶
- type CopyOnenoteSectionPageToSectionOperationOptions
- type CopyOnenoteSectionPageToSectionOperationResponse
- type CopyOnenoteSectionPageToSectionRequest
- type CreateOnenoteSectionPageOnenotePatchContentOperationOptions
- type CreateOnenoteSectionPageOnenotePatchContentOperationResponse
- type CreateOnenoteSectionPageOnenotePatchContentRequest
- type CreateOnenoteSectionPageOperationOptions
- type CreateOnenoteSectionPageOperationResponse
- type DeleteOnenoteSectionPageOperationOptions
- type DeleteOnenoteSectionPageOperationResponse
- type GetOnenoteSectionPageOperationOptions
- type GetOnenoteSectionPageOperationResponse
- type GetOnenoteSectionPagesCountOperationOptions
- type GetOnenoteSectionPagesCountOperationResponse
- type ListOnenoteSectionPagesCompleteResult
- type ListOnenoteSectionPagesCustomPager
- type ListOnenoteSectionPagesOperationOptions
- type ListOnenoteSectionPagesOperationResponse
- type OnenotePageOperationPredicate
- type OnenoteSectionPageClient
- func (c OnenoteSectionPageClient) CopyOnenoteSectionPageToSection(ctx context.Context, id stable.MeOnenoteSectionIdPageId, ...) (result CopyOnenoteSectionPageToSectionOperationResponse, err error)
- func (c OnenoteSectionPageClient) CreateOnenoteSectionPage(ctx context.Context, id stable.MeOnenoteSectionId, input stable.OnenotePage, ...) (result CreateOnenoteSectionPageOperationResponse, err error)
- func (c OnenoteSectionPageClient) CreateOnenoteSectionPageOnenotePatchContent(ctx context.Context, id stable.MeOnenoteSectionIdPageId, ...) (result CreateOnenoteSectionPageOnenotePatchContentOperationResponse, err error)
- func (c OnenoteSectionPageClient) DeleteOnenoteSectionPage(ctx context.Context, id stable.MeOnenoteSectionIdPageId, ...) (result DeleteOnenoteSectionPageOperationResponse, err error)
- func (c OnenoteSectionPageClient) GetOnenoteSectionPage(ctx context.Context, id stable.MeOnenoteSectionIdPageId, ...) (result GetOnenoteSectionPageOperationResponse, err error)
- func (c OnenoteSectionPageClient) GetOnenoteSectionPagesCount(ctx context.Context, id stable.MeOnenoteSectionId, ...) (result GetOnenoteSectionPagesCountOperationResponse, err error)
- func (c OnenoteSectionPageClient) ListOnenoteSectionPages(ctx context.Context, id stable.MeOnenoteSectionId, ...) (result ListOnenoteSectionPagesOperationResponse, err error)
- func (c OnenoteSectionPageClient) ListOnenoteSectionPagesComplete(ctx context.Context, id stable.MeOnenoteSectionId, ...) (ListOnenoteSectionPagesCompleteResult, error)
- func (c OnenoteSectionPageClient) ListOnenoteSectionPagesCompleteMatchingPredicate(ctx context.Context, id stable.MeOnenoteSectionId, ...) (result ListOnenoteSectionPagesCompleteResult, err error)
- func (c OnenoteSectionPageClient) UpdateOnenoteSectionPage(ctx context.Context, id stable.MeOnenoteSectionIdPageId, ...) (result UpdateOnenoteSectionPageOperationResponse, err error)
- type UpdateOnenoteSectionPageOperationOptions
- type UpdateOnenoteSectionPageOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CopyOnenoteSectionPageToSectionOperationOptions ¶
type CopyOnenoteSectionPageToSectionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCopyOnenoteSectionPageToSectionOperationOptions ¶
func DefaultCopyOnenoteSectionPageToSectionOperationOptions() CopyOnenoteSectionPageToSectionOperationOptions
func (CopyOnenoteSectionPageToSectionOperationOptions) ToHeaders ¶
func (o CopyOnenoteSectionPageToSectionOperationOptions) ToHeaders() *client.Headers
func (CopyOnenoteSectionPageToSectionOperationOptions) ToOData ¶
func (o CopyOnenoteSectionPageToSectionOperationOptions) ToOData() *odata.Query
func (CopyOnenoteSectionPageToSectionOperationOptions) ToQuery ¶
func (o CopyOnenoteSectionPageToSectionOperationOptions) ToQuery() *client.QueryParams
type CreateOnenoteSectionPageOnenotePatchContentOperationOptions ¶
type CreateOnenoteSectionPageOnenotePatchContentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateOnenoteSectionPageOnenotePatchContentOperationOptions ¶
func DefaultCreateOnenoteSectionPageOnenotePatchContentOperationOptions() CreateOnenoteSectionPageOnenotePatchContentOperationOptions
func (CreateOnenoteSectionPageOnenotePatchContentOperationOptions) ToHeaders ¶
func (o CreateOnenoteSectionPageOnenotePatchContentOperationOptions) ToHeaders() *client.Headers
func (CreateOnenoteSectionPageOnenotePatchContentOperationOptions) ToOData ¶
func (o CreateOnenoteSectionPageOnenotePatchContentOperationOptions) ToOData() *odata.Query
func (CreateOnenoteSectionPageOnenotePatchContentOperationOptions) ToQuery ¶
func (o CreateOnenoteSectionPageOnenotePatchContentOperationOptions) ToQuery() *client.QueryParams
type CreateOnenoteSectionPageOnenotePatchContentRequest ¶
type CreateOnenoteSectionPageOnenotePatchContentRequest struct {
Commands *[]stable.OnenotePatchContentCommand `json:"commands,omitempty"`
}
type CreateOnenoteSectionPageOperationOptions ¶
type CreateOnenoteSectionPageOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateOnenoteSectionPageOperationOptions ¶
func DefaultCreateOnenoteSectionPageOperationOptions() CreateOnenoteSectionPageOperationOptions
func (CreateOnenoteSectionPageOperationOptions) ToHeaders ¶
func (o CreateOnenoteSectionPageOperationOptions) ToHeaders() *client.Headers
func (CreateOnenoteSectionPageOperationOptions) ToOData ¶
func (o CreateOnenoteSectionPageOperationOptions) ToOData() *odata.Query
func (CreateOnenoteSectionPageOperationOptions) ToQuery ¶
func (o CreateOnenoteSectionPageOperationOptions) ToQuery() *client.QueryParams
type DeleteOnenoteSectionPageOperationOptions ¶
type DeleteOnenoteSectionPageOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteOnenoteSectionPageOperationOptions ¶
func DefaultDeleteOnenoteSectionPageOperationOptions() DeleteOnenoteSectionPageOperationOptions
func (DeleteOnenoteSectionPageOperationOptions) ToHeaders ¶
func (o DeleteOnenoteSectionPageOperationOptions) ToHeaders() *client.Headers
func (DeleteOnenoteSectionPageOperationOptions) ToOData ¶
func (o DeleteOnenoteSectionPageOperationOptions) ToOData() *odata.Query
func (DeleteOnenoteSectionPageOperationOptions) ToQuery ¶
func (o DeleteOnenoteSectionPageOperationOptions) ToQuery() *client.QueryParams
type GetOnenoteSectionPageOperationOptions ¶
type GetOnenoteSectionPageOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetOnenoteSectionPageOperationOptions ¶
func DefaultGetOnenoteSectionPageOperationOptions() GetOnenoteSectionPageOperationOptions
func (GetOnenoteSectionPageOperationOptions) ToHeaders ¶
func (o GetOnenoteSectionPageOperationOptions) ToHeaders() *client.Headers
func (GetOnenoteSectionPageOperationOptions) ToOData ¶
func (o GetOnenoteSectionPageOperationOptions) ToOData() *odata.Query
func (GetOnenoteSectionPageOperationOptions) ToQuery ¶
func (o GetOnenoteSectionPageOperationOptions) ToQuery() *client.QueryParams
type GetOnenoteSectionPagesCountOperationOptions ¶
type GetOnenoteSectionPagesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetOnenoteSectionPagesCountOperationOptions ¶
func DefaultGetOnenoteSectionPagesCountOperationOptions() GetOnenoteSectionPagesCountOperationOptions
func (GetOnenoteSectionPagesCountOperationOptions) ToHeaders ¶
func (o GetOnenoteSectionPagesCountOperationOptions) ToHeaders() *client.Headers
func (GetOnenoteSectionPagesCountOperationOptions) ToOData ¶
func (o GetOnenoteSectionPagesCountOperationOptions) ToOData() *odata.Query
func (GetOnenoteSectionPagesCountOperationOptions) ToQuery ¶
func (o GetOnenoteSectionPagesCountOperationOptions) ToQuery() *client.QueryParams
type ListOnenoteSectionPagesCompleteResult ¶
type ListOnenoteSectionPagesCompleteResult struct { LatestHttpResponse *http.Response Items []stable.OnenotePage }
type ListOnenoteSectionPagesCustomPager ¶
func (*ListOnenoteSectionPagesCustomPager) NextPageLink ¶
func (p *ListOnenoteSectionPagesCustomPager) NextPageLink() *odata.Link
type ListOnenoteSectionPagesOperationOptions ¶
type ListOnenoteSectionPagesOperationOptions 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 DefaultListOnenoteSectionPagesOperationOptions ¶
func DefaultListOnenoteSectionPagesOperationOptions() ListOnenoteSectionPagesOperationOptions
func (ListOnenoteSectionPagesOperationOptions) ToHeaders ¶
func (o ListOnenoteSectionPagesOperationOptions) ToHeaders() *client.Headers
func (ListOnenoteSectionPagesOperationOptions) ToOData ¶
func (o ListOnenoteSectionPagesOperationOptions) ToOData() *odata.Query
func (ListOnenoteSectionPagesOperationOptions) ToQuery ¶
func (o ListOnenoteSectionPagesOperationOptions) ToQuery() *client.QueryParams
type OnenotePageOperationPredicate ¶
type OnenotePageOperationPredicate struct { }
func (OnenotePageOperationPredicate) Matches ¶
func (p OnenotePageOperationPredicate) Matches(input stable.OnenotePage) bool
type OnenoteSectionPageClient ¶
func NewOnenoteSectionPageClientWithBaseURI ¶
func NewOnenoteSectionPageClientWithBaseURI(sdkApi sdkEnv.Api) (*OnenoteSectionPageClient, error)
func (OnenoteSectionPageClient) CopyOnenoteSectionPageToSection ¶
func (c OnenoteSectionPageClient) CopyOnenoteSectionPageToSection(ctx context.Context, id stable.MeOnenoteSectionIdPageId, input CopyOnenoteSectionPageToSectionRequest, options CopyOnenoteSectionPageToSectionOperationOptions) (result CopyOnenoteSectionPageToSectionOperationResponse, err error)
CopyOnenoteSectionPageToSection - Invoke action copyToSection. Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.
func (OnenoteSectionPageClient) CreateOnenoteSectionPage ¶
func (c OnenoteSectionPageClient) CreateOnenoteSectionPage(ctx context.Context, id stable.MeOnenoteSectionId, input stable.OnenotePage, options CreateOnenoteSectionPageOperationOptions) (result CreateOnenoteSectionPageOperationResponse, err error)
CreateOnenoteSectionPage - Create page. Create a new page in the specified section.
func (OnenoteSectionPageClient) CreateOnenoteSectionPageOnenotePatchContent ¶
func (c OnenoteSectionPageClient) CreateOnenoteSectionPageOnenotePatchContent(ctx context.Context, id stable.MeOnenoteSectionIdPageId, input CreateOnenoteSectionPageOnenotePatchContentRequest, options CreateOnenoteSectionPageOnenotePatchContentOperationOptions) (result CreateOnenoteSectionPageOnenotePatchContentOperationResponse, err error)
CreateOnenoteSectionPageOnenotePatchContent - Invoke action onenotePatchContent
func (OnenoteSectionPageClient) DeleteOnenoteSectionPage ¶
func (c OnenoteSectionPageClient) DeleteOnenoteSectionPage(ctx context.Context, id stable.MeOnenoteSectionIdPageId, options DeleteOnenoteSectionPageOperationOptions) (result DeleteOnenoteSectionPageOperationResponse, err error)
DeleteOnenoteSectionPage - Delete navigation property pages for me
func (OnenoteSectionPageClient) GetOnenoteSectionPage ¶
func (c OnenoteSectionPageClient) GetOnenoteSectionPage(ctx context.Context, id stable.MeOnenoteSectionIdPageId, options GetOnenoteSectionPageOperationOptions) (result GetOnenoteSectionPageOperationResponse, err error)
GetOnenoteSectionPage - Get pages from me. The collection of pages in the section. Read-only. Nullable.
func (OnenoteSectionPageClient) GetOnenoteSectionPagesCount ¶
func (c OnenoteSectionPageClient) GetOnenoteSectionPagesCount(ctx context.Context, id stable.MeOnenoteSectionId, options GetOnenoteSectionPagesCountOperationOptions) (result GetOnenoteSectionPagesCountOperationResponse, err error)
GetOnenoteSectionPagesCount - Get the number of the resource
func (OnenoteSectionPageClient) ListOnenoteSectionPages ¶
func (c OnenoteSectionPageClient) ListOnenoteSectionPages(ctx context.Context, id stable.MeOnenoteSectionId, options ListOnenoteSectionPagesOperationOptions) (result ListOnenoteSectionPagesOperationResponse, err error)
ListOnenoteSectionPages - List pages. Retrieve a list of page objects from the specified section.
func (OnenoteSectionPageClient) ListOnenoteSectionPagesComplete ¶
func (c OnenoteSectionPageClient) ListOnenoteSectionPagesComplete(ctx context.Context, id stable.MeOnenoteSectionId, options ListOnenoteSectionPagesOperationOptions) (ListOnenoteSectionPagesCompleteResult, error)
ListOnenoteSectionPagesComplete retrieves all the results into a single object
func (OnenoteSectionPageClient) ListOnenoteSectionPagesCompleteMatchingPredicate ¶
func (c OnenoteSectionPageClient) ListOnenoteSectionPagesCompleteMatchingPredicate(ctx context.Context, id stable.MeOnenoteSectionId, options ListOnenoteSectionPagesOperationOptions, predicate OnenotePageOperationPredicate) (result ListOnenoteSectionPagesCompleteResult, err error)
ListOnenoteSectionPagesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (OnenoteSectionPageClient) UpdateOnenoteSectionPage ¶
func (c OnenoteSectionPageClient) UpdateOnenoteSectionPage(ctx context.Context, id stable.MeOnenoteSectionIdPageId, input stable.OnenotePage, options UpdateOnenoteSectionPageOperationOptions) (result UpdateOnenoteSectionPageOperationResponse, err error)
UpdateOnenoteSectionPage - Update the navigation property pages in me
type UpdateOnenoteSectionPageOperationOptions ¶
type UpdateOnenoteSectionPageOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateOnenoteSectionPageOperationOptions ¶
func DefaultUpdateOnenoteSectionPageOperationOptions() UpdateOnenoteSectionPageOperationOptions
func (UpdateOnenoteSectionPageOperationOptions) ToHeaders ¶
func (o UpdateOnenoteSectionPageOperationOptions) ToHeaders() *client.Headers
func (UpdateOnenoteSectionPageOperationOptions) ToOData ¶
func (o UpdateOnenoteSectionPageOperationOptions) ToOData() *odata.Query
func (UpdateOnenoteSectionPageOperationOptions) ToQuery ¶
func (o UpdateOnenoteSectionPageOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_copyonenotesectionpagetosection.go
- method_createonenotesectionpage.go
- method_createonenotesectionpageonenotepatchcontent.go
- method_deleteonenotesectionpage.go
- method_getonenotesectionpage.go
- method_getonenotesectionpagescount.go
- method_listonenotesectionpages.go
- method_updateonenotesectionpage.go
- model_copyonenotesectionpagetosectionrequest.go
- model_createonenotesectionpageonenotepatchcontentrequest.go
- predicates.go
- version.go