Documentation ¶
Index ¶
- type GetOnenoteSectionGroupCountOperationOptions
- type GetOnenoteSectionGroupCountOperationResponse
- type ListOnenoteSectionGroupSectionGroupsCompleteResult
- type ListOnenoteSectionGroupSectionGroupsCustomPager
- type ListOnenoteSectionGroupSectionGroupsOperationOptions
- type ListOnenoteSectionGroupSectionGroupsOperationResponse
- type OnenoteSectionGroupSectionGroupClient
- func (c OnenoteSectionGroupSectionGroupClient) GetOnenoteSectionGroupCount(ctx context.Context, id stable.MeOnenoteSectionGroupId, ...) (result GetOnenoteSectionGroupCountOperationResponse, err error)
- func (c OnenoteSectionGroupSectionGroupClient) ListOnenoteSectionGroupSectionGroups(ctx context.Context, id stable.MeOnenoteSectionGroupId, ...) (result ListOnenoteSectionGroupSectionGroupsOperationResponse, err error)
- func (c OnenoteSectionGroupSectionGroupClient) ListOnenoteSectionGroupSectionGroupsComplete(ctx context.Context, id stable.MeOnenoteSectionGroupId, ...) (ListOnenoteSectionGroupSectionGroupsCompleteResult, error)
- func (c OnenoteSectionGroupSectionGroupClient) ListOnenoteSectionGroupSectionGroupsCompleteMatchingPredicate(ctx context.Context, id stable.MeOnenoteSectionGroupId, ...) (result ListOnenoteSectionGroupSectionGroupsCompleteResult, err error)
- type SectionGroupOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetOnenoteSectionGroupCountOperationOptions ¶
type GetOnenoteSectionGroupCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetOnenoteSectionGroupCountOperationOptions ¶
func DefaultGetOnenoteSectionGroupCountOperationOptions() GetOnenoteSectionGroupCountOperationOptions
func (GetOnenoteSectionGroupCountOperationOptions) ToHeaders ¶
func (o GetOnenoteSectionGroupCountOperationOptions) ToHeaders() *client.Headers
func (GetOnenoteSectionGroupCountOperationOptions) ToOData ¶
func (o GetOnenoteSectionGroupCountOperationOptions) ToOData() *odata.Query
func (GetOnenoteSectionGroupCountOperationOptions) ToQuery ¶
func (o GetOnenoteSectionGroupCountOperationOptions) ToQuery() *client.QueryParams
type ListOnenoteSectionGroupSectionGroupsCompleteResult ¶
type ListOnenoteSectionGroupSectionGroupsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.SectionGroup }
type ListOnenoteSectionGroupSectionGroupsCustomPager ¶
type ListOnenoteSectionGroupSectionGroupsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListOnenoteSectionGroupSectionGroupsCustomPager) NextPageLink ¶
func (p *ListOnenoteSectionGroupSectionGroupsCustomPager) NextPageLink() *odata.Link
type ListOnenoteSectionGroupSectionGroupsOperationOptions ¶
type ListOnenoteSectionGroupSectionGroupsOperationOptions 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 DefaultListOnenoteSectionGroupSectionGroupsOperationOptions ¶
func DefaultListOnenoteSectionGroupSectionGroupsOperationOptions() ListOnenoteSectionGroupSectionGroupsOperationOptions
func (ListOnenoteSectionGroupSectionGroupsOperationOptions) ToHeaders ¶
func (o ListOnenoteSectionGroupSectionGroupsOperationOptions) ToHeaders() *client.Headers
func (ListOnenoteSectionGroupSectionGroupsOperationOptions) ToOData ¶
func (o ListOnenoteSectionGroupSectionGroupsOperationOptions) ToOData() *odata.Query
func (ListOnenoteSectionGroupSectionGroupsOperationOptions) ToQuery ¶
func (o ListOnenoteSectionGroupSectionGroupsOperationOptions) ToQuery() *client.QueryParams
type OnenoteSectionGroupSectionGroupClient ¶
func NewOnenoteSectionGroupSectionGroupClientWithBaseURI ¶
func NewOnenoteSectionGroupSectionGroupClientWithBaseURI(sdkApi sdkEnv.Api) (*OnenoteSectionGroupSectionGroupClient, error)
func (OnenoteSectionGroupSectionGroupClient) GetOnenoteSectionGroupCount ¶
func (c OnenoteSectionGroupSectionGroupClient) GetOnenoteSectionGroupCount(ctx context.Context, id stable.MeOnenoteSectionGroupId, options GetOnenoteSectionGroupCountOperationOptions) (result GetOnenoteSectionGroupCountOperationResponse, err error)
GetOnenoteSectionGroupCount - Get the number of the resource
func (OnenoteSectionGroupSectionGroupClient) ListOnenoteSectionGroupSectionGroups ¶
func (c OnenoteSectionGroupSectionGroupClient) ListOnenoteSectionGroupSectionGroups(ctx context.Context, id stable.MeOnenoteSectionGroupId, options ListOnenoteSectionGroupSectionGroupsOperationOptions) (result ListOnenoteSectionGroupSectionGroupsOperationResponse, err error)
ListOnenoteSectionGroupSectionGroups - List sectionGroups. Retrieve a list of section groups from the specified section group.
func (OnenoteSectionGroupSectionGroupClient) ListOnenoteSectionGroupSectionGroupsComplete ¶
func (c OnenoteSectionGroupSectionGroupClient) ListOnenoteSectionGroupSectionGroupsComplete(ctx context.Context, id stable.MeOnenoteSectionGroupId, options ListOnenoteSectionGroupSectionGroupsOperationOptions) (ListOnenoteSectionGroupSectionGroupsCompleteResult, error)
ListOnenoteSectionGroupSectionGroupsComplete retrieves all the results into a single object
func (OnenoteSectionGroupSectionGroupClient) ListOnenoteSectionGroupSectionGroupsCompleteMatchingPredicate ¶
func (c OnenoteSectionGroupSectionGroupClient) ListOnenoteSectionGroupSectionGroupsCompleteMatchingPredicate(ctx context.Context, id stable.MeOnenoteSectionGroupId, options ListOnenoteSectionGroupSectionGroupsOperationOptions, predicate SectionGroupOperationPredicate) (result ListOnenoteSectionGroupSectionGroupsCompleteResult, err error)
ListOnenoteSectionGroupSectionGroupsCompleteMatchingPredicate retrieves all the results and then applies the predicate
type SectionGroupOperationPredicate ¶
type SectionGroupOperationPredicate struct { }
func (SectionGroupOperationPredicate) Matches ¶
func (p SectionGroupOperationPredicate) Matches(input stable.SectionGroup) bool
Click to show internal directories.
Click to hide internal directories.