Documentation ¶
Index ¶
- type CreateSiteOnenoteSectionGroupOperationOptions
- type CreateSiteOnenoteSectionGroupOperationResponse
- type DeleteSiteOnenoteSectionGroupOperationOptions
- type DeleteSiteOnenoteSectionGroupOperationResponse
- type GetSiteOnenoteSectionGroupOperationOptions
- type GetSiteOnenoteSectionGroupOperationResponse
- type GetSiteOnenoteSectionGroupsCountOperationOptions
- type GetSiteOnenoteSectionGroupsCountOperationResponse
- type ListSiteOnenoteSectionGroupsCompleteResult
- type ListSiteOnenoteSectionGroupsCustomPager
- type ListSiteOnenoteSectionGroupsOperationOptions
- type ListSiteOnenoteSectionGroupsOperationResponse
- type SectionGroupOperationPredicate
- type SiteOnenoteSectionGroupClient
- func (c SiteOnenoteSectionGroupClient) CreateSiteOnenoteSectionGroup(ctx context.Context, id beta.GroupIdSiteId, input beta.SectionGroup, ...) (result CreateSiteOnenoteSectionGroupOperationResponse, err error)
- func (c SiteOnenoteSectionGroupClient) DeleteSiteOnenoteSectionGroup(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionGroupId, ...) (result DeleteSiteOnenoteSectionGroupOperationResponse, err error)
- func (c SiteOnenoteSectionGroupClient) GetSiteOnenoteSectionGroup(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionGroupId, ...) (result GetSiteOnenoteSectionGroupOperationResponse, err error)
- func (c SiteOnenoteSectionGroupClient) GetSiteOnenoteSectionGroupsCount(ctx context.Context, id beta.GroupIdSiteId, ...) (result GetSiteOnenoteSectionGroupsCountOperationResponse, err error)
- func (c SiteOnenoteSectionGroupClient) ListSiteOnenoteSectionGroups(ctx context.Context, id beta.GroupIdSiteId, ...) (result ListSiteOnenoteSectionGroupsOperationResponse, err error)
- func (c SiteOnenoteSectionGroupClient) ListSiteOnenoteSectionGroupsComplete(ctx context.Context, id beta.GroupIdSiteId, ...) (ListSiteOnenoteSectionGroupsCompleteResult, error)
- func (c SiteOnenoteSectionGroupClient) ListSiteOnenoteSectionGroupsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdSiteId, ...) (result ListSiteOnenoteSectionGroupsCompleteResult, err error)
- func (c SiteOnenoteSectionGroupClient) UpdateSiteOnenoteSectionGroup(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionGroupId, ...) (result UpdateSiteOnenoteSectionGroupOperationResponse, err error)
- type UpdateSiteOnenoteSectionGroupOperationOptions
- type UpdateSiteOnenoteSectionGroupOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateSiteOnenoteSectionGroupOperationOptions ¶
type CreateSiteOnenoteSectionGroupOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateSiteOnenoteSectionGroupOperationOptions ¶
func DefaultCreateSiteOnenoteSectionGroupOperationOptions() CreateSiteOnenoteSectionGroupOperationOptions
func (CreateSiteOnenoteSectionGroupOperationOptions) ToHeaders ¶
func (o CreateSiteOnenoteSectionGroupOperationOptions) ToHeaders() *client.Headers
func (CreateSiteOnenoteSectionGroupOperationOptions) ToOData ¶
func (o CreateSiteOnenoteSectionGroupOperationOptions) ToOData() *odata.Query
func (CreateSiteOnenoteSectionGroupOperationOptions) ToQuery ¶
func (o CreateSiteOnenoteSectionGroupOperationOptions) ToQuery() *client.QueryParams
type DeleteSiteOnenoteSectionGroupOperationOptions ¶
type DeleteSiteOnenoteSectionGroupOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteSiteOnenoteSectionGroupOperationOptions ¶
func DefaultDeleteSiteOnenoteSectionGroupOperationOptions() DeleteSiteOnenoteSectionGroupOperationOptions
func (DeleteSiteOnenoteSectionGroupOperationOptions) ToHeaders ¶
func (o DeleteSiteOnenoteSectionGroupOperationOptions) ToHeaders() *client.Headers
func (DeleteSiteOnenoteSectionGroupOperationOptions) ToOData ¶
func (o DeleteSiteOnenoteSectionGroupOperationOptions) ToOData() *odata.Query
func (DeleteSiteOnenoteSectionGroupOperationOptions) ToQuery ¶
func (o DeleteSiteOnenoteSectionGroupOperationOptions) ToQuery() *client.QueryParams
type GetSiteOnenoteSectionGroupOperationOptions ¶
type GetSiteOnenoteSectionGroupOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetSiteOnenoteSectionGroupOperationOptions ¶
func DefaultGetSiteOnenoteSectionGroupOperationOptions() GetSiteOnenoteSectionGroupOperationOptions
func (GetSiteOnenoteSectionGroupOperationOptions) ToHeaders ¶
func (o GetSiteOnenoteSectionGroupOperationOptions) ToHeaders() *client.Headers
func (GetSiteOnenoteSectionGroupOperationOptions) ToOData ¶
func (o GetSiteOnenoteSectionGroupOperationOptions) ToOData() *odata.Query
func (GetSiteOnenoteSectionGroupOperationOptions) ToQuery ¶
func (o GetSiteOnenoteSectionGroupOperationOptions) ToQuery() *client.QueryParams
type GetSiteOnenoteSectionGroupsCountOperationOptions ¶
type GetSiteOnenoteSectionGroupsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetSiteOnenoteSectionGroupsCountOperationOptions ¶
func DefaultGetSiteOnenoteSectionGroupsCountOperationOptions() GetSiteOnenoteSectionGroupsCountOperationOptions
func (GetSiteOnenoteSectionGroupsCountOperationOptions) ToHeaders ¶
func (o GetSiteOnenoteSectionGroupsCountOperationOptions) ToHeaders() *client.Headers
func (GetSiteOnenoteSectionGroupsCountOperationOptions) ToOData ¶
func (o GetSiteOnenoteSectionGroupsCountOperationOptions) ToOData() *odata.Query
func (GetSiteOnenoteSectionGroupsCountOperationOptions) ToQuery ¶
func (o GetSiteOnenoteSectionGroupsCountOperationOptions) ToQuery() *client.QueryParams
type ListSiteOnenoteSectionGroupsCompleteResult ¶
type ListSiteOnenoteSectionGroupsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.SectionGroup }
type ListSiteOnenoteSectionGroupsCustomPager ¶
type ListSiteOnenoteSectionGroupsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListSiteOnenoteSectionGroupsCustomPager) NextPageLink ¶
func (p *ListSiteOnenoteSectionGroupsCustomPager) NextPageLink() *odata.Link
type ListSiteOnenoteSectionGroupsOperationOptions ¶
type ListSiteOnenoteSectionGroupsOperationOptions 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 DefaultListSiteOnenoteSectionGroupsOperationOptions ¶
func DefaultListSiteOnenoteSectionGroupsOperationOptions() ListSiteOnenoteSectionGroupsOperationOptions
func (ListSiteOnenoteSectionGroupsOperationOptions) ToHeaders ¶
func (o ListSiteOnenoteSectionGroupsOperationOptions) ToHeaders() *client.Headers
func (ListSiteOnenoteSectionGroupsOperationOptions) ToOData ¶
func (o ListSiteOnenoteSectionGroupsOperationOptions) ToOData() *odata.Query
func (ListSiteOnenoteSectionGroupsOperationOptions) ToQuery ¶
func (o ListSiteOnenoteSectionGroupsOperationOptions) ToQuery() *client.QueryParams
type SectionGroupOperationPredicate ¶
type SectionGroupOperationPredicate struct { }
func (SectionGroupOperationPredicate) Matches ¶
func (p SectionGroupOperationPredicate) Matches(input beta.SectionGroup) bool
type SiteOnenoteSectionGroupClient ¶
func NewSiteOnenoteSectionGroupClientWithBaseURI ¶
func NewSiteOnenoteSectionGroupClientWithBaseURI(sdkApi sdkEnv.Api) (*SiteOnenoteSectionGroupClient, error)
func (SiteOnenoteSectionGroupClient) CreateSiteOnenoteSectionGroup ¶
func (c SiteOnenoteSectionGroupClient) CreateSiteOnenoteSectionGroup(ctx context.Context, id beta.GroupIdSiteId, input beta.SectionGroup, options CreateSiteOnenoteSectionGroupOperationOptions) (result CreateSiteOnenoteSectionGroupOperationResponse, err error)
CreateSiteOnenoteSectionGroup - Create new navigation property to sectionGroups for groups
func (SiteOnenoteSectionGroupClient) DeleteSiteOnenoteSectionGroup ¶
func (c SiteOnenoteSectionGroupClient) DeleteSiteOnenoteSectionGroup(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionGroupId, options DeleteSiteOnenoteSectionGroupOperationOptions) (result DeleteSiteOnenoteSectionGroupOperationResponse, err error)
DeleteSiteOnenoteSectionGroup - Delete navigation property sectionGroups for groups
func (SiteOnenoteSectionGroupClient) GetSiteOnenoteSectionGroup ¶
func (c SiteOnenoteSectionGroupClient) GetSiteOnenoteSectionGroup(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionGroupId, options GetSiteOnenoteSectionGroupOperationOptions) (result GetSiteOnenoteSectionGroupOperationResponse, err error)
GetSiteOnenoteSectionGroup - Get sectionGroups from groups. The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (SiteOnenoteSectionGroupClient) GetSiteOnenoteSectionGroupsCount ¶
func (c SiteOnenoteSectionGroupClient) GetSiteOnenoteSectionGroupsCount(ctx context.Context, id beta.GroupIdSiteId, options GetSiteOnenoteSectionGroupsCountOperationOptions) (result GetSiteOnenoteSectionGroupsCountOperationResponse, err error)
GetSiteOnenoteSectionGroupsCount - Get the number of the resource
func (SiteOnenoteSectionGroupClient) ListSiteOnenoteSectionGroups ¶
func (c SiteOnenoteSectionGroupClient) ListSiteOnenoteSectionGroups(ctx context.Context, id beta.GroupIdSiteId, options ListSiteOnenoteSectionGroupsOperationOptions) (result ListSiteOnenoteSectionGroupsOperationResponse, err error)
ListSiteOnenoteSectionGroups - Get sectionGroups from groups. The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (SiteOnenoteSectionGroupClient) ListSiteOnenoteSectionGroupsComplete ¶
func (c SiteOnenoteSectionGroupClient) ListSiteOnenoteSectionGroupsComplete(ctx context.Context, id beta.GroupIdSiteId, options ListSiteOnenoteSectionGroupsOperationOptions) (ListSiteOnenoteSectionGroupsCompleteResult, error)
ListSiteOnenoteSectionGroupsComplete retrieves all the results into a single object
func (SiteOnenoteSectionGroupClient) ListSiteOnenoteSectionGroupsCompleteMatchingPredicate ¶
func (c SiteOnenoteSectionGroupClient) ListSiteOnenoteSectionGroupsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdSiteId, options ListSiteOnenoteSectionGroupsOperationOptions, predicate SectionGroupOperationPredicate) (result ListSiteOnenoteSectionGroupsCompleteResult, err error)
ListSiteOnenoteSectionGroupsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (SiteOnenoteSectionGroupClient) UpdateSiteOnenoteSectionGroup ¶
func (c SiteOnenoteSectionGroupClient) UpdateSiteOnenoteSectionGroup(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionGroupId, input beta.SectionGroup, options UpdateSiteOnenoteSectionGroupOperationOptions) (result UpdateSiteOnenoteSectionGroupOperationResponse, err error)
UpdateSiteOnenoteSectionGroup - Update the navigation property sectionGroups in groups
type UpdateSiteOnenoteSectionGroupOperationOptions ¶
type UpdateSiteOnenoteSectionGroupOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateSiteOnenoteSectionGroupOperationOptions ¶
func DefaultUpdateSiteOnenoteSectionGroupOperationOptions() UpdateSiteOnenoteSectionGroupOperationOptions
func (UpdateSiteOnenoteSectionGroupOperationOptions) ToHeaders ¶
func (o UpdateSiteOnenoteSectionGroupOperationOptions) ToHeaders() *client.Headers
func (UpdateSiteOnenoteSectionGroupOperationOptions) ToOData ¶
func (o UpdateSiteOnenoteSectionGroupOperationOptions) ToOData() *odata.Query
func (UpdateSiteOnenoteSectionGroupOperationOptions) ToQuery ¶
func (o UpdateSiteOnenoteSectionGroupOperationOptions) ToQuery() *client.QueryParams