Documentation ¶
Index ¶
- type GetOnenoteNotebookSectionGroupCountOperationOptions
- type GetOnenoteNotebookSectionGroupCountOperationResponse
- type ListOnenoteNotebookSectionGroupSectionGroupsCompleteResult
- type ListOnenoteNotebookSectionGroupSectionGroupsCustomPager
- type ListOnenoteNotebookSectionGroupSectionGroupsOperationOptions
- type ListOnenoteNotebookSectionGroupSectionGroupsOperationResponse
- type OnenoteNotebookSectionGroupSectionGroupClient
- func (c OnenoteNotebookSectionGroupSectionGroupClient) GetOnenoteNotebookSectionGroupCount(ctx context.Context, id beta.UserIdOnenoteNotebookIdSectionGroupId, ...) (result GetOnenoteNotebookSectionGroupCountOperationResponse, err error)
- func (c OnenoteNotebookSectionGroupSectionGroupClient) ListOnenoteNotebookSectionGroupSectionGroups(ctx context.Context, id beta.UserIdOnenoteNotebookIdSectionGroupId, ...) (result ListOnenoteNotebookSectionGroupSectionGroupsOperationResponse, ...)
- func (c OnenoteNotebookSectionGroupSectionGroupClient) ListOnenoteNotebookSectionGroupSectionGroupsComplete(ctx context.Context, id beta.UserIdOnenoteNotebookIdSectionGroupId, ...) (ListOnenoteNotebookSectionGroupSectionGroupsCompleteResult, error)
- func (c OnenoteNotebookSectionGroupSectionGroupClient) ListOnenoteNotebookSectionGroupSectionGroupsCompleteMatchingPredicate(ctx context.Context, id beta.UserIdOnenoteNotebookIdSectionGroupId, ...) (result ListOnenoteNotebookSectionGroupSectionGroupsCompleteResult, err error)
- type SectionGroupOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetOnenoteNotebookSectionGroupCountOperationOptions ¶
type GetOnenoteNotebookSectionGroupCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetOnenoteNotebookSectionGroupCountOperationOptions ¶
func DefaultGetOnenoteNotebookSectionGroupCountOperationOptions() GetOnenoteNotebookSectionGroupCountOperationOptions
func (GetOnenoteNotebookSectionGroupCountOperationOptions) ToHeaders ¶
func (o GetOnenoteNotebookSectionGroupCountOperationOptions) ToHeaders() *client.Headers
func (GetOnenoteNotebookSectionGroupCountOperationOptions) ToOData ¶
func (o GetOnenoteNotebookSectionGroupCountOperationOptions) ToOData() *odata.Query
func (GetOnenoteNotebookSectionGroupCountOperationOptions) ToQuery ¶
func (o GetOnenoteNotebookSectionGroupCountOperationOptions) ToQuery() *client.QueryParams
type ListOnenoteNotebookSectionGroupSectionGroupsCompleteResult ¶
type ListOnenoteNotebookSectionGroupSectionGroupsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.SectionGroup }
type ListOnenoteNotebookSectionGroupSectionGroupsCustomPager ¶
type ListOnenoteNotebookSectionGroupSectionGroupsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListOnenoteNotebookSectionGroupSectionGroupsCustomPager) NextPageLink ¶
func (p *ListOnenoteNotebookSectionGroupSectionGroupsCustomPager) NextPageLink() *odata.Link
type ListOnenoteNotebookSectionGroupSectionGroupsOperationOptions ¶
type ListOnenoteNotebookSectionGroupSectionGroupsOperationOptions 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 DefaultListOnenoteNotebookSectionGroupSectionGroupsOperationOptions ¶
func DefaultListOnenoteNotebookSectionGroupSectionGroupsOperationOptions() ListOnenoteNotebookSectionGroupSectionGroupsOperationOptions
func (ListOnenoteNotebookSectionGroupSectionGroupsOperationOptions) ToHeaders ¶
func (o ListOnenoteNotebookSectionGroupSectionGroupsOperationOptions) ToHeaders() *client.Headers
func (ListOnenoteNotebookSectionGroupSectionGroupsOperationOptions) ToOData ¶
func (o ListOnenoteNotebookSectionGroupSectionGroupsOperationOptions) ToOData() *odata.Query
func (ListOnenoteNotebookSectionGroupSectionGroupsOperationOptions) ToQuery ¶
func (o ListOnenoteNotebookSectionGroupSectionGroupsOperationOptions) ToQuery() *client.QueryParams
type OnenoteNotebookSectionGroupSectionGroupClient ¶
func NewOnenoteNotebookSectionGroupSectionGroupClientWithBaseURI ¶
func NewOnenoteNotebookSectionGroupSectionGroupClientWithBaseURI(sdkApi sdkEnv.Api) (*OnenoteNotebookSectionGroupSectionGroupClient, error)
func (OnenoteNotebookSectionGroupSectionGroupClient) GetOnenoteNotebookSectionGroupCount ¶
func (c OnenoteNotebookSectionGroupSectionGroupClient) GetOnenoteNotebookSectionGroupCount(ctx context.Context, id beta.UserIdOnenoteNotebookIdSectionGroupId, options GetOnenoteNotebookSectionGroupCountOperationOptions) (result GetOnenoteNotebookSectionGroupCountOperationResponse, err error)
GetOnenoteNotebookSectionGroupCount - Get the number of the resource
func (OnenoteNotebookSectionGroupSectionGroupClient) ListOnenoteNotebookSectionGroupSectionGroups ¶
func (c OnenoteNotebookSectionGroupSectionGroupClient) ListOnenoteNotebookSectionGroupSectionGroups(ctx context.Context, id beta.UserIdOnenoteNotebookIdSectionGroupId, options ListOnenoteNotebookSectionGroupSectionGroupsOperationOptions) (result ListOnenoteNotebookSectionGroupSectionGroupsOperationResponse, err error)
ListOnenoteNotebookSectionGroupSectionGroups - Get sectionGroups from users. The section groups in the section. Read-only. Nullable.
func (OnenoteNotebookSectionGroupSectionGroupClient) ListOnenoteNotebookSectionGroupSectionGroupsComplete ¶
func (c OnenoteNotebookSectionGroupSectionGroupClient) ListOnenoteNotebookSectionGroupSectionGroupsComplete(ctx context.Context, id beta.UserIdOnenoteNotebookIdSectionGroupId, options ListOnenoteNotebookSectionGroupSectionGroupsOperationOptions) (ListOnenoteNotebookSectionGroupSectionGroupsCompleteResult, error)
ListOnenoteNotebookSectionGroupSectionGroupsComplete retrieves all the results into a single object
func (OnenoteNotebookSectionGroupSectionGroupClient) ListOnenoteNotebookSectionGroupSectionGroupsCompleteMatchingPredicate ¶
func (c OnenoteNotebookSectionGroupSectionGroupClient) ListOnenoteNotebookSectionGroupSectionGroupsCompleteMatchingPredicate(ctx context.Context, id beta.UserIdOnenoteNotebookIdSectionGroupId, options ListOnenoteNotebookSectionGroupSectionGroupsOperationOptions, predicate SectionGroupOperationPredicate) (result ListOnenoteNotebookSectionGroupSectionGroupsCompleteResult, err error)
ListOnenoteNotebookSectionGroupSectionGroupsCompleteMatchingPredicate retrieves all the results and then applies the predicate
type SectionGroupOperationPredicate ¶
type SectionGroupOperationPredicate struct { }
func (SectionGroupOperationPredicate) Matches ¶
func (p SectionGroupOperationPredicate) Matches(input beta.SectionGroup) bool
Click to show internal directories.
Click to hide internal directories.