Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type CopyOnenotePageToSectionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCopyOnenotePageToSectionOperationOptions() CopyOnenotePageToSectionOperationOptions + func (o CopyOnenotePageToSectionOperationOptions) ToHeaders() *client.Headers + func (o CopyOnenotePageToSectionOperationOptions) ToOData() *odata.Query + func (o CopyOnenotePageToSectionOperationOptions) ToQuery() *client.QueryParams + type CopyOnenotePageToSectionOperationResponse struct + HttpResponse *http.Response + Model *stable.OnenoteOperation + OData *odata.OData + type CopyOnenotePageToSectionRequest struct + GroupId nullable.Type[string] + Id nullable.Type[string] + SiteCollectionId nullable.Type[string] + SiteId nullable.Type[string] + type CreateOnenotePageOnenotePatchContentOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateOnenotePageOnenotePatchContentOperationOptions() CreateOnenotePageOnenotePatchContentOperationOptions + func (o CreateOnenotePageOnenotePatchContentOperationOptions) ToHeaders() *client.Headers + func (o CreateOnenotePageOnenotePatchContentOperationOptions) ToOData() *odata.Query + func (o CreateOnenotePageOnenotePatchContentOperationOptions) ToQuery() *client.QueryParams + type CreateOnenotePageOnenotePatchContentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type CreateOnenotePageOnenotePatchContentRequest struct + Commands *[]stable.OnenotePatchContentCommand + type CreateOnenotePageOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateOnenotePageOperationOptions() CreateOnenotePageOperationOptions + func (o CreateOnenotePageOperationOptions) ToHeaders() *client.Headers + func (o CreateOnenotePageOperationOptions) ToOData() *odata.Query + func (o CreateOnenotePageOperationOptions) ToQuery() *client.QueryParams + type CreateOnenotePageOperationResponse struct + HttpResponse *http.Response + Model *stable.OnenotePage + OData *odata.OData + type DeleteOnenotePageOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteOnenotePageOperationOptions() DeleteOnenotePageOperationOptions + func (o DeleteOnenotePageOperationOptions) ToHeaders() *client.Headers + func (o DeleteOnenotePageOperationOptions) ToOData() *odata.Query + func (o DeleteOnenotePageOperationOptions) ToQuery() *client.QueryParams + type DeleteOnenotePageOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOnenotePageOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetOnenotePageOperationOptions() GetOnenotePageOperationOptions + func (o GetOnenotePageOperationOptions) ToHeaders() *client.Headers + func (o GetOnenotePageOperationOptions) ToOData() *odata.Query + func (o GetOnenotePageOperationOptions) ToQuery() *client.QueryParams + type GetOnenotePageOperationResponse struct + HttpResponse *http.Response + Model *stable.OnenotePage + OData *odata.OData + type GetOnenotePagesCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetOnenotePagesCountOperationOptions() GetOnenotePagesCountOperationOptions + func (o GetOnenotePagesCountOperationOptions) ToHeaders() *client.Headers + func (o GetOnenotePagesCountOperationOptions) ToOData() *odata.Query + func (o GetOnenotePagesCountOperationOptions) ToQuery() *client.QueryParams + type GetOnenotePagesCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListOnenotePagesCompleteResult struct + Items []stable.OnenotePage + LatestHttpResponse *http.Response + type ListOnenotePagesCustomPager struct + NextLink *odata.Link + func (p *ListOnenotePagesCustomPager) NextPageLink() *odata.Link + type ListOnenotePagesOperationOptions 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 DefaultListOnenotePagesOperationOptions() ListOnenotePagesOperationOptions + func (o ListOnenotePagesOperationOptions) ToHeaders() *client.Headers + func (o ListOnenotePagesOperationOptions) ToOData() *odata.Query + func (o ListOnenotePagesOperationOptions) ToQuery() *client.QueryParams + type ListOnenotePagesOperationResponse struct + HttpResponse *http.Response + Model *[]stable.OnenotePage + OData *odata.OData + type OnenotePageClient struct + Client *msgraph.Client + func NewOnenotePageClientWithBaseURI(sdkApi sdkEnv.Api) (*OnenotePageClient, error) + func (c OnenotePageClient) CopyOnenotePageToSection(ctx context.Context, id stable.MeOnenotePageId, ...) (result CopyOnenotePageToSectionOperationResponse, err error) + func (c OnenotePageClient) CreateOnenotePage(ctx context.Context, input stable.OnenotePage, ...) (result CreateOnenotePageOperationResponse, err error) + func (c OnenotePageClient) CreateOnenotePageOnenotePatchContent(ctx context.Context, id stable.MeOnenotePageId, ...) (result CreateOnenotePageOnenotePatchContentOperationResponse, err error) + func (c OnenotePageClient) DeleteOnenotePage(ctx context.Context, id stable.MeOnenotePageId, ...) (result DeleteOnenotePageOperationResponse, err error) + func (c OnenotePageClient) GetOnenotePage(ctx context.Context, id stable.MeOnenotePageId, ...) (result GetOnenotePageOperationResponse, err error) + func (c OnenotePageClient) GetOnenotePagesCount(ctx context.Context, options GetOnenotePagesCountOperationOptions) (result GetOnenotePagesCountOperationResponse, err error) + func (c OnenotePageClient) ListOnenotePages(ctx context.Context, options ListOnenotePagesOperationOptions) (result ListOnenotePagesOperationResponse, err error) + func (c OnenotePageClient) ListOnenotePagesComplete(ctx context.Context, options ListOnenotePagesOperationOptions) (ListOnenotePagesCompleteResult, error) + func (c OnenotePageClient) ListOnenotePagesCompleteMatchingPredicate(ctx context.Context, options ListOnenotePagesOperationOptions, ...) (result ListOnenotePagesCompleteResult, err error) + func (c OnenotePageClient) UpdateOnenotePage(ctx context.Context, id stable.MeOnenotePageId, input stable.OnenotePage, ...) (result UpdateOnenotePageOperationResponse, err error) + type OnenotePageOperationPredicate struct + func (p OnenotePageOperationPredicate) Matches(input stable.OnenotePage) bool + type UpdateOnenotePageOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateOnenotePageOperationOptions() UpdateOnenotePageOperationOptions + func (o UpdateOnenotePageOperationOptions) ToHeaders() *client.Headers + func (o UpdateOnenotePageOperationOptions) ToOData() *odata.Query + func (o UpdateOnenotePageOperationOptions) ToQuery() *client.QueryParams + type UpdateOnenotePageOperationResponse struct + HttpResponse *http.Response + OData *odata.OData