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 CopySiteOnenotePageToSectionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCopySiteOnenotePageToSectionOperationOptions() CopySiteOnenotePageToSectionOperationOptions + func (o CopySiteOnenotePageToSectionOperationOptions) ToHeaders() *client.Headers + func (o CopySiteOnenotePageToSectionOperationOptions) ToOData() *odata.Query + func (o CopySiteOnenotePageToSectionOperationOptions) ToQuery() *client.QueryParams + type CopySiteOnenotePageToSectionOperationResponse struct + HttpResponse *http.Response + Model *stable.OnenoteOperation + OData *odata.OData + type CopySiteOnenotePageToSectionRequest struct + GroupId nullable.Type[string] + Id nullable.Type[string] + SiteCollectionId nullable.Type[string] + SiteId nullable.Type[string] + type CreateSiteOnenotePageOnenotePatchContentOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateSiteOnenotePageOnenotePatchContentOperationOptions() CreateSiteOnenotePageOnenotePatchContentOperationOptions + func (o CreateSiteOnenotePageOnenotePatchContentOperationOptions) ToHeaders() *client.Headers + func (o CreateSiteOnenotePageOnenotePatchContentOperationOptions) ToOData() *odata.Query + func (o CreateSiteOnenotePageOnenotePatchContentOperationOptions) ToQuery() *client.QueryParams + type CreateSiteOnenotePageOnenotePatchContentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type CreateSiteOnenotePageOnenotePatchContentRequest struct + Commands *[]stable.OnenotePatchContentCommand + type CreateSiteOnenotePageOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateSiteOnenotePageOperationOptions() CreateSiteOnenotePageOperationOptions + func (o CreateSiteOnenotePageOperationOptions) ToHeaders() *client.Headers + func (o CreateSiteOnenotePageOperationOptions) ToOData() *odata.Query + func (o CreateSiteOnenotePageOperationOptions) ToQuery() *client.QueryParams + type CreateSiteOnenotePageOperationResponse struct + HttpResponse *http.Response + Model *stable.OnenotePage + OData *odata.OData + type DeleteSiteOnenotePageOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteSiteOnenotePageOperationOptions() DeleteSiteOnenotePageOperationOptions + func (o DeleteSiteOnenotePageOperationOptions) ToHeaders() *client.Headers + func (o DeleteSiteOnenotePageOperationOptions) ToOData() *odata.Query + func (o DeleteSiteOnenotePageOperationOptions) ToQuery() *client.QueryParams + type DeleteSiteOnenotePageOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetSiteOnenotePageOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetSiteOnenotePageOperationOptions() GetSiteOnenotePageOperationOptions + func (o GetSiteOnenotePageOperationOptions) ToHeaders() *client.Headers + func (o GetSiteOnenotePageOperationOptions) ToOData() *odata.Query + func (o GetSiteOnenotePageOperationOptions) ToQuery() *client.QueryParams + type GetSiteOnenotePageOperationResponse struct + HttpResponse *http.Response + Model *stable.OnenotePage + OData *odata.OData + type GetSiteOnenotePagesCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetSiteOnenotePagesCountOperationOptions() GetSiteOnenotePagesCountOperationOptions + func (o GetSiteOnenotePagesCountOperationOptions) ToHeaders() *client.Headers + func (o GetSiteOnenotePagesCountOperationOptions) ToOData() *odata.Query + func (o GetSiteOnenotePagesCountOperationOptions) ToQuery() *client.QueryParams + type GetSiteOnenotePagesCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListSiteOnenotePagesCompleteResult struct + Items []stable.OnenotePage + LatestHttpResponse *http.Response + type ListSiteOnenotePagesCustomPager struct + NextLink *odata.Link + func (p *ListSiteOnenotePagesCustomPager) NextPageLink() *odata.Link + type ListSiteOnenotePagesOperationOptions 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 DefaultListSiteOnenotePagesOperationOptions() ListSiteOnenotePagesOperationOptions + func (o ListSiteOnenotePagesOperationOptions) ToHeaders() *client.Headers + func (o ListSiteOnenotePagesOperationOptions) ToOData() *odata.Query + func (o ListSiteOnenotePagesOperationOptions) ToQuery() *client.QueryParams + type ListSiteOnenotePagesOperationResponse struct + HttpResponse *http.Response + Model *[]stable.OnenotePage + OData *odata.OData + type OnenotePageOperationPredicate struct + func (p OnenotePageOperationPredicate) Matches(input stable.OnenotePage) bool + type SiteOnenotePageClient struct + Client *msgraph.Client + func NewSiteOnenotePageClientWithBaseURI(sdkApi sdkEnv.Api) (*SiteOnenotePageClient, error) + func (c SiteOnenotePageClient) CopySiteOnenotePageToSection(ctx context.Context, id stable.GroupIdSiteIdOnenotePageId, ...) (result CopySiteOnenotePageToSectionOperationResponse, err error) + func (c SiteOnenotePageClient) CreateSiteOnenotePage(ctx context.Context, id stable.GroupIdSiteId, input stable.OnenotePage, ...) (result CreateSiteOnenotePageOperationResponse, err error) + func (c SiteOnenotePageClient) CreateSiteOnenotePageOnenotePatchContent(ctx context.Context, id stable.GroupIdSiteIdOnenotePageId, ...) (result CreateSiteOnenotePageOnenotePatchContentOperationResponse, err error) + func (c SiteOnenotePageClient) DeleteSiteOnenotePage(ctx context.Context, id stable.GroupIdSiteIdOnenotePageId, ...) (result DeleteSiteOnenotePageOperationResponse, err error) + func (c SiteOnenotePageClient) GetSiteOnenotePage(ctx context.Context, id stable.GroupIdSiteIdOnenotePageId, ...) (result GetSiteOnenotePageOperationResponse, err error) + func (c SiteOnenotePageClient) GetSiteOnenotePagesCount(ctx context.Context, id stable.GroupIdSiteId, ...) (result GetSiteOnenotePagesCountOperationResponse, err error) + func (c SiteOnenotePageClient) ListSiteOnenotePages(ctx context.Context, id stable.GroupIdSiteId, ...) (result ListSiteOnenotePagesOperationResponse, err error) + func (c SiteOnenotePageClient) ListSiteOnenotePagesComplete(ctx context.Context, id stable.GroupIdSiteId, ...) (ListSiteOnenotePagesCompleteResult, error) + func (c SiteOnenotePageClient) ListSiteOnenotePagesCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdSiteId, ...) (result ListSiteOnenotePagesCompleteResult, err error) + func (c SiteOnenotePageClient) UpdateSiteOnenotePage(ctx context.Context, id stable.GroupIdSiteIdOnenotePageId, ...) (result UpdateSiteOnenotePageOperationResponse, err error) + type UpdateSiteOnenotePageOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateSiteOnenotePageOperationOptions() UpdateSiteOnenotePageOperationOptions + func (o UpdateSiteOnenotePageOperationOptions) ToHeaders() *client.Headers + func (o UpdateSiteOnenotePageOperationOptions) ToOData() *odata.Query + func (o UpdateSiteOnenotePageOperationOptions) ToQuery() *client.QueryParams + type UpdateSiteOnenotePageOperationResponse struct + HttpResponse *http.Response + OData *odata.OData