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 CopyOnenoteNotebookSectionToNotebookOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCopyOnenoteNotebookSectionToNotebookOperationOptions() CopyOnenoteNotebookSectionToNotebookOperationOptions + func (o CopyOnenoteNotebookSectionToNotebookOperationOptions) ToHeaders() *client.Headers + func (o CopyOnenoteNotebookSectionToNotebookOperationOptions) ToOData() *odata.Query + func (o CopyOnenoteNotebookSectionToNotebookOperationOptions) ToQuery() *client.QueryParams + type CopyOnenoteNotebookSectionToNotebookOperationResponse struct + HttpResponse *http.Response + Model *beta.OnenoteOperation + OData *odata.OData + type CopyOnenoteNotebookSectionToNotebookRequest struct + GroupId nullable.Type[string] + Id nullable.Type[string] + RenameAs nullable.Type[string] + SiteCollectionId nullable.Type[string] + SiteId nullable.Type[string] + type CopyOnenoteNotebookSectionToSectionGroupOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCopyOnenoteNotebookSectionToSectionGroupOperationOptions() CopyOnenoteNotebookSectionToSectionGroupOperationOptions + func (o CopyOnenoteNotebookSectionToSectionGroupOperationOptions) ToHeaders() *client.Headers + func (o CopyOnenoteNotebookSectionToSectionGroupOperationOptions) ToOData() *odata.Query + func (o CopyOnenoteNotebookSectionToSectionGroupOperationOptions) ToQuery() *client.QueryParams + type CopyOnenoteNotebookSectionToSectionGroupOperationResponse struct + HttpResponse *http.Response + Model *beta.OnenoteOperation + OData *odata.OData + type CopyOnenoteNotebookSectionToSectionGroupRequest struct + GroupId nullable.Type[string] + Id nullable.Type[string] + RenameAs nullable.Type[string] + SiteCollectionId nullable.Type[string] + SiteId nullable.Type[string] + type CreateOnenoteNotebookSectionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateOnenoteNotebookSectionOperationOptions() CreateOnenoteNotebookSectionOperationOptions + func (o CreateOnenoteNotebookSectionOperationOptions) ToHeaders() *client.Headers + func (o CreateOnenoteNotebookSectionOperationOptions) ToOData() *odata.Query + func (o CreateOnenoteNotebookSectionOperationOptions) ToQuery() *client.QueryParams + type CreateOnenoteNotebookSectionOperationResponse struct + HttpResponse *http.Response + Model *beta.OnenoteSection + OData *odata.OData + type DeleteOnenoteNotebookSectionOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteOnenoteNotebookSectionOperationOptions() DeleteOnenoteNotebookSectionOperationOptions + func (o DeleteOnenoteNotebookSectionOperationOptions) ToHeaders() *client.Headers + func (o DeleteOnenoteNotebookSectionOperationOptions) ToOData() *odata.Query + func (o DeleteOnenoteNotebookSectionOperationOptions) ToQuery() *client.QueryParams + type DeleteOnenoteNotebookSectionOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOnenoteNotebookSectionOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetOnenoteNotebookSectionOperationOptions() GetOnenoteNotebookSectionOperationOptions + func (o GetOnenoteNotebookSectionOperationOptions) ToHeaders() *client.Headers + func (o GetOnenoteNotebookSectionOperationOptions) ToOData() *odata.Query + func (o GetOnenoteNotebookSectionOperationOptions) ToQuery() *client.QueryParams + type GetOnenoteNotebookSectionOperationResponse struct + HttpResponse *http.Response + Model *beta.OnenoteSection + OData *odata.OData + type GetOnenoteNotebookSectionsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetOnenoteNotebookSectionsCountOperationOptions() GetOnenoteNotebookSectionsCountOperationOptions + func (o GetOnenoteNotebookSectionsCountOperationOptions) ToHeaders() *client.Headers + func (o GetOnenoteNotebookSectionsCountOperationOptions) ToOData() *odata.Query + func (o GetOnenoteNotebookSectionsCountOperationOptions) ToQuery() *client.QueryParams + type GetOnenoteNotebookSectionsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListOnenoteNotebookSectionsCompleteResult struct + Items []beta.OnenoteSection + LatestHttpResponse *http.Response + type ListOnenoteNotebookSectionsCustomPager struct + NextLink *odata.Link + func (p *ListOnenoteNotebookSectionsCustomPager) NextPageLink() *odata.Link + type ListOnenoteNotebookSectionsOperationOptions 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 DefaultListOnenoteNotebookSectionsOperationOptions() ListOnenoteNotebookSectionsOperationOptions + func (o ListOnenoteNotebookSectionsOperationOptions) ToHeaders() *client.Headers + func (o ListOnenoteNotebookSectionsOperationOptions) ToOData() *odata.Query + func (o ListOnenoteNotebookSectionsOperationOptions) ToQuery() *client.QueryParams + type ListOnenoteNotebookSectionsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.OnenoteSection + OData *odata.OData + type OnenoteNotebookSectionClient struct + Client *msgraph.Client + func NewOnenoteNotebookSectionClientWithBaseURI(sdkApi sdkEnv.Api) (*OnenoteNotebookSectionClient, error) + func (c OnenoteNotebookSectionClient) CopyOnenoteNotebookSectionToNotebook(ctx context.Context, id beta.UserIdOnenoteNotebookIdSectionId, ...) (result CopyOnenoteNotebookSectionToNotebookOperationResponse, err error) + func (c OnenoteNotebookSectionClient) CopyOnenoteNotebookSectionToSectionGroup(ctx context.Context, id beta.UserIdOnenoteNotebookIdSectionId, ...) (result CopyOnenoteNotebookSectionToSectionGroupOperationResponse, err error) + func (c OnenoteNotebookSectionClient) CreateOnenoteNotebookSection(ctx context.Context, id beta.UserIdOnenoteNotebookId, ...) (result CreateOnenoteNotebookSectionOperationResponse, err error) + func (c OnenoteNotebookSectionClient) DeleteOnenoteNotebookSection(ctx context.Context, id beta.UserIdOnenoteNotebookIdSectionId, ...) (result DeleteOnenoteNotebookSectionOperationResponse, err error) + func (c OnenoteNotebookSectionClient) GetOnenoteNotebookSection(ctx context.Context, id beta.UserIdOnenoteNotebookIdSectionId, ...) (result GetOnenoteNotebookSectionOperationResponse, err error) + func (c OnenoteNotebookSectionClient) GetOnenoteNotebookSectionsCount(ctx context.Context, id beta.UserIdOnenoteNotebookId, ...) (result GetOnenoteNotebookSectionsCountOperationResponse, err error) + func (c OnenoteNotebookSectionClient) ListOnenoteNotebookSections(ctx context.Context, id beta.UserIdOnenoteNotebookId, ...) (result ListOnenoteNotebookSectionsOperationResponse, err error) + func (c OnenoteNotebookSectionClient) ListOnenoteNotebookSectionsComplete(ctx context.Context, id beta.UserIdOnenoteNotebookId, ...) (ListOnenoteNotebookSectionsCompleteResult, error) + func (c OnenoteNotebookSectionClient) ListOnenoteNotebookSectionsCompleteMatchingPredicate(ctx context.Context, id beta.UserIdOnenoteNotebookId, ...) (result ListOnenoteNotebookSectionsCompleteResult, err error) + func (c OnenoteNotebookSectionClient) UpdateOnenoteNotebookSection(ctx context.Context, id beta.UserIdOnenoteNotebookIdSectionId, ...) (result UpdateOnenoteNotebookSectionOperationResponse, err error) + type OnenoteSectionOperationPredicate struct + func (p OnenoteSectionOperationPredicate) Matches(input beta.OnenoteSection) bool + type UpdateOnenoteNotebookSectionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateOnenoteNotebookSectionOperationOptions() UpdateOnenoteNotebookSectionOperationOptions + func (o UpdateOnenoteNotebookSectionOperationOptions) ToHeaders() *client.Headers + func (o UpdateOnenoteNotebookSectionOperationOptions) ToOData() *odata.Query + func (o UpdateOnenoteNotebookSectionOperationOptions) ToQuery() *client.QueryParams + type UpdateOnenoteNotebookSectionOperationResponse struct + HttpResponse *http.Response + OData *odata.OData