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 CopyOnenoteSectionPageToSectionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCopyOnenoteSectionPageToSectionOperationOptions() CopyOnenoteSectionPageToSectionOperationOptions + func (o CopyOnenoteSectionPageToSectionOperationOptions) ToHeaders() *client.Headers + func (o CopyOnenoteSectionPageToSectionOperationOptions) ToOData() *odata.Query + func (o CopyOnenoteSectionPageToSectionOperationOptions) ToQuery() *client.QueryParams + type CopyOnenoteSectionPageToSectionOperationResponse struct + HttpResponse *http.Response + Model *stable.OnenoteOperation + OData *odata.OData + type CopyOnenoteSectionPageToSectionRequest struct + GroupId nullable.Type[string] + Id nullable.Type[string] + SiteCollectionId nullable.Type[string] + SiteId nullable.Type[string] + type CreateOnenoteSectionPageOnenotePatchContentOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateOnenoteSectionPageOnenotePatchContentOperationOptions() CreateOnenoteSectionPageOnenotePatchContentOperationOptions + func (o CreateOnenoteSectionPageOnenotePatchContentOperationOptions) ToHeaders() *client.Headers + func (o CreateOnenoteSectionPageOnenotePatchContentOperationOptions) ToOData() *odata.Query + func (o CreateOnenoteSectionPageOnenotePatchContentOperationOptions) ToQuery() *client.QueryParams + type CreateOnenoteSectionPageOnenotePatchContentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type CreateOnenoteSectionPageOnenotePatchContentRequest struct + Commands *[]stable.OnenotePatchContentCommand + type CreateOnenoteSectionPageOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateOnenoteSectionPageOperationOptions() CreateOnenoteSectionPageOperationOptions + func (o CreateOnenoteSectionPageOperationOptions) ToHeaders() *client.Headers + func (o CreateOnenoteSectionPageOperationOptions) ToOData() *odata.Query + func (o CreateOnenoteSectionPageOperationOptions) ToQuery() *client.QueryParams + type CreateOnenoteSectionPageOperationResponse struct + HttpResponse *http.Response + Model *stable.OnenotePage + OData *odata.OData + type DeleteOnenoteSectionPageOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteOnenoteSectionPageOperationOptions() DeleteOnenoteSectionPageOperationOptions + func (o DeleteOnenoteSectionPageOperationOptions) ToHeaders() *client.Headers + func (o DeleteOnenoteSectionPageOperationOptions) ToOData() *odata.Query + func (o DeleteOnenoteSectionPageOperationOptions) ToQuery() *client.QueryParams + type DeleteOnenoteSectionPageOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOnenoteSectionPageOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetOnenoteSectionPageOperationOptions() GetOnenoteSectionPageOperationOptions + func (o GetOnenoteSectionPageOperationOptions) ToHeaders() *client.Headers + func (o GetOnenoteSectionPageOperationOptions) ToOData() *odata.Query + func (o GetOnenoteSectionPageOperationOptions) ToQuery() *client.QueryParams + type GetOnenoteSectionPageOperationResponse struct + HttpResponse *http.Response + Model *stable.OnenotePage + OData *odata.OData + type GetOnenoteSectionPagesCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetOnenoteSectionPagesCountOperationOptions() GetOnenoteSectionPagesCountOperationOptions + func (o GetOnenoteSectionPagesCountOperationOptions) ToHeaders() *client.Headers + func (o GetOnenoteSectionPagesCountOperationOptions) ToOData() *odata.Query + func (o GetOnenoteSectionPagesCountOperationOptions) ToQuery() *client.QueryParams + type GetOnenoteSectionPagesCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListOnenoteSectionPagesCompleteResult struct + Items []stable.OnenotePage + LatestHttpResponse *http.Response + type ListOnenoteSectionPagesCustomPager struct + NextLink *odata.Link + func (p *ListOnenoteSectionPagesCustomPager) NextPageLink() *odata.Link + 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() ListOnenoteSectionPagesOperationOptions + func (o ListOnenoteSectionPagesOperationOptions) ToHeaders() *client.Headers + func (o ListOnenoteSectionPagesOperationOptions) ToOData() *odata.Query + func (o ListOnenoteSectionPagesOperationOptions) ToQuery() *client.QueryParams + type ListOnenoteSectionPagesOperationResponse struct + HttpResponse *http.Response + Model *[]stable.OnenotePage + OData *odata.OData + type OnenotePageOperationPredicate struct + func (p OnenotePageOperationPredicate) Matches(input stable.OnenotePage) bool + type OnenoteSectionPageClient struct + Client *msgraph.Client + func NewOnenoteSectionPageClientWithBaseURI(sdkApi sdkEnv.Api) (*OnenoteSectionPageClient, error) + func (c OnenoteSectionPageClient) CopyOnenoteSectionPageToSection(ctx context.Context, id stable.UserIdOnenoteSectionIdPageId, ...) (result CopyOnenoteSectionPageToSectionOperationResponse, err error) + func (c OnenoteSectionPageClient) CreateOnenoteSectionPage(ctx context.Context, id stable.UserIdOnenoteSectionId, ...) (result CreateOnenoteSectionPageOperationResponse, err error) + func (c OnenoteSectionPageClient) CreateOnenoteSectionPageOnenotePatchContent(ctx context.Context, id stable.UserIdOnenoteSectionIdPageId, ...) (result CreateOnenoteSectionPageOnenotePatchContentOperationResponse, err error) + func (c OnenoteSectionPageClient) DeleteOnenoteSectionPage(ctx context.Context, id stable.UserIdOnenoteSectionIdPageId, ...) (result DeleteOnenoteSectionPageOperationResponse, err error) + func (c OnenoteSectionPageClient) GetOnenoteSectionPage(ctx context.Context, id stable.UserIdOnenoteSectionIdPageId, ...) (result GetOnenoteSectionPageOperationResponse, err error) + func (c OnenoteSectionPageClient) GetOnenoteSectionPagesCount(ctx context.Context, id stable.UserIdOnenoteSectionId, ...) (result GetOnenoteSectionPagesCountOperationResponse, err error) + func (c OnenoteSectionPageClient) ListOnenoteSectionPages(ctx context.Context, id stable.UserIdOnenoteSectionId, ...) (result ListOnenoteSectionPagesOperationResponse, err error) + func (c OnenoteSectionPageClient) ListOnenoteSectionPagesComplete(ctx context.Context, id stable.UserIdOnenoteSectionId, ...) (ListOnenoteSectionPagesCompleteResult, error) + func (c OnenoteSectionPageClient) ListOnenoteSectionPagesCompleteMatchingPredicate(ctx context.Context, id stable.UserIdOnenoteSectionId, ...) (result ListOnenoteSectionPagesCompleteResult, err error) + func (c OnenoteSectionPageClient) UpdateOnenoteSectionPage(ctx context.Context, id stable.UserIdOnenoteSectionIdPageId, ...) (result UpdateOnenoteSectionPageOperationResponse, err error) + type UpdateOnenoteSectionPageOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateOnenoteSectionPageOperationOptions() UpdateOnenoteSectionPageOperationOptions + func (o UpdateOnenoteSectionPageOperationOptions) ToHeaders() *client.Headers + func (o UpdateOnenoteSectionPageOperationOptions) ToOData() *odata.Query + func (o UpdateOnenoteSectionPageOperationOptions) ToQuery() *client.QueryParams + type UpdateOnenoteSectionPageOperationResponse struct + HttpResponse *http.Response + OData *odata.OData