Documentation ¶
Index ¶
- type CreateOnenoteNotebookSectionGroupOperationOptions
- type CreateOnenoteNotebookSectionGroupOperationResponse
- type DeleteOnenoteNotebookSectionGroupOperationOptions
- type DeleteOnenoteNotebookSectionGroupOperationResponse
- type GetOnenoteNotebookSectionGroupOperationOptions
- type GetOnenoteNotebookSectionGroupOperationResponse
- type GetOnenoteNotebookSectionGroupsCountOperationOptions
- type GetOnenoteNotebookSectionGroupsCountOperationResponse
- type ListOnenoteNotebookSectionGroupsCompleteResult
- type ListOnenoteNotebookSectionGroupsCustomPager
- type ListOnenoteNotebookSectionGroupsOperationOptions
- type ListOnenoteNotebookSectionGroupsOperationResponse
- type OnenoteNotebookSectionGroupClient
- 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
- type UpdateOnenoteNotebookSectionGroupOperationOptions
- type UpdateOnenoteNotebookSectionGroupOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateOnenoteNotebookSectionGroupOperationOptions ¶
type CreateOnenoteNotebookSectionGroupOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateOnenoteNotebookSectionGroupOperationOptions ¶
func DefaultCreateOnenoteNotebookSectionGroupOperationOptions() CreateOnenoteNotebookSectionGroupOperationOptions
func (CreateOnenoteNotebookSectionGroupOperationOptions) ToHeaders ¶
func (o CreateOnenoteNotebookSectionGroupOperationOptions) ToHeaders() *client.Headers
func (CreateOnenoteNotebookSectionGroupOperationOptions) ToOData ¶
func (o CreateOnenoteNotebookSectionGroupOperationOptions) ToOData() *odata.Query
func (CreateOnenoteNotebookSectionGroupOperationOptions) ToQuery ¶
func (o CreateOnenoteNotebookSectionGroupOperationOptions) ToQuery() *client.QueryParams
type DeleteOnenoteNotebookSectionGroupOperationOptions ¶
type DeleteOnenoteNotebookSectionGroupOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteOnenoteNotebookSectionGroupOperationOptions ¶
func DefaultDeleteOnenoteNotebookSectionGroupOperationOptions() DeleteOnenoteNotebookSectionGroupOperationOptions
func (DeleteOnenoteNotebookSectionGroupOperationOptions) ToHeaders ¶
func (o DeleteOnenoteNotebookSectionGroupOperationOptions) ToHeaders() *client.Headers
func (DeleteOnenoteNotebookSectionGroupOperationOptions) ToOData ¶
func (o DeleteOnenoteNotebookSectionGroupOperationOptions) ToOData() *odata.Query
func (DeleteOnenoteNotebookSectionGroupOperationOptions) ToQuery ¶
func (o DeleteOnenoteNotebookSectionGroupOperationOptions) ToQuery() *client.QueryParams
type GetOnenoteNotebookSectionGroupOperationOptions ¶
type GetOnenoteNotebookSectionGroupOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetOnenoteNotebookSectionGroupOperationOptions ¶
func DefaultGetOnenoteNotebookSectionGroupOperationOptions() GetOnenoteNotebookSectionGroupOperationOptions
func (GetOnenoteNotebookSectionGroupOperationOptions) ToHeaders ¶
func (o GetOnenoteNotebookSectionGroupOperationOptions) ToHeaders() *client.Headers
func (GetOnenoteNotebookSectionGroupOperationOptions) ToOData ¶
func (o GetOnenoteNotebookSectionGroupOperationOptions) ToOData() *odata.Query
func (GetOnenoteNotebookSectionGroupOperationOptions) ToQuery ¶
func (o GetOnenoteNotebookSectionGroupOperationOptions) ToQuery() *client.QueryParams
type GetOnenoteNotebookSectionGroupsCountOperationOptions ¶
type GetOnenoteNotebookSectionGroupsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetOnenoteNotebookSectionGroupsCountOperationOptions ¶
func DefaultGetOnenoteNotebookSectionGroupsCountOperationOptions() GetOnenoteNotebookSectionGroupsCountOperationOptions
func (GetOnenoteNotebookSectionGroupsCountOperationOptions) ToHeaders ¶
func (o GetOnenoteNotebookSectionGroupsCountOperationOptions) ToHeaders() *client.Headers
func (GetOnenoteNotebookSectionGroupsCountOperationOptions) ToOData ¶
func (o GetOnenoteNotebookSectionGroupsCountOperationOptions) ToOData() *odata.Query
func (GetOnenoteNotebookSectionGroupsCountOperationOptions) ToQuery ¶
func (o GetOnenoteNotebookSectionGroupsCountOperationOptions) ToQuery() *client.QueryParams
type ListOnenoteNotebookSectionGroupsCompleteResult ¶
type ListOnenoteNotebookSectionGroupsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.SectionGroup }
type ListOnenoteNotebookSectionGroupsCustomPager ¶
type ListOnenoteNotebookSectionGroupsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListOnenoteNotebookSectionGroupsCustomPager) NextPageLink ¶
func (p *ListOnenoteNotebookSectionGroupsCustomPager) NextPageLink() *odata.Link
type ListOnenoteNotebookSectionGroupsOperationOptions ¶
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 ¶
func DefaultListOnenoteNotebookSectionGroupsOperationOptions() ListOnenoteNotebookSectionGroupsOperationOptions
func (ListOnenoteNotebookSectionGroupsOperationOptions) ToHeaders ¶
func (o ListOnenoteNotebookSectionGroupsOperationOptions) ToHeaders() *client.Headers
func (ListOnenoteNotebookSectionGroupsOperationOptions) ToOData ¶
func (o ListOnenoteNotebookSectionGroupsOperationOptions) ToOData() *odata.Query
func (ListOnenoteNotebookSectionGroupsOperationOptions) ToQuery ¶
func (o ListOnenoteNotebookSectionGroupsOperationOptions) ToQuery() *client.QueryParams
type OnenoteNotebookSectionGroupClient ¶
func NewOnenoteNotebookSectionGroupClientWithBaseURI ¶
func NewOnenoteNotebookSectionGroupClientWithBaseURI(sdkApi sdkEnv.Api) (*OnenoteNotebookSectionGroupClient, error)
func (OnenoteNotebookSectionGroupClient) CreateOnenoteNotebookSectionGroup ¶
func (c OnenoteNotebookSectionGroupClient) CreateOnenoteNotebookSectionGroup(ctx context.Context, id stable.MeOnenoteNotebookId, input stable.SectionGroup, options CreateOnenoteNotebookSectionGroupOperationOptions) (result CreateOnenoteNotebookSectionGroupOperationResponse, err error)
CreateOnenoteNotebookSectionGroup - Create sectionGroup. Create a new section group in the specified notebook.
func (OnenoteNotebookSectionGroupClient) DeleteOnenoteNotebookSectionGroup ¶
func (c OnenoteNotebookSectionGroupClient) DeleteOnenoteNotebookSectionGroup(ctx context.Context, id stable.MeOnenoteNotebookIdSectionGroupId, options DeleteOnenoteNotebookSectionGroupOperationOptions) (result DeleteOnenoteNotebookSectionGroupOperationResponse, err error)
DeleteOnenoteNotebookSectionGroup - Delete navigation property sectionGroups for me
func (OnenoteNotebookSectionGroupClient) GetOnenoteNotebookSectionGroup ¶
func (c OnenoteNotebookSectionGroupClient) GetOnenoteNotebookSectionGroup(ctx context.Context, id stable.MeOnenoteNotebookIdSectionGroupId, options GetOnenoteNotebookSectionGroupOperationOptions) (result GetOnenoteNotebookSectionGroupOperationResponse, err error)
GetOnenoteNotebookSectionGroup - Get sectionGroups from me. The section groups in the notebook. Read-only. Nullable.
func (OnenoteNotebookSectionGroupClient) GetOnenoteNotebookSectionGroupsCount ¶
func (c OnenoteNotebookSectionGroupClient) GetOnenoteNotebookSectionGroupsCount(ctx context.Context, id stable.MeOnenoteNotebookId, options GetOnenoteNotebookSectionGroupsCountOperationOptions) (result GetOnenoteNotebookSectionGroupsCountOperationResponse, err error)
GetOnenoteNotebookSectionGroupsCount - Get the number of the resource
func (OnenoteNotebookSectionGroupClient) ListOnenoteNotebookSectionGroups ¶
func (c OnenoteNotebookSectionGroupClient) ListOnenoteNotebookSectionGroups(ctx context.Context, id stable.MeOnenoteNotebookId, options ListOnenoteNotebookSectionGroupsOperationOptions) (result ListOnenoteNotebookSectionGroupsOperationResponse, err error)
ListOnenoteNotebookSectionGroups - List sectionGroups. Retrieve a list of section groups from the specified notebook.
func (OnenoteNotebookSectionGroupClient) ListOnenoteNotebookSectionGroupsComplete ¶
func (c OnenoteNotebookSectionGroupClient) ListOnenoteNotebookSectionGroupsComplete(ctx context.Context, id stable.MeOnenoteNotebookId, options ListOnenoteNotebookSectionGroupsOperationOptions) (ListOnenoteNotebookSectionGroupsCompleteResult, error)
ListOnenoteNotebookSectionGroupsComplete retrieves all the results into a single object
func (OnenoteNotebookSectionGroupClient) ListOnenoteNotebookSectionGroupsCompleteMatchingPredicate ¶
func (c OnenoteNotebookSectionGroupClient) ListOnenoteNotebookSectionGroupsCompleteMatchingPredicate(ctx context.Context, id stable.MeOnenoteNotebookId, options ListOnenoteNotebookSectionGroupsOperationOptions, predicate SectionGroupOperationPredicate) (result ListOnenoteNotebookSectionGroupsCompleteResult, err error)
ListOnenoteNotebookSectionGroupsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (OnenoteNotebookSectionGroupClient) UpdateOnenoteNotebookSectionGroup ¶
func (c OnenoteNotebookSectionGroupClient) UpdateOnenoteNotebookSectionGroup(ctx context.Context, id stable.MeOnenoteNotebookIdSectionGroupId, input stable.SectionGroup, options UpdateOnenoteNotebookSectionGroupOperationOptions) (result UpdateOnenoteNotebookSectionGroupOperationResponse, err error)
UpdateOnenoteNotebookSectionGroup - Update the navigation property sectionGroups in me
type SectionGroupOperationPredicate ¶
type SectionGroupOperationPredicate struct { }
func (SectionGroupOperationPredicate) Matches ¶
func (p SectionGroupOperationPredicate) Matches(input stable.SectionGroup) bool
type UpdateOnenoteNotebookSectionGroupOperationOptions ¶
type UpdateOnenoteNotebookSectionGroupOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateOnenoteNotebookSectionGroupOperationOptions ¶
func DefaultUpdateOnenoteNotebookSectionGroupOperationOptions() UpdateOnenoteNotebookSectionGroupOperationOptions
func (UpdateOnenoteNotebookSectionGroupOperationOptions) ToHeaders ¶
func (o UpdateOnenoteNotebookSectionGroupOperationOptions) ToHeaders() *client.Headers
func (UpdateOnenoteNotebookSectionGroupOperationOptions) ToOData ¶
func (o UpdateOnenoteNotebookSectionGroupOperationOptions) ToOData() *odata.Query
func (UpdateOnenoteNotebookSectionGroupOperationOptions) ToQuery ¶
func (o UpdateOnenoteNotebookSectionGroupOperationOptions) ToQuery() *client.QueryParams