Documentation ¶
Index ¶
- type CopySiteOnenoteNotebookSectionPageToSectionOperationOptions
- type CopySiteOnenoteNotebookSectionPageToSectionOperationResponse
- type CopySiteOnenoteNotebookSectionPageToSectionRequest
- type CreateSiteOnenoteNotebookSectionPageOnenotePatchContentOperationOptions
- func (o CreateSiteOnenoteNotebookSectionPageOnenotePatchContentOperationOptions) ToHeaders() *client.Headers
- func (o CreateSiteOnenoteNotebookSectionPageOnenotePatchContentOperationOptions) ToOData() *odata.Query
- func (o CreateSiteOnenoteNotebookSectionPageOnenotePatchContentOperationOptions) ToQuery() *client.QueryParams
- type CreateSiteOnenoteNotebookSectionPageOnenotePatchContentOperationResponse
- type CreateSiteOnenoteNotebookSectionPageOnenotePatchContentRequest
- type CreateSiteOnenoteNotebookSectionPageOperationOptions
- type CreateSiteOnenoteNotebookSectionPageOperationResponse
- type DeleteSiteOnenoteNotebookSectionPageOperationOptions
- type DeleteSiteOnenoteNotebookSectionPageOperationResponse
- type GetSiteOnenoteNotebookSectionPageOperationOptions
- type GetSiteOnenoteNotebookSectionPageOperationResponse
- type GetSiteOnenoteNotebookSectionPagesCountOperationOptions
- type GetSiteOnenoteNotebookSectionPagesCountOperationResponse
- type ListSiteOnenoteNotebookSectionPagesCompleteResult
- type ListSiteOnenoteNotebookSectionPagesCustomPager
- type ListSiteOnenoteNotebookSectionPagesOperationOptions
- type ListSiteOnenoteNotebookSectionPagesOperationResponse
- type OnenotePageOperationPredicate
- type SiteOnenoteNotebookSectionPageClient
- func (c SiteOnenoteNotebookSectionPageClient) CopySiteOnenoteNotebookSectionPageToSection(ctx context.Context, id stable.GroupIdSiteIdOnenoteNotebookIdSectionIdPageId, ...) (result CopySiteOnenoteNotebookSectionPageToSectionOperationResponse, err error)
- func (c SiteOnenoteNotebookSectionPageClient) CreateSiteOnenoteNotebookSectionPage(ctx context.Context, id stable.GroupIdSiteIdOnenoteNotebookIdSectionId, ...) (result CreateSiteOnenoteNotebookSectionPageOperationResponse, err error)
- func (c SiteOnenoteNotebookSectionPageClient) CreateSiteOnenoteNotebookSectionPageOnenotePatchContent(ctx context.Context, id stable.GroupIdSiteIdOnenoteNotebookIdSectionIdPageId, ...) (...)
- func (c SiteOnenoteNotebookSectionPageClient) DeleteSiteOnenoteNotebookSectionPage(ctx context.Context, id stable.GroupIdSiteIdOnenoteNotebookIdSectionIdPageId, ...) (result DeleteSiteOnenoteNotebookSectionPageOperationResponse, err error)
- func (c SiteOnenoteNotebookSectionPageClient) GetSiteOnenoteNotebookSectionPage(ctx context.Context, id stable.GroupIdSiteIdOnenoteNotebookIdSectionIdPageId, ...) (result GetSiteOnenoteNotebookSectionPageOperationResponse, err error)
- func (c SiteOnenoteNotebookSectionPageClient) GetSiteOnenoteNotebookSectionPagesCount(ctx context.Context, id stable.GroupIdSiteIdOnenoteNotebookIdSectionId, ...) (result GetSiteOnenoteNotebookSectionPagesCountOperationResponse, err error)
- func (c SiteOnenoteNotebookSectionPageClient) ListSiteOnenoteNotebookSectionPages(ctx context.Context, id stable.GroupIdSiteIdOnenoteNotebookIdSectionId, ...) (result ListSiteOnenoteNotebookSectionPagesOperationResponse, err error)
- func (c SiteOnenoteNotebookSectionPageClient) ListSiteOnenoteNotebookSectionPagesComplete(ctx context.Context, id stable.GroupIdSiteIdOnenoteNotebookIdSectionId, ...) (ListSiteOnenoteNotebookSectionPagesCompleteResult, error)
- func (c SiteOnenoteNotebookSectionPageClient) ListSiteOnenoteNotebookSectionPagesCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdSiteIdOnenoteNotebookIdSectionId, ...) (result ListSiteOnenoteNotebookSectionPagesCompleteResult, err error)
- func (c SiteOnenoteNotebookSectionPageClient) UpdateSiteOnenoteNotebookSectionPage(ctx context.Context, id stable.GroupIdSiteIdOnenoteNotebookIdSectionIdPageId, ...) (result UpdateSiteOnenoteNotebookSectionPageOperationResponse, err error)
- type UpdateSiteOnenoteNotebookSectionPageOperationOptions
- type UpdateSiteOnenoteNotebookSectionPageOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CopySiteOnenoteNotebookSectionPageToSectionOperationOptions ¶
type CopySiteOnenoteNotebookSectionPageToSectionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCopySiteOnenoteNotebookSectionPageToSectionOperationOptions ¶
func DefaultCopySiteOnenoteNotebookSectionPageToSectionOperationOptions() CopySiteOnenoteNotebookSectionPageToSectionOperationOptions
func (CopySiteOnenoteNotebookSectionPageToSectionOperationOptions) ToHeaders ¶
func (o CopySiteOnenoteNotebookSectionPageToSectionOperationOptions) ToHeaders() *client.Headers
func (CopySiteOnenoteNotebookSectionPageToSectionOperationOptions) ToOData ¶
func (o CopySiteOnenoteNotebookSectionPageToSectionOperationOptions) ToOData() *odata.Query
func (CopySiteOnenoteNotebookSectionPageToSectionOperationOptions) ToQuery ¶
func (o CopySiteOnenoteNotebookSectionPageToSectionOperationOptions) ToQuery() *client.QueryParams
type CopySiteOnenoteNotebookSectionPageToSectionRequest ¶
type CopySiteOnenoteNotebookSectionPageToSectionRequest struct { GroupId nullable.Type[string] `json:"groupId,omitempty"` Id nullable.Type[string] `json:"id,omitempty"` SiteCollectionId nullable.Type[string] `json:"siteCollectionId,omitempty"` SiteId nullable.Type[string] `json:"siteId,omitempty"` }
type CreateSiteOnenoteNotebookSectionPageOnenotePatchContentOperationOptions ¶
type CreateSiteOnenoteNotebookSectionPageOnenotePatchContentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateSiteOnenoteNotebookSectionPageOnenotePatchContentOperationOptions ¶
func DefaultCreateSiteOnenoteNotebookSectionPageOnenotePatchContentOperationOptions() CreateSiteOnenoteNotebookSectionPageOnenotePatchContentOperationOptions
func (CreateSiteOnenoteNotebookSectionPageOnenotePatchContentOperationOptions) ToHeaders ¶
func (o CreateSiteOnenoteNotebookSectionPageOnenotePatchContentOperationOptions) ToHeaders() *client.Headers
func (CreateSiteOnenoteNotebookSectionPageOnenotePatchContentOperationOptions) ToOData ¶
func (o CreateSiteOnenoteNotebookSectionPageOnenotePatchContentOperationOptions) ToOData() *odata.Query
func (CreateSiteOnenoteNotebookSectionPageOnenotePatchContentOperationOptions) ToQuery ¶
func (o CreateSiteOnenoteNotebookSectionPageOnenotePatchContentOperationOptions) ToQuery() *client.QueryParams
type CreateSiteOnenoteNotebookSectionPageOnenotePatchContentRequest ¶
type CreateSiteOnenoteNotebookSectionPageOnenotePatchContentRequest struct {
Commands *[]stable.OnenotePatchContentCommand `json:"commands,omitempty"`
}
type CreateSiteOnenoteNotebookSectionPageOperationOptions ¶
type CreateSiteOnenoteNotebookSectionPageOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateSiteOnenoteNotebookSectionPageOperationOptions ¶
func DefaultCreateSiteOnenoteNotebookSectionPageOperationOptions() CreateSiteOnenoteNotebookSectionPageOperationOptions
func (CreateSiteOnenoteNotebookSectionPageOperationOptions) ToHeaders ¶
func (o CreateSiteOnenoteNotebookSectionPageOperationOptions) ToHeaders() *client.Headers
func (CreateSiteOnenoteNotebookSectionPageOperationOptions) ToOData ¶
func (o CreateSiteOnenoteNotebookSectionPageOperationOptions) ToOData() *odata.Query
func (CreateSiteOnenoteNotebookSectionPageOperationOptions) ToQuery ¶
func (o CreateSiteOnenoteNotebookSectionPageOperationOptions) ToQuery() *client.QueryParams
type DeleteSiteOnenoteNotebookSectionPageOperationOptions ¶
type DeleteSiteOnenoteNotebookSectionPageOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteSiteOnenoteNotebookSectionPageOperationOptions ¶
func DefaultDeleteSiteOnenoteNotebookSectionPageOperationOptions() DeleteSiteOnenoteNotebookSectionPageOperationOptions
func (DeleteSiteOnenoteNotebookSectionPageOperationOptions) ToHeaders ¶
func (o DeleteSiteOnenoteNotebookSectionPageOperationOptions) ToHeaders() *client.Headers
func (DeleteSiteOnenoteNotebookSectionPageOperationOptions) ToOData ¶
func (o DeleteSiteOnenoteNotebookSectionPageOperationOptions) ToOData() *odata.Query
func (DeleteSiteOnenoteNotebookSectionPageOperationOptions) ToQuery ¶
func (o DeleteSiteOnenoteNotebookSectionPageOperationOptions) ToQuery() *client.QueryParams
type GetSiteOnenoteNotebookSectionPageOperationOptions ¶
type GetSiteOnenoteNotebookSectionPageOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetSiteOnenoteNotebookSectionPageOperationOptions ¶
func DefaultGetSiteOnenoteNotebookSectionPageOperationOptions() GetSiteOnenoteNotebookSectionPageOperationOptions
func (GetSiteOnenoteNotebookSectionPageOperationOptions) ToHeaders ¶
func (o GetSiteOnenoteNotebookSectionPageOperationOptions) ToHeaders() *client.Headers
func (GetSiteOnenoteNotebookSectionPageOperationOptions) ToOData ¶
func (o GetSiteOnenoteNotebookSectionPageOperationOptions) ToOData() *odata.Query
func (GetSiteOnenoteNotebookSectionPageOperationOptions) ToQuery ¶
func (o GetSiteOnenoteNotebookSectionPageOperationOptions) ToQuery() *client.QueryParams
type GetSiteOnenoteNotebookSectionPagesCountOperationOptions ¶
type GetSiteOnenoteNotebookSectionPagesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetSiteOnenoteNotebookSectionPagesCountOperationOptions ¶
func DefaultGetSiteOnenoteNotebookSectionPagesCountOperationOptions() GetSiteOnenoteNotebookSectionPagesCountOperationOptions
func (GetSiteOnenoteNotebookSectionPagesCountOperationOptions) ToHeaders ¶
func (o GetSiteOnenoteNotebookSectionPagesCountOperationOptions) ToHeaders() *client.Headers
func (GetSiteOnenoteNotebookSectionPagesCountOperationOptions) ToOData ¶
func (o GetSiteOnenoteNotebookSectionPagesCountOperationOptions) ToOData() *odata.Query
func (GetSiteOnenoteNotebookSectionPagesCountOperationOptions) ToQuery ¶
func (o GetSiteOnenoteNotebookSectionPagesCountOperationOptions) ToQuery() *client.QueryParams
type ListSiteOnenoteNotebookSectionPagesCompleteResult ¶
type ListSiteOnenoteNotebookSectionPagesCompleteResult struct { LatestHttpResponse *http.Response Items []stable.OnenotePage }
type ListSiteOnenoteNotebookSectionPagesCustomPager ¶
type ListSiteOnenoteNotebookSectionPagesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListSiteOnenoteNotebookSectionPagesCustomPager) NextPageLink ¶
func (p *ListSiteOnenoteNotebookSectionPagesCustomPager) NextPageLink() *odata.Link
type ListSiteOnenoteNotebookSectionPagesOperationOptions ¶
type ListSiteOnenoteNotebookSectionPagesOperationOptions 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 DefaultListSiteOnenoteNotebookSectionPagesOperationOptions ¶
func DefaultListSiteOnenoteNotebookSectionPagesOperationOptions() ListSiteOnenoteNotebookSectionPagesOperationOptions
func (ListSiteOnenoteNotebookSectionPagesOperationOptions) ToHeaders ¶
func (o ListSiteOnenoteNotebookSectionPagesOperationOptions) ToHeaders() *client.Headers
func (ListSiteOnenoteNotebookSectionPagesOperationOptions) ToOData ¶
func (o ListSiteOnenoteNotebookSectionPagesOperationOptions) ToOData() *odata.Query
func (ListSiteOnenoteNotebookSectionPagesOperationOptions) ToQuery ¶
func (o ListSiteOnenoteNotebookSectionPagesOperationOptions) ToQuery() *client.QueryParams
type OnenotePageOperationPredicate ¶
type OnenotePageOperationPredicate struct { }
func (OnenotePageOperationPredicate) Matches ¶
func (p OnenotePageOperationPredicate) Matches(input stable.OnenotePage) bool
type SiteOnenoteNotebookSectionPageClient ¶
func NewSiteOnenoteNotebookSectionPageClientWithBaseURI ¶
func NewSiteOnenoteNotebookSectionPageClientWithBaseURI(sdkApi sdkEnv.Api) (*SiteOnenoteNotebookSectionPageClient, error)
func (SiteOnenoteNotebookSectionPageClient) CopySiteOnenoteNotebookSectionPageToSection ¶
func (c SiteOnenoteNotebookSectionPageClient) CopySiteOnenoteNotebookSectionPageToSection(ctx context.Context, id stable.GroupIdSiteIdOnenoteNotebookIdSectionIdPageId, input CopySiteOnenoteNotebookSectionPageToSectionRequest, options CopySiteOnenoteNotebookSectionPageToSectionOperationOptions) (result CopySiteOnenoteNotebookSectionPageToSectionOperationResponse, err error)
CopySiteOnenoteNotebookSectionPageToSection - Invoke action copyToSection. Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.
func (SiteOnenoteNotebookSectionPageClient) CreateSiteOnenoteNotebookSectionPage ¶
func (c SiteOnenoteNotebookSectionPageClient) CreateSiteOnenoteNotebookSectionPage(ctx context.Context, id stable.GroupIdSiteIdOnenoteNotebookIdSectionId, input stable.OnenotePage, options CreateSiteOnenoteNotebookSectionPageOperationOptions) (result CreateSiteOnenoteNotebookSectionPageOperationResponse, err error)
CreateSiteOnenoteNotebookSectionPage - Create new navigation property to pages for groups
func (SiteOnenoteNotebookSectionPageClient) CreateSiteOnenoteNotebookSectionPageOnenotePatchContent ¶
func (c SiteOnenoteNotebookSectionPageClient) CreateSiteOnenoteNotebookSectionPageOnenotePatchContent(ctx context.Context, id stable.GroupIdSiteIdOnenoteNotebookIdSectionIdPageId, input CreateSiteOnenoteNotebookSectionPageOnenotePatchContentRequest, options CreateSiteOnenoteNotebookSectionPageOnenotePatchContentOperationOptions) (result CreateSiteOnenoteNotebookSectionPageOnenotePatchContentOperationResponse, err error)
CreateSiteOnenoteNotebookSectionPageOnenotePatchContent - Invoke action onenotePatchContent
func (SiteOnenoteNotebookSectionPageClient) DeleteSiteOnenoteNotebookSectionPage ¶
func (c SiteOnenoteNotebookSectionPageClient) DeleteSiteOnenoteNotebookSectionPage(ctx context.Context, id stable.GroupIdSiteIdOnenoteNotebookIdSectionIdPageId, options DeleteSiteOnenoteNotebookSectionPageOperationOptions) (result DeleteSiteOnenoteNotebookSectionPageOperationResponse, err error)
DeleteSiteOnenoteNotebookSectionPage - Delete navigation property pages for groups
func (SiteOnenoteNotebookSectionPageClient) GetSiteOnenoteNotebookSectionPage ¶
func (c SiteOnenoteNotebookSectionPageClient) GetSiteOnenoteNotebookSectionPage(ctx context.Context, id stable.GroupIdSiteIdOnenoteNotebookIdSectionIdPageId, options GetSiteOnenoteNotebookSectionPageOperationOptions) (result GetSiteOnenoteNotebookSectionPageOperationResponse, err error)
GetSiteOnenoteNotebookSectionPage - Get pages from groups. The collection of pages in the section. Read-only. Nullable.
func (SiteOnenoteNotebookSectionPageClient) GetSiteOnenoteNotebookSectionPagesCount ¶
func (c SiteOnenoteNotebookSectionPageClient) GetSiteOnenoteNotebookSectionPagesCount(ctx context.Context, id stable.GroupIdSiteIdOnenoteNotebookIdSectionId, options GetSiteOnenoteNotebookSectionPagesCountOperationOptions) (result GetSiteOnenoteNotebookSectionPagesCountOperationResponse, err error)
GetSiteOnenoteNotebookSectionPagesCount - Get the number of the resource
func (SiteOnenoteNotebookSectionPageClient) ListSiteOnenoteNotebookSectionPages ¶
func (c SiteOnenoteNotebookSectionPageClient) ListSiteOnenoteNotebookSectionPages(ctx context.Context, id stable.GroupIdSiteIdOnenoteNotebookIdSectionId, options ListSiteOnenoteNotebookSectionPagesOperationOptions) (result ListSiteOnenoteNotebookSectionPagesOperationResponse, err error)
ListSiteOnenoteNotebookSectionPages - Get pages from groups. The collection of pages in the section. Read-only. Nullable.
func (SiteOnenoteNotebookSectionPageClient) ListSiteOnenoteNotebookSectionPagesComplete ¶
func (c SiteOnenoteNotebookSectionPageClient) ListSiteOnenoteNotebookSectionPagesComplete(ctx context.Context, id stable.GroupIdSiteIdOnenoteNotebookIdSectionId, options ListSiteOnenoteNotebookSectionPagesOperationOptions) (ListSiteOnenoteNotebookSectionPagesCompleteResult, error)
ListSiteOnenoteNotebookSectionPagesComplete retrieves all the results into a single object
func (SiteOnenoteNotebookSectionPageClient) ListSiteOnenoteNotebookSectionPagesCompleteMatchingPredicate ¶
func (c SiteOnenoteNotebookSectionPageClient) ListSiteOnenoteNotebookSectionPagesCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdSiteIdOnenoteNotebookIdSectionId, options ListSiteOnenoteNotebookSectionPagesOperationOptions, predicate OnenotePageOperationPredicate) (result ListSiteOnenoteNotebookSectionPagesCompleteResult, err error)
ListSiteOnenoteNotebookSectionPagesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (SiteOnenoteNotebookSectionPageClient) UpdateSiteOnenoteNotebookSectionPage ¶
func (c SiteOnenoteNotebookSectionPageClient) UpdateSiteOnenoteNotebookSectionPage(ctx context.Context, id stable.GroupIdSiteIdOnenoteNotebookIdSectionIdPageId, input stable.OnenotePage, options UpdateSiteOnenoteNotebookSectionPageOperationOptions) (result UpdateSiteOnenoteNotebookSectionPageOperationResponse, err error)
UpdateSiteOnenoteNotebookSectionPage - Update the navigation property pages in groups
type UpdateSiteOnenoteNotebookSectionPageOperationOptions ¶
type UpdateSiteOnenoteNotebookSectionPageOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateSiteOnenoteNotebookSectionPageOperationOptions ¶
func DefaultUpdateSiteOnenoteNotebookSectionPageOperationOptions() UpdateSiteOnenoteNotebookSectionPageOperationOptions
func (UpdateSiteOnenoteNotebookSectionPageOperationOptions) ToHeaders ¶
func (o UpdateSiteOnenoteNotebookSectionPageOperationOptions) ToHeaders() *client.Headers
func (UpdateSiteOnenoteNotebookSectionPageOperationOptions) ToOData ¶
func (o UpdateSiteOnenoteNotebookSectionPageOperationOptions) ToOData() *odata.Query
func (UpdateSiteOnenoteNotebookSectionPageOperationOptions) ToQuery ¶
func (o UpdateSiteOnenoteNotebookSectionPageOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_copysiteonenotenotebooksectionpagetosection.go
- method_createsiteonenotenotebooksectionpage.go
- method_createsiteonenotenotebooksectionpageonenotepatchcontent.go
- method_deletesiteonenotenotebooksectionpage.go
- method_getsiteonenotenotebooksectionpage.go
- method_getsiteonenotenotebooksectionpagescount.go
- method_listsiteonenotenotebooksectionpages.go
- method_updatesiteonenotenotebooksectionpage.go
- model_copysiteonenotenotebooksectionpagetosectionrequest.go
- model_createsiteonenotenotebooksectionpageonenotepatchcontentrequest.go
- predicates.go
- version.go