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 CreateOnenoteSectionGroupOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateOnenoteSectionGroupOperationOptions() CreateOnenoteSectionGroupOperationOptions + func (o CreateOnenoteSectionGroupOperationOptions) ToHeaders() *client.Headers + func (o CreateOnenoteSectionGroupOperationOptions) ToOData() *odata.Query + func (o CreateOnenoteSectionGroupOperationOptions) ToQuery() *client.QueryParams + type CreateOnenoteSectionGroupOperationResponse struct + HttpResponse *http.Response + Model *beta.SectionGroup + OData *odata.OData + type DeleteOnenoteSectionGroupOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteOnenoteSectionGroupOperationOptions() DeleteOnenoteSectionGroupOperationOptions + func (o DeleteOnenoteSectionGroupOperationOptions) ToHeaders() *client.Headers + func (o DeleteOnenoteSectionGroupOperationOptions) ToOData() *odata.Query + func (o DeleteOnenoteSectionGroupOperationOptions) ToQuery() *client.QueryParams + type DeleteOnenoteSectionGroupOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOnenoteSectionGroupOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetOnenoteSectionGroupOperationOptions() GetOnenoteSectionGroupOperationOptions + func (o GetOnenoteSectionGroupOperationOptions) ToHeaders() *client.Headers + func (o GetOnenoteSectionGroupOperationOptions) ToOData() *odata.Query + func (o GetOnenoteSectionGroupOperationOptions) ToQuery() *client.QueryParams + type GetOnenoteSectionGroupOperationResponse struct + HttpResponse *http.Response + Model *beta.SectionGroup + OData *odata.OData + type GetOnenoteSectionGroupsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetOnenoteSectionGroupsCountOperationOptions() GetOnenoteSectionGroupsCountOperationOptions + func (o GetOnenoteSectionGroupsCountOperationOptions) ToHeaders() *client.Headers + func (o GetOnenoteSectionGroupsCountOperationOptions) ToOData() *odata.Query + func (o GetOnenoteSectionGroupsCountOperationOptions) ToQuery() *client.QueryParams + type GetOnenoteSectionGroupsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListOnenoteSectionGroupsCompleteResult struct + Items []beta.SectionGroup + LatestHttpResponse *http.Response + type ListOnenoteSectionGroupsCustomPager struct + NextLink *odata.Link + func (p *ListOnenoteSectionGroupsCustomPager) NextPageLink() *odata.Link + type ListOnenoteSectionGroupsOperationOptions 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 DefaultListOnenoteSectionGroupsOperationOptions() ListOnenoteSectionGroupsOperationOptions + func (o ListOnenoteSectionGroupsOperationOptions) ToHeaders() *client.Headers + func (o ListOnenoteSectionGroupsOperationOptions) ToOData() *odata.Query + func (o ListOnenoteSectionGroupsOperationOptions) ToQuery() *client.QueryParams + type ListOnenoteSectionGroupsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.SectionGroup + OData *odata.OData + type OnenoteSectionGroupClient struct + Client *msgraph.Client + func NewOnenoteSectionGroupClientWithBaseURI(sdkApi sdkEnv.Api) (*OnenoteSectionGroupClient, error) + func (c OnenoteSectionGroupClient) CreateOnenoteSectionGroup(ctx context.Context, id beta.GroupId, input beta.SectionGroup, ...) (result CreateOnenoteSectionGroupOperationResponse, err error) + func (c OnenoteSectionGroupClient) DeleteOnenoteSectionGroup(ctx context.Context, id beta.GroupIdOnenoteSectionGroupId, ...) (result DeleteOnenoteSectionGroupOperationResponse, err error) + func (c OnenoteSectionGroupClient) GetOnenoteSectionGroup(ctx context.Context, id beta.GroupIdOnenoteSectionGroupId, ...) (result GetOnenoteSectionGroupOperationResponse, err error) + func (c OnenoteSectionGroupClient) GetOnenoteSectionGroupsCount(ctx context.Context, id beta.GroupId, ...) (result GetOnenoteSectionGroupsCountOperationResponse, err error) + func (c OnenoteSectionGroupClient) ListOnenoteSectionGroups(ctx context.Context, id beta.GroupId, ...) (result ListOnenoteSectionGroupsOperationResponse, err error) + func (c OnenoteSectionGroupClient) ListOnenoteSectionGroupsComplete(ctx context.Context, id beta.GroupId, ...) (ListOnenoteSectionGroupsCompleteResult, error) + func (c OnenoteSectionGroupClient) ListOnenoteSectionGroupsCompleteMatchingPredicate(ctx context.Context, id beta.GroupId, ...) (result ListOnenoteSectionGroupsCompleteResult, err error) + func (c OnenoteSectionGroupClient) UpdateOnenoteSectionGroup(ctx context.Context, id beta.GroupIdOnenoteSectionGroupId, ...) (result UpdateOnenoteSectionGroupOperationResponse, err error) + type SectionGroupOperationPredicate struct + func (p SectionGroupOperationPredicate) Matches(input beta.SectionGroup) bool + type UpdateOnenoteSectionGroupOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateOnenoteSectionGroupOperationOptions() UpdateOnenoteSectionGroupOperationOptions + func (o UpdateOnenoteSectionGroupOperationOptions) ToHeaders() *client.Headers + func (o UpdateOnenoteSectionGroupOperationOptions) ToOData() *odata.Query + func (o UpdateOnenoteSectionGroupOperationOptions) ToQuery() *client.QueryParams + type UpdateOnenoteSectionGroupOperationResponse struct + HttpResponse *http.Response + OData *odata.OData