Documentation ¶
Index ¶
- type CopyOnenoteNotebookSectionToNotebookOperationOptions
- type CopyOnenoteNotebookSectionToNotebookOperationResponse
- type CopyOnenoteNotebookSectionToNotebookRequest
- type CopyOnenoteNotebookSectionToSectionGroupOperationOptions
- type CopyOnenoteNotebookSectionToSectionGroupOperationResponse
- type CopyOnenoteNotebookSectionToSectionGroupRequest
- type CreateOnenoteNotebookSectionOperationOptions
- type CreateOnenoteNotebookSectionOperationResponse
- type DeleteOnenoteNotebookSectionOperationOptions
- type DeleteOnenoteNotebookSectionOperationResponse
- type GetOnenoteNotebookSectionOperationOptions
- type GetOnenoteNotebookSectionOperationResponse
- type GetOnenoteNotebookSectionsCountOperationOptions
- type GetOnenoteNotebookSectionsCountOperationResponse
- type ListOnenoteNotebookSectionsCompleteResult
- type ListOnenoteNotebookSectionsCustomPager
- type ListOnenoteNotebookSectionsOperationOptions
- type ListOnenoteNotebookSectionsOperationResponse
- type OnenoteNotebookSectionClient
- func (c OnenoteNotebookSectionClient) CopyOnenoteNotebookSectionToNotebook(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionId, ...) (result CopyOnenoteNotebookSectionToNotebookOperationResponse, err error)
- func (c OnenoteNotebookSectionClient) CopyOnenoteNotebookSectionToSectionGroup(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionId, ...) (result CopyOnenoteNotebookSectionToSectionGroupOperationResponse, err error)
- func (c OnenoteNotebookSectionClient) CreateOnenoteNotebookSection(ctx context.Context, id stable.GroupIdOnenoteNotebookId, ...) (result CreateOnenoteNotebookSectionOperationResponse, err error)
- func (c OnenoteNotebookSectionClient) DeleteOnenoteNotebookSection(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionId, ...) (result DeleteOnenoteNotebookSectionOperationResponse, err error)
- func (c OnenoteNotebookSectionClient) GetOnenoteNotebookSection(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionId, ...) (result GetOnenoteNotebookSectionOperationResponse, err error)
- func (c OnenoteNotebookSectionClient) GetOnenoteNotebookSectionsCount(ctx context.Context, id stable.GroupIdOnenoteNotebookId, ...) (result GetOnenoteNotebookSectionsCountOperationResponse, err error)
- func (c OnenoteNotebookSectionClient) ListOnenoteNotebookSections(ctx context.Context, id stable.GroupIdOnenoteNotebookId, ...) (result ListOnenoteNotebookSectionsOperationResponse, err error)
- func (c OnenoteNotebookSectionClient) ListOnenoteNotebookSectionsComplete(ctx context.Context, id stable.GroupIdOnenoteNotebookId, ...) (ListOnenoteNotebookSectionsCompleteResult, error)
- func (c OnenoteNotebookSectionClient) ListOnenoteNotebookSectionsCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdOnenoteNotebookId, ...) (result ListOnenoteNotebookSectionsCompleteResult, err error)
- func (c OnenoteNotebookSectionClient) UpdateOnenoteNotebookSection(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionId, ...) (result UpdateOnenoteNotebookSectionOperationResponse, err error)
- type OnenoteSectionOperationPredicate
- type UpdateOnenoteNotebookSectionOperationOptions
- type UpdateOnenoteNotebookSectionOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CopyOnenoteNotebookSectionToNotebookOperationOptions ¶
type CopyOnenoteNotebookSectionToNotebookOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCopyOnenoteNotebookSectionToNotebookOperationOptions ¶
func DefaultCopyOnenoteNotebookSectionToNotebookOperationOptions() CopyOnenoteNotebookSectionToNotebookOperationOptions
func (CopyOnenoteNotebookSectionToNotebookOperationOptions) ToHeaders ¶
func (o CopyOnenoteNotebookSectionToNotebookOperationOptions) ToHeaders() *client.Headers
func (CopyOnenoteNotebookSectionToNotebookOperationOptions) ToOData ¶
func (o CopyOnenoteNotebookSectionToNotebookOperationOptions) ToOData() *odata.Query
func (CopyOnenoteNotebookSectionToNotebookOperationOptions) ToQuery ¶
func (o CopyOnenoteNotebookSectionToNotebookOperationOptions) ToQuery() *client.QueryParams
type CopyOnenoteNotebookSectionToNotebookRequest ¶
type CopyOnenoteNotebookSectionToNotebookRequest 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 CopyOnenoteNotebookSectionToSectionGroupOperationOptions ¶
type CopyOnenoteNotebookSectionToSectionGroupOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCopyOnenoteNotebookSectionToSectionGroupOperationOptions ¶
func DefaultCopyOnenoteNotebookSectionToSectionGroupOperationOptions() CopyOnenoteNotebookSectionToSectionGroupOperationOptions
func (CopyOnenoteNotebookSectionToSectionGroupOperationOptions) ToHeaders ¶
func (o CopyOnenoteNotebookSectionToSectionGroupOperationOptions) ToHeaders() *client.Headers
func (CopyOnenoteNotebookSectionToSectionGroupOperationOptions) ToOData ¶
func (o CopyOnenoteNotebookSectionToSectionGroupOperationOptions) ToOData() *odata.Query
func (CopyOnenoteNotebookSectionToSectionGroupOperationOptions) ToQuery ¶
func (o CopyOnenoteNotebookSectionToSectionGroupOperationOptions) ToQuery() *client.QueryParams
type CopyOnenoteNotebookSectionToSectionGroupRequest ¶
type CopyOnenoteNotebookSectionToSectionGroupRequest 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 CreateOnenoteNotebookSectionOperationOptions ¶
type CreateOnenoteNotebookSectionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateOnenoteNotebookSectionOperationOptions ¶
func DefaultCreateOnenoteNotebookSectionOperationOptions() CreateOnenoteNotebookSectionOperationOptions
func (CreateOnenoteNotebookSectionOperationOptions) ToHeaders ¶
func (o CreateOnenoteNotebookSectionOperationOptions) ToHeaders() *client.Headers
func (CreateOnenoteNotebookSectionOperationOptions) ToOData ¶
func (o CreateOnenoteNotebookSectionOperationOptions) ToOData() *odata.Query
func (CreateOnenoteNotebookSectionOperationOptions) ToQuery ¶
func (o CreateOnenoteNotebookSectionOperationOptions) ToQuery() *client.QueryParams
type DeleteOnenoteNotebookSectionOperationOptions ¶
type DeleteOnenoteNotebookSectionOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteOnenoteNotebookSectionOperationOptions ¶
func DefaultDeleteOnenoteNotebookSectionOperationOptions() DeleteOnenoteNotebookSectionOperationOptions
func (DeleteOnenoteNotebookSectionOperationOptions) ToHeaders ¶
func (o DeleteOnenoteNotebookSectionOperationOptions) ToHeaders() *client.Headers
func (DeleteOnenoteNotebookSectionOperationOptions) ToOData ¶
func (o DeleteOnenoteNotebookSectionOperationOptions) ToOData() *odata.Query
func (DeleteOnenoteNotebookSectionOperationOptions) ToQuery ¶
func (o DeleteOnenoteNotebookSectionOperationOptions) ToQuery() *client.QueryParams
type GetOnenoteNotebookSectionOperationOptions ¶
type GetOnenoteNotebookSectionOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetOnenoteNotebookSectionOperationOptions ¶
func DefaultGetOnenoteNotebookSectionOperationOptions() GetOnenoteNotebookSectionOperationOptions
func (GetOnenoteNotebookSectionOperationOptions) ToHeaders ¶
func (o GetOnenoteNotebookSectionOperationOptions) ToHeaders() *client.Headers
func (GetOnenoteNotebookSectionOperationOptions) ToOData ¶
func (o GetOnenoteNotebookSectionOperationOptions) ToOData() *odata.Query
func (GetOnenoteNotebookSectionOperationOptions) ToQuery ¶
func (o GetOnenoteNotebookSectionOperationOptions) ToQuery() *client.QueryParams
type GetOnenoteNotebookSectionsCountOperationOptions ¶
type GetOnenoteNotebookSectionsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetOnenoteNotebookSectionsCountOperationOptions ¶
func DefaultGetOnenoteNotebookSectionsCountOperationOptions() GetOnenoteNotebookSectionsCountOperationOptions
func (GetOnenoteNotebookSectionsCountOperationOptions) ToHeaders ¶
func (o GetOnenoteNotebookSectionsCountOperationOptions) ToHeaders() *client.Headers
func (GetOnenoteNotebookSectionsCountOperationOptions) ToOData ¶
func (o GetOnenoteNotebookSectionsCountOperationOptions) ToOData() *odata.Query
func (GetOnenoteNotebookSectionsCountOperationOptions) ToQuery ¶
func (o GetOnenoteNotebookSectionsCountOperationOptions) ToQuery() *client.QueryParams
type ListOnenoteNotebookSectionsCompleteResult ¶
type ListOnenoteNotebookSectionsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.OnenoteSection }
type ListOnenoteNotebookSectionsCustomPager ¶
type ListOnenoteNotebookSectionsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListOnenoteNotebookSectionsCustomPager) NextPageLink ¶
func (p *ListOnenoteNotebookSectionsCustomPager) NextPageLink() *odata.Link
type ListOnenoteNotebookSectionsOperationOptions ¶
type ListOnenoteNotebookSectionsOperationOptions 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 DefaultListOnenoteNotebookSectionsOperationOptions ¶
func DefaultListOnenoteNotebookSectionsOperationOptions() ListOnenoteNotebookSectionsOperationOptions
func (ListOnenoteNotebookSectionsOperationOptions) ToHeaders ¶
func (o ListOnenoteNotebookSectionsOperationOptions) ToHeaders() *client.Headers
func (ListOnenoteNotebookSectionsOperationOptions) ToOData ¶
func (o ListOnenoteNotebookSectionsOperationOptions) ToOData() *odata.Query
func (ListOnenoteNotebookSectionsOperationOptions) ToQuery ¶
func (o ListOnenoteNotebookSectionsOperationOptions) ToQuery() *client.QueryParams
type OnenoteNotebookSectionClient ¶
func NewOnenoteNotebookSectionClientWithBaseURI ¶
func NewOnenoteNotebookSectionClientWithBaseURI(sdkApi sdkEnv.Api) (*OnenoteNotebookSectionClient, error)
func (OnenoteNotebookSectionClient) CopyOnenoteNotebookSectionToNotebook ¶
func (c OnenoteNotebookSectionClient) CopyOnenoteNotebookSectionToNotebook(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionId, input CopyOnenoteNotebookSectionToNotebookRequest, options CopyOnenoteNotebookSectionToNotebookOperationOptions) (result CopyOnenoteNotebookSectionToNotebookOperationResponse, err error)
CopyOnenoteNotebookSectionToNotebook - 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 (OnenoteNotebookSectionClient) CopyOnenoteNotebookSectionToSectionGroup ¶
func (c OnenoteNotebookSectionClient) CopyOnenoteNotebookSectionToSectionGroup(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionId, input CopyOnenoteNotebookSectionToSectionGroupRequest, options CopyOnenoteNotebookSectionToSectionGroupOperationOptions) (result CopyOnenoteNotebookSectionToSectionGroupOperationResponse, err error)
CopyOnenoteNotebookSectionToSectionGroup - 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 (OnenoteNotebookSectionClient) CreateOnenoteNotebookSection ¶
func (c OnenoteNotebookSectionClient) CreateOnenoteNotebookSection(ctx context.Context, id stable.GroupIdOnenoteNotebookId, input stable.OnenoteSection, options CreateOnenoteNotebookSectionOperationOptions) (result CreateOnenoteNotebookSectionOperationResponse, err error)
CreateOnenoteNotebookSection - Create new navigation property to sections for groups
func (OnenoteNotebookSectionClient) DeleteOnenoteNotebookSection ¶
func (c OnenoteNotebookSectionClient) DeleteOnenoteNotebookSection(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionId, options DeleteOnenoteNotebookSectionOperationOptions) (result DeleteOnenoteNotebookSectionOperationResponse, err error)
DeleteOnenoteNotebookSection - Delete navigation property sections for groups
func (OnenoteNotebookSectionClient) GetOnenoteNotebookSection ¶
func (c OnenoteNotebookSectionClient) GetOnenoteNotebookSection(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionId, options GetOnenoteNotebookSectionOperationOptions) (result GetOnenoteNotebookSectionOperationResponse, err error)
GetOnenoteNotebookSection - Get sections from groups. The sections in the notebook. Read-only. Nullable.
func (OnenoteNotebookSectionClient) GetOnenoteNotebookSectionsCount ¶
func (c OnenoteNotebookSectionClient) GetOnenoteNotebookSectionsCount(ctx context.Context, id stable.GroupIdOnenoteNotebookId, options GetOnenoteNotebookSectionsCountOperationOptions) (result GetOnenoteNotebookSectionsCountOperationResponse, err error)
GetOnenoteNotebookSectionsCount - Get the number of the resource
func (OnenoteNotebookSectionClient) ListOnenoteNotebookSections ¶
func (c OnenoteNotebookSectionClient) ListOnenoteNotebookSections(ctx context.Context, id stable.GroupIdOnenoteNotebookId, options ListOnenoteNotebookSectionsOperationOptions) (result ListOnenoteNotebookSectionsOperationResponse, err error)
ListOnenoteNotebookSections - Get sections from groups. The sections in the notebook. Read-only. Nullable.
func (OnenoteNotebookSectionClient) ListOnenoteNotebookSectionsComplete ¶
func (c OnenoteNotebookSectionClient) ListOnenoteNotebookSectionsComplete(ctx context.Context, id stable.GroupIdOnenoteNotebookId, options ListOnenoteNotebookSectionsOperationOptions) (ListOnenoteNotebookSectionsCompleteResult, error)
ListOnenoteNotebookSectionsComplete retrieves all the results into a single object
func (OnenoteNotebookSectionClient) ListOnenoteNotebookSectionsCompleteMatchingPredicate ¶
func (c OnenoteNotebookSectionClient) ListOnenoteNotebookSectionsCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdOnenoteNotebookId, options ListOnenoteNotebookSectionsOperationOptions, predicate OnenoteSectionOperationPredicate) (result ListOnenoteNotebookSectionsCompleteResult, err error)
ListOnenoteNotebookSectionsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (OnenoteNotebookSectionClient) UpdateOnenoteNotebookSection ¶
func (c OnenoteNotebookSectionClient) UpdateOnenoteNotebookSection(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionId, input stable.OnenoteSection, options UpdateOnenoteNotebookSectionOperationOptions) (result UpdateOnenoteNotebookSectionOperationResponse, err error)
UpdateOnenoteNotebookSection - Update the navigation property sections in groups
type OnenoteSectionOperationPredicate ¶
type OnenoteSectionOperationPredicate struct { }
func (OnenoteSectionOperationPredicate) Matches ¶
func (p OnenoteSectionOperationPredicate) Matches(input stable.OnenoteSection) bool
type UpdateOnenoteNotebookSectionOperationOptions ¶
type UpdateOnenoteNotebookSectionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateOnenoteNotebookSectionOperationOptions ¶
func DefaultUpdateOnenoteNotebookSectionOperationOptions() UpdateOnenoteNotebookSectionOperationOptions
func (UpdateOnenoteNotebookSectionOperationOptions) ToHeaders ¶
func (o UpdateOnenoteNotebookSectionOperationOptions) ToHeaders() *client.Headers
func (UpdateOnenoteNotebookSectionOperationOptions) ToOData ¶
func (o UpdateOnenoteNotebookSectionOperationOptions) ToOData() *odata.Query
func (UpdateOnenoteNotebookSectionOperationOptions) ToQuery ¶
func (o UpdateOnenoteNotebookSectionOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_copyonenotenotebooksectiontonotebook.go
- method_copyonenotenotebooksectiontosectiongroup.go
- method_createonenotenotebooksection.go
- method_deleteonenotenotebooksection.go
- method_getonenotenotebooksection.go
- method_getonenotenotebooksectionscount.go
- method_listonenotenotebooksections.go
- method_updateonenotenotebooksection.go
- model_copyonenotenotebooksectiontonotebookrequest.go
- model_copyonenotenotebooksectiontosectiongrouprequest.go
- predicates.go
- version.go