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 CreateOnenoteNotebookSectionGroupOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateOnenoteNotebookSectionGroupOperationOptions() CreateOnenoteNotebookSectionGroupOperationOptions + func (o CreateOnenoteNotebookSectionGroupOperationOptions) ToHeaders() *client.Headers + func (o CreateOnenoteNotebookSectionGroupOperationOptions) ToOData() *odata.Query + func (o CreateOnenoteNotebookSectionGroupOperationOptions) ToQuery() *client.QueryParams + type CreateOnenoteNotebookSectionGroupOperationResponse struct + HttpResponse *http.Response + Model *stable.SectionGroup + OData *odata.OData + type DeleteOnenoteNotebookSectionGroupOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteOnenoteNotebookSectionGroupOperationOptions() DeleteOnenoteNotebookSectionGroupOperationOptions + func (o DeleteOnenoteNotebookSectionGroupOperationOptions) ToHeaders() *client.Headers + func (o DeleteOnenoteNotebookSectionGroupOperationOptions) ToOData() *odata.Query + func (o DeleteOnenoteNotebookSectionGroupOperationOptions) ToQuery() *client.QueryParams + type DeleteOnenoteNotebookSectionGroupOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOnenoteNotebookSectionGroupOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetOnenoteNotebookSectionGroupOperationOptions() GetOnenoteNotebookSectionGroupOperationOptions + func (o GetOnenoteNotebookSectionGroupOperationOptions) ToHeaders() *client.Headers + func (o GetOnenoteNotebookSectionGroupOperationOptions) ToOData() *odata.Query + func (o GetOnenoteNotebookSectionGroupOperationOptions) ToQuery() *client.QueryParams + type GetOnenoteNotebookSectionGroupOperationResponse struct + HttpResponse *http.Response + Model *stable.SectionGroup + OData *odata.OData + type GetOnenoteNotebookSectionGroupsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetOnenoteNotebookSectionGroupsCountOperationOptions() GetOnenoteNotebookSectionGroupsCountOperationOptions + func (o GetOnenoteNotebookSectionGroupsCountOperationOptions) ToHeaders() *client.Headers + func (o GetOnenoteNotebookSectionGroupsCountOperationOptions) ToOData() *odata.Query + func (o GetOnenoteNotebookSectionGroupsCountOperationOptions) ToQuery() *client.QueryParams + type GetOnenoteNotebookSectionGroupsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListOnenoteNotebookSectionGroupsCompleteResult struct + Items []stable.SectionGroup + LatestHttpResponse *http.Response + type ListOnenoteNotebookSectionGroupsCustomPager struct + NextLink *odata.Link + func (p *ListOnenoteNotebookSectionGroupsCustomPager) NextPageLink() *odata.Link + type ListOnenoteNotebookSectionGroupsOperationOptions 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 DefaultListOnenoteNotebookSectionGroupsOperationOptions() ListOnenoteNotebookSectionGroupsOperationOptions + func (o ListOnenoteNotebookSectionGroupsOperationOptions) ToHeaders() *client.Headers + func (o ListOnenoteNotebookSectionGroupsOperationOptions) ToOData() *odata.Query + func (o ListOnenoteNotebookSectionGroupsOperationOptions) ToQuery() *client.QueryParams + type ListOnenoteNotebookSectionGroupsOperationResponse struct + HttpResponse *http.Response + Model *[]stable.SectionGroup + OData *odata.OData + type OnenoteNotebookSectionGroupClient struct + Client *msgraph.Client + func NewOnenoteNotebookSectionGroupClientWithBaseURI(sdkApi sdkEnv.Api) (*OnenoteNotebookSectionGroupClient, error) + func (c OnenoteNotebookSectionGroupClient) CreateOnenoteNotebookSectionGroup(ctx context.Context, id stable.MeOnenoteNotebookId, input stable.SectionGroup, ...) (result CreateOnenoteNotebookSectionGroupOperationResponse, err error) + func (c OnenoteNotebookSectionGroupClient) DeleteOnenoteNotebookSectionGroup(ctx context.Context, id stable.MeOnenoteNotebookIdSectionGroupId, ...) (result DeleteOnenoteNotebookSectionGroupOperationResponse, err error) + func (c OnenoteNotebookSectionGroupClient) GetOnenoteNotebookSectionGroup(ctx context.Context, id stable.MeOnenoteNotebookIdSectionGroupId, ...) (result GetOnenoteNotebookSectionGroupOperationResponse, err error) + func (c OnenoteNotebookSectionGroupClient) GetOnenoteNotebookSectionGroupsCount(ctx context.Context, id stable.MeOnenoteNotebookId, ...) (result GetOnenoteNotebookSectionGroupsCountOperationResponse, err error) + func (c OnenoteNotebookSectionGroupClient) ListOnenoteNotebookSectionGroups(ctx context.Context, id stable.MeOnenoteNotebookId, ...) (result ListOnenoteNotebookSectionGroupsOperationResponse, err error) + func (c OnenoteNotebookSectionGroupClient) ListOnenoteNotebookSectionGroupsComplete(ctx context.Context, id stable.MeOnenoteNotebookId, ...) (ListOnenoteNotebookSectionGroupsCompleteResult, error) + func (c OnenoteNotebookSectionGroupClient) ListOnenoteNotebookSectionGroupsCompleteMatchingPredicate(ctx context.Context, id stable.MeOnenoteNotebookId, ...) (result ListOnenoteNotebookSectionGroupsCompleteResult, err error) + func (c OnenoteNotebookSectionGroupClient) UpdateOnenoteNotebookSectionGroup(ctx context.Context, id stable.MeOnenoteNotebookIdSectionGroupId, ...) (result UpdateOnenoteNotebookSectionGroupOperationResponse, err error) + type SectionGroupOperationPredicate struct + func (p SectionGroupOperationPredicate) Matches(input stable.SectionGroup) bool + type UpdateOnenoteNotebookSectionGroupOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateOnenoteNotebookSectionGroupOperationOptions() UpdateOnenoteNotebookSectionGroupOperationOptions + func (o UpdateOnenoteNotebookSectionGroupOperationOptions) ToHeaders() *client.Headers + func (o UpdateOnenoteNotebookSectionGroupOperationOptions) ToOData() *odata.Query + func (o UpdateOnenoteNotebookSectionGroupOperationOptions) ToQuery() *client.QueryParams + type UpdateOnenoteNotebookSectionGroupOperationResponse struct + HttpResponse *http.Response + OData *odata.OData