Documentation ¶
Index ¶
- type CopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions
- func (o CopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) ToHeaders() *client.Headers
- func (o CopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) ToOData() *odata.Query
- func (o CopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) ToQuery() *client.QueryParams
- type CopyOnenoteNotebookSectionGroupSectionToNotebookOperationResponse
- type CopyOnenoteNotebookSectionGroupSectionToNotebookRequest
- type CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions
- func (o CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions) ToHeaders() *client.Headers
- func (o CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions) ToOData() *odata.Query
- func (o CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions) ToQuery() *client.QueryParams
- type CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationResponse
- type CopyOnenoteNotebookSectionGroupSectionToSectionGroupRequest
- type CreateOnenoteNotebookSectionGroupSectionOperationOptions
- type CreateOnenoteNotebookSectionGroupSectionOperationResponse
- type DeleteOnenoteNotebookSectionGroupSectionOperationOptions
- type DeleteOnenoteNotebookSectionGroupSectionOperationResponse
- type GetOnenoteNotebookSectionGroupSectionOperationOptions
- type GetOnenoteNotebookSectionGroupSectionOperationResponse
- type GetOnenoteNotebookSectionGroupSectionsCountOperationOptions
- type GetOnenoteNotebookSectionGroupSectionsCountOperationResponse
- type ListOnenoteNotebookSectionGroupSectionsCompleteResult
- type ListOnenoteNotebookSectionGroupSectionsCustomPager
- type ListOnenoteNotebookSectionGroupSectionsOperationOptions
- type ListOnenoteNotebookSectionGroupSectionsOperationResponse
- type OnenoteNotebookSectionGroupSectionClient
- func (c OnenoteNotebookSectionGroupSectionClient) CopyOnenoteNotebookSectionGroupSectionToNotebook(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupIdSectionId, ...) (result CopyOnenoteNotebookSectionGroupSectionToNotebookOperationResponse, ...)
- func (c OnenoteNotebookSectionGroupSectionClient) CopyOnenoteNotebookSectionGroupSectionToSectionGroup(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupIdSectionId, ...) (result CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationResponse, ...)
- func (c OnenoteNotebookSectionGroupSectionClient) CreateOnenoteNotebookSectionGroupSection(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupId, ...) (result CreateOnenoteNotebookSectionGroupSectionOperationResponse, err error)
- func (c OnenoteNotebookSectionGroupSectionClient) DeleteOnenoteNotebookSectionGroupSection(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupIdSectionId, ...) (result DeleteOnenoteNotebookSectionGroupSectionOperationResponse, err error)
- func (c OnenoteNotebookSectionGroupSectionClient) GetOnenoteNotebookSectionGroupSection(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupIdSectionId, ...) (result GetOnenoteNotebookSectionGroupSectionOperationResponse, err error)
- func (c OnenoteNotebookSectionGroupSectionClient) GetOnenoteNotebookSectionGroupSectionsCount(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupId, ...) (result GetOnenoteNotebookSectionGroupSectionsCountOperationResponse, err error)
- func (c OnenoteNotebookSectionGroupSectionClient) ListOnenoteNotebookSectionGroupSections(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupId, ...) (result ListOnenoteNotebookSectionGroupSectionsOperationResponse, err error)
- func (c OnenoteNotebookSectionGroupSectionClient) ListOnenoteNotebookSectionGroupSectionsComplete(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupId, ...) (ListOnenoteNotebookSectionGroupSectionsCompleteResult, error)
- func (c OnenoteNotebookSectionGroupSectionClient) ListOnenoteNotebookSectionGroupSectionsCompleteMatchingPredicate(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupId, ...) (result ListOnenoteNotebookSectionGroupSectionsCompleteResult, err error)
- func (c OnenoteNotebookSectionGroupSectionClient) UpdateOnenoteNotebookSectionGroupSection(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupIdSectionId, ...) (result UpdateOnenoteNotebookSectionGroupSectionOperationResponse, err error)
- type OnenoteSectionOperationPredicate
- type UpdateOnenoteNotebookSectionGroupSectionOperationOptions
- type UpdateOnenoteNotebookSectionGroupSectionOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions ¶
type CopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions ¶
func DefaultCopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions() CopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions
func (CopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) ToHeaders ¶
func (o CopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) ToHeaders() *client.Headers
func (CopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) ToOData ¶
func (o CopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) ToOData() *odata.Query
func (CopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) ToQuery ¶
func (o CopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) ToQuery() *client.QueryParams
type CopyOnenoteNotebookSectionGroupSectionToNotebookRequest ¶
type CopyOnenoteNotebookSectionGroupSectionToNotebookRequest struct { GroupId nullable.Type[string] `json:"groupId,omitempty"` Id nullable.Type[string] `json:"id,omitempty"` RenameAs nullable.Type[string] `json:"renameAs,omitempty"` SiteCollectionId nullable.Type[string] `json:"siteCollectionId,omitempty"` SiteId nullable.Type[string] `json:"siteId,omitempty"` }
type CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions ¶
type CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions ¶
func DefaultCopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions() CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions
func (CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions) ToHeaders ¶
func (o CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions) ToHeaders() *client.Headers
func (CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions) ToOData ¶
func (o CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions) ToOData() *odata.Query
func (CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions) ToQuery ¶
func (o CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions) ToQuery() *client.QueryParams
type CopyOnenoteNotebookSectionGroupSectionToSectionGroupRequest ¶
type CopyOnenoteNotebookSectionGroupSectionToSectionGroupRequest struct { GroupId nullable.Type[string] `json:"groupId,omitempty"` Id nullable.Type[string] `json:"id,omitempty"` RenameAs nullable.Type[string] `json:"renameAs,omitempty"` SiteCollectionId nullable.Type[string] `json:"siteCollectionId,omitempty"` SiteId nullable.Type[string] `json:"siteId,omitempty"` }
type CreateOnenoteNotebookSectionGroupSectionOperationOptions ¶
type CreateOnenoteNotebookSectionGroupSectionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateOnenoteNotebookSectionGroupSectionOperationOptions ¶
func DefaultCreateOnenoteNotebookSectionGroupSectionOperationOptions() CreateOnenoteNotebookSectionGroupSectionOperationOptions
func (CreateOnenoteNotebookSectionGroupSectionOperationOptions) ToHeaders ¶
func (o CreateOnenoteNotebookSectionGroupSectionOperationOptions) ToHeaders() *client.Headers
func (CreateOnenoteNotebookSectionGroupSectionOperationOptions) ToOData ¶
func (o CreateOnenoteNotebookSectionGroupSectionOperationOptions) ToOData() *odata.Query
func (CreateOnenoteNotebookSectionGroupSectionOperationOptions) ToQuery ¶
func (o CreateOnenoteNotebookSectionGroupSectionOperationOptions) ToQuery() *client.QueryParams
type DeleteOnenoteNotebookSectionGroupSectionOperationOptions ¶
type DeleteOnenoteNotebookSectionGroupSectionOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteOnenoteNotebookSectionGroupSectionOperationOptions ¶
func DefaultDeleteOnenoteNotebookSectionGroupSectionOperationOptions() DeleteOnenoteNotebookSectionGroupSectionOperationOptions
func (DeleteOnenoteNotebookSectionGroupSectionOperationOptions) ToHeaders ¶
func (o DeleteOnenoteNotebookSectionGroupSectionOperationOptions) ToHeaders() *client.Headers
func (DeleteOnenoteNotebookSectionGroupSectionOperationOptions) ToOData ¶
func (o DeleteOnenoteNotebookSectionGroupSectionOperationOptions) ToOData() *odata.Query
func (DeleteOnenoteNotebookSectionGroupSectionOperationOptions) ToQuery ¶
func (o DeleteOnenoteNotebookSectionGroupSectionOperationOptions) ToQuery() *client.QueryParams
type GetOnenoteNotebookSectionGroupSectionOperationOptions ¶
type GetOnenoteNotebookSectionGroupSectionOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetOnenoteNotebookSectionGroupSectionOperationOptions ¶
func DefaultGetOnenoteNotebookSectionGroupSectionOperationOptions() GetOnenoteNotebookSectionGroupSectionOperationOptions
func (GetOnenoteNotebookSectionGroupSectionOperationOptions) ToHeaders ¶
func (o GetOnenoteNotebookSectionGroupSectionOperationOptions) ToHeaders() *client.Headers
func (GetOnenoteNotebookSectionGroupSectionOperationOptions) ToOData ¶
func (o GetOnenoteNotebookSectionGroupSectionOperationOptions) ToOData() *odata.Query
func (GetOnenoteNotebookSectionGroupSectionOperationOptions) ToQuery ¶
func (o GetOnenoteNotebookSectionGroupSectionOperationOptions) ToQuery() *client.QueryParams
type GetOnenoteNotebookSectionGroupSectionsCountOperationOptions ¶
type GetOnenoteNotebookSectionGroupSectionsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetOnenoteNotebookSectionGroupSectionsCountOperationOptions ¶
func DefaultGetOnenoteNotebookSectionGroupSectionsCountOperationOptions() GetOnenoteNotebookSectionGroupSectionsCountOperationOptions
func (GetOnenoteNotebookSectionGroupSectionsCountOperationOptions) ToHeaders ¶
func (o GetOnenoteNotebookSectionGroupSectionsCountOperationOptions) ToHeaders() *client.Headers
func (GetOnenoteNotebookSectionGroupSectionsCountOperationOptions) ToOData ¶
func (o GetOnenoteNotebookSectionGroupSectionsCountOperationOptions) ToOData() *odata.Query
func (GetOnenoteNotebookSectionGroupSectionsCountOperationOptions) ToQuery ¶
func (o GetOnenoteNotebookSectionGroupSectionsCountOperationOptions) ToQuery() *client.QueryParams
type ListOnenoteNotebookSectionGroupSectionsCompleteResult ¶
type ListOnenoteNotebookSectionGroupSectionsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.OnenoteSection }
type ListOnenoteNotebookSectionGroupSectionsCustomPager ¶
type ListOnenoteNotebookSectionGroupSectionsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListOnenoteNotebookSectionGroupSectionsCustomPager) NextPageLink ¶
func (p *ListOnenoteNotebookSectionGroupSectionsCustomPager) NextPageLink() *odata.Link
type ListOnenoteNotebookSectionGroupSectionsOperationOptions ¶
type ListOnenoteNotebookSectionGroupSectionsOperationOptions 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 DefaultListOnenoteNotebookSectionGroupSectionsOperationOptions ¶
func DefaultListOnenoteNotebookSectionGroupSectionsOperationOptions() ListOnenoteNotebookSectionGroupSectionsOperationOptions
func (ListOnenoteNotebookSectionGroupSectionsOperationOptions) ToHeaders ¶
func (o ListOnenoteNotebookSectionGroupSectionsOperationOptions) ToHeaders() *client.Headers
func (ListOnenoteNotebookSectionGroupSectionsOperationOptions) ToOData ¶
func (o ListOnenoteNotebookSectionGroupSectionsOperationOptions) ToOData() *odata.Query
func (ListOnenoteNotebookSectionGroupSectionsOperationOptions) ToQuery ¶
func (o ListOnenoteNotebookSectionGroupSectionsOperationOptions) ToQuery() *client.QueryParams
type OnenoteNotebookSectionGroupSectionClient ¶
func NewOnenoteNotebookSectionGroupSectionClientWithBaseURI ¶
func NewOnenoteNotebookSectionGroupSectionClientWithBaseURI(sdkApi sdkEnv.Api) (*OnenoteNotebookSectionGroupSectionClient, error)
func (OnenoteNotebookSectionGroupSectionClient) CopyOnenoteNotebookSectionGroupSectionToNotebook ¶
func (c OnenoteNotebookSectionGroupSectionClient) CopyOnenoteNotebookSectionGroupSectionToNotebook(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupIdSectionId, input CopyOnenoteNotebookSectionGroupSectionToNotebookRequest, options CopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) (result CopyOnenoteNotebookSectionGroupSectionToNotebookOperationResponse, err error)
CopyOnenoteNotebookSectionGroupSectionToNotebook - Invoke action copyToNotebook. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.
func (OnenoteNotebookSectionGroupSectionClient) CopyOnenoteNotebookSectionGroupSectionToSectionGroup ¶
func (c OnenoteNotebookSectionGroupSectionClient) CopyOnenoteNotebookSectionGroupSectionToSectionGroup(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupIdSectionId, input CopyOnenoteNotebookSectionGroupSectionToSectionGroupRequest, options CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions) (result CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationResponse, err error)
CopyOnenoteNotebookSectionGroupSectionToSectionGroup - Invoke action copyToSectionGroup. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.
func (OnenoteNotebookSectionGroupSectionClient) CreateOnenoteNotebookSectionGroupSection ¶
func (c OnenoteNotebookSectionGroupSectionClient) CreateOnenoteNotebookSectionGroupSection(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupId, input stable.OnenoteSection, options CreateOnenoteNotebookSectionGroupSectionOperationOptions) (result CreateOnenoteNotebookSectionGroupSectionOperationResponse, err error)
CreateOnenoteNotebookSectionGroupSection - Create new navigation property to sections for users
func (OnenoteNotebookSectionGroupSectionClient) DeleteOnenoteNotebookSectionGroupSection ¶
func (c OnenoteNotebookSectionGroupSectionClient) DeleteOnenoteNotebookSectionGroupSection(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupIdSectionId, options DeleteOnenoteNotebookSectionGroupSectionOperationOptions) (result DeleteOnenoteNotebookSectionGroupSectionOperationResponse, err error)
DeleteOnenoteNotebookSectionGroupSection - Delete navigation property sections for users
func (OnenoteNotebookSectionGroupSectionClient) GetOnenoteNotebookSectionGroupSection ¶
func (c OnenoteNotebookSectionGroupSectionClient) GetOnenoteNotebookSectionGroupSection(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupIdSectionId, options GetOnenoteNotebookSectionGroupSectionOperationOptions) (result GetOnenoteNotebookSectionGroupSectionOperationResponse, err error)
GetOnenoteNotebookSectionGroupSection - Get sections from users. The sections in the section group. Read-only. Nullable.
func (OnenoteNotebookSectionGroupSectionClient) GetOnenoteNotebookSectionGroupSectionsCount ¶
func (c OnenoteNotebookSectionGroupSectionClient) GetOnenoteNotebookSectionGroupSectionsCount(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupId, options GetOnenoteNotebookSectionGroupSectionsCountOperationOptions) (result GetOnenoteNotebookSectionGroupSectionsCountOperationResponse, err error)
GetOnenoteNotebookSectionGroupSectionsCount - Get the number of the resource
func (OnenoteNotebookSectionGroupSectionClient) ListOnenoteNotebookSectionGroupSections ¶
func (c OnenoteNotebookSectionGroupSectionClient) ListOnenoteNotebookSectionGroupSections(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupId, options ListOnenoteNotebookSectionGroupSectionsOperationOptions) (result ListOnenoteNotebookSectionGroupSectionsOperationResponse, err error)
ListOnenoteNotebookSectionGroupSections - Get sections from users. The sections in the section group. Read-only. Nullable.
func (OnenoteNotebookSectionGroupSectionClient) ListOnenoteNotebookSectionGroupSectionsComplete ¶
func (c OnenoteNotebookSectionGroupSectionClient) ListOnenoteNotebookSectionGroupSectionsComplete(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupId, options ListOnenoteNotebookSectionGroupSectionsOperationOptions) (ListOnenoteNotebookSectionGroupSectionsCompleteResult, error)
ListOnenoteNotebookSectionGroupSectionsComplete retrieves all the results into a single object
func (OnenoteNotebookSectionGroupSectionClient) ListOnenoteNotebookSectionGroupSectionsCompleteMatchingPredicate ¶
func (c OnenoteNotebookSectionGroupSectionClient) ListOnenoteNotebookSectionGroupSectionsCompleteMatchingPredicate(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupId, options ListOnenoteNotebookSectionGroupSectionsOperationOptions, predicate OnenoteSectionOperationPredicate) (result ListOnenoteNotebookSectionGroupSectionsCompleteResult, err error)
ListOnenoteNotebookSectionGroupSectionsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (OnenoteNotebookSectionGroupSectionClient) UpdateOnenoteNotebookSectionGroupSection ¶
func (c OnenoteNotebookSectionGroupSectionClient) UpdateOnenoteNotebookSectionGroupSection(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupIdSectionId, input stable.OnenoteSection, options UpdateOnenoteNotebookSectionGroupSectionOperationOptions) (result UpdateOnenoteNotebookSectionGroupSectionOperationResponse, err error)
UpdateOnenoteNotebookSectionGroupSection - Update the navigation property sections in users
type OnenoteSectionOperationPredicate ¶
type OnenoteSectionOperationPredicate struct { }
func (OnenoteSectionOperationPredicate) Matches ¶
func (p OnenoteSectionOperationPredicate) Matches(input stable.OnenoteSection) bool
type UpdateOnenoteNotebookSectionGroupSectionOperationOptions ¶
type UpdateOnenoteNotebookSectionGroupSectionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateOnenoteNotebookSectionGroupSectionOperationOptions ¶
func DefaultUpdateOnenoteNotebookSectionGroupSectionOperationOptions() UpdateOnenoteNotebookSectionGroupSectionOperationOptions
func (UpdateOnenoteNotebookSectionGroupSectionOperationOptions) ToHeaders ¶
func (o UpdateOnenoteNotebookSectionGroupSectionOperationOptions) ToHeaders() *client.Headers
func (UpdateOnenoteNotebookSectionGroupSectionOperationOptions) ToOData ¶
func (o UpdateOnenoteNotebookSectionGroupSectionOperationOptions) ToOData() *odata.Query
func (UpdateOnenoteNotebookSectionGroupSectionOperationOptions) ToQuery ¶
func (o UpdateOnenoteNotebookSectionGroupSectionOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_copyonenotenotebooksectiongroupsectiontonotebook.go
- method_copyonenotenotebooksectiongroupsectiontosectiongroup.go
- method_createonenotenotebooksectiongroupsection.go
- method_deleteonenotenotebooksectiongroupsection.go
- method_getonenotenotebooksectiongroupsection.go
- method_getonenotenotebooksectiongroupsectionscount.go
- method_listonenotenotebooksectiongroupsections.go
- method_updateonenotenotebooksectiongroupsection.go
- model_copyonenotenotebooksectiongroupsectiontonotebookrequest.go
- model_copyonenotenotebooksectiongroupsectiontosectiongrouprequest.go
- predicates.go
- version.go