Documentation ¶
Index ¶
- type CopySiteOnenotePageToSectionOperationOptions
- type CopySiteOnenotePageToSectionOperationResponse
- type CopySiteOnenotePageToSectionRequest
- type CreateSiteOnenotePageOnenotePatchContentOperationOptions
- type CreateSiteOnenotePageOnenotePatchContentOperationResponse
- type CreateSiteOnenotePageOnenotePatchContentRequest
- type CreateSiteOnenotePageOperationOptions
- type CreateSiteOnenotePageOperationResponse
- type DeleteSiteOnenotePageOperationOptions
- type DeleteSiteOnenotePageOperationResponse
- type GetSiteOnenotePageOperationOptions
- type GetSiteOnenotePageOperationResponse
- type GetSiteOnenotePagesCountOperationOptions
- type GetSiteOnenotePagesCountOperationResponse
- type ListSiteOnenotePagesCompleteResult
- type ListSiteOnenotePagesCustomPager
- type ListSiteOnenotePagesOperationOptions
- type ListSiteOnenotePagesOperationResponse
- type OnenotePageOperationPredicate
- type SiteOnenotePageClient
- func (c SiteOnenotePageClient) CopySiteOnenotePageToSection(ctx context.Context, id beta.GroupIdSiteIdOnenotePageId, ...) (result CopySiteOnenotePageToSectionOperationResponse, err error)
- func (c SiteOnenotePageClient) CreateSiteOnenotePage(ctx context.Context, id beta.GroupIdSiteId, input beta.OnenotePage, ...) (result CreateSiteOnenotePageOperationResponse, err error)
- func (c SiteOnenotePageClient) CreateSiteOnenotePageOnenotePatchContent(ctx context.Context, id beta.GroupIdSiteIdOnenotePageId, ...) (result CreateSiteOnenotePageOnenotePatchContentOperationResponse, err error)
- func (c SiteOnenotePageClient) DeleteSiteOnenotePage(ctx context.Context, id beta.GroupIdSiteIdOnenotePageId, ...) (result DeleteSiteOnenotePageOperationResponse, err error)
- func (c SiteOnenotePageClient) GetSiteOnenotePage(ctx context.Context, id beta.GroupIdSiteIdOnenotePageId, ...) (result GetSiteOnenotePageOperationResponse, err error)
- func (c SiteOnenotePageClient) GetSiteOnenotePagesCount(ctx context.Context, id beta.GroupIdSiteId, ...) (result GetSiteOnenotePagesCountOperationResponse, err error)
- func (c SiteOnenotePageClient) ListSiteOnenotePages(ctx context.Context, id beta.GroupIdSiteId, ...) (result ListSiteOnenotePagesOperationResponse, err error)
- func (c SiteOnenotePageClient) ListSiteOnenotePagesComplete(ctx context.Context, id beta.GroupIdSiteId, ...) (ListSiteOnenotePagesCompleteResult, error)
- func (c SiteOnenotePageClient) ListSiteOnenotePagesCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdSiteId, ...) (result ListSiteOnenotePagesCompleteResult, err error)
- func (c SiteOnenotePageClient) UpdateSiteOnenotePage(ctx context.Context, id beta.GroupIdSiteIdOnenotePageId, ...) (result UpdateSiteOnenotePageOperationResponse, err error)
- type UpdateSiteOnenotePageOperationOptions
- type UpdateSiteOnenotePageOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CopySiteOnenotePageToSectionOperationOptions ¶
type CopySiteOnenotePageToSectionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCopySiteOnenotePageToSectionOperationOptions ¶
func DefaultCopySiteOnenotePageToSectionOperationOptions() CopySiteOnenotePageToSectionOperationOptions
func (CopySiteOnenotePageToSectionOperationOptions) ToHeaders ¶
func (o CopySiteOnenotePageToSectionOperationOptions) ToHeaders() *client.Headers
func (CopySiteOnenotePageToSectionOperationOptions) ToOData ¶
func (o CopySiteOnenotePageToSectionOperationOptions) ToOData() *odata.Query
func (CopySiteOnenotePageToSectionOperationOptions) ToQuery ¶
func (o CopySiteOnenotePageToSectionOperationOptions) ToQuery() *client.QueryParams
type CreateSiteOnenotePageOnenotePatchContentOperationOptions ¶
type CreateSiteOnenotePageOnenotePatchContentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateSiteOnenotePageOnenotePatchContentOperationOptions ¶
func DefaultCreateSiteOnenotePageOnenotePatchContentOperationOptions() CreateSiteOnenotePageOnenotePatchContentOperationOptions
func (CreateSiteOnenotePageOnenotePatchContentOperationOptions) ToHeaders ¶
func (o CreateSiteOnenotePageOnenotePatchContentOperationOptions) ToHeaders() *client.Headers
func (CreateSiteOnenotePageOnenotePatchContentOperationOptions) ToOData ¶
func (o CreateSiteOnenotePageOnenotePatchContentOperationOptions) ToOData() *odata.Query
func (CreateSiteOnenotePageOnenotePatchContentOperationOptions) ToQuery ¶
func (o CreateSiteOnenotePageOnenotePatchContentOperationOptions) ToQuery() *client.QueryParams
type CreateSiteOnenotePageOnenotePatchContentRequest ¶
type CreateSiteOnenotePageOnenotePatchContentRequest struct {
Commands *[]beta.OnenotePatchContentCommand `json:"commands,omitempty"`
}
type CreateSiteOnenotePageOperationOptions ¶
type CreateSiteOnenotePageOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateSiteOnenotePageOperationOptions ¶
func DefaultCreateSiteOnenotePageOperationOptions() CreateSiteOnenotePageOperationOptions
func (CreateSiteOnenotePageOperationOptions) ToHeaders ¶
func (o CreateSiteOnenotePageOperationOptions) ToHeaders() *client.Headers
func (CreateSiteOnenotePageOperationOptions) ToOData ¶
func (o CreateSiteOnenotePageOperationOptions) ToOData() *odata.Query
func (CreateSiteOnenotePageOperationOptions) ToQuery ¶
func (o CreateSiteOnenotePageOperationOptions) ToQuery() *client.QueryParams
type DeleteSiteOnenotePageOperationOptions ¶
type DeleteSiteOnenotePageOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteSiteOnenotePageOperationOptions ¶
func DefaultDeleteSiteOnenotePageOperationOptions() DeleteSiteOnenotePageOperationOptions
func (DeleteSiteOnenotePageOperationOptions) ToHeaders ¶
func (o DeleteSiteOnenotePageOperationOptions) ToHeaders() *client.Headers
func (DeleteSiteOnenotePageOperationOptions) ToOData ¶
func (o DeleteSiteOnenotePageOperationOptions) ToOData() *odata.Query
func (DeleteSiteOnenotePageOperationOptions) ToQuery ¶
func (o DeleteSiteOnenotePageOperationOptions) ToQuery() *client.QueryParams
type GetSiteOnenotePageOperationOptions ¶
type GetSiteOnenotePageOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetSiteOnenotePageOperationOptions ¶
func DefaultGetSiteOnenotePageOperationOptions() GetSiteOnenotePageOperationOptions
func (GetSiteOnenotePageOperationOptions) ToHeaders ¶
func (o GetSiteOnenotePageOperationOptions) ToHeaders() *client.Headers
func (GetSiteOnenotePageOperationOptions) ToOData ¶
func (o GetSiteOnenotePageOperationOptions) ToOData() *odata.Query
func (GetSiteOnenotePageOperationOptions) ToQuery ¶
func (o GetSiteOnenotePageOperationOptions) ToQuery() *client.QueryParams
type GetSiteOnenotePagesCountOperationOptions ¶
type GetSiteOnenotePagesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetSiteOnenotePagesCountOperationOptions ¶
func DefaultGetSiteOnenotePagesCountOperationOptions() GetSiteOnenotePagesCountOperationOptions
func (GetSiteOnenotePagesCountOperationOptions) ToHeaders ¶
func (o GetSiteOnenotePagesCountOperationOptions) ToHeaders() *client.Headers
func (GetSiteOnenotePagesCountOperationOptions) ToOData ¶
func (o GetSiteOnenotePagesCountOperationOptions) ToOData() *odata.Query
func (GetSiteOnenotePagesCountOperationOptions) ToQuery ¶
func (o GetSiteOnenotePagesCountOperationOptions) ToQuery() *client.QueryParams
type ListSiteOnenotePagesCompleteResult ¶
type ListSiteOnenotePagesCompleteResult struct { LatestHttpResponse *http.Response Items []beta.OnenotePage }
type ListSiteOnenotePagesCustomPager ¶
func (*ListSiteOnenotePagesCustomPager) NextPageLink ¶
func (p *ListSiteOnenotePagesCustomPager) NextPageLink() *odata.Link
type ListSiteOnenotePagesOperationOptions ¶
type ListSiteOnenotePagesOperationOptions 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 DefaultListSiteOnenotePagesOperationOptions ¶
func DefaultListSiteOnenotePagesOperationOptions() ListSiteOnenotePagesOperationOptions
func (ListSiteOnenotePagesOperationOptions) ToHeaders ¶
func (o ListSiteOnenotePagesOperationOptions) ToHeaders() *client.Headers
func (ListSiteOnenotePagesOperationOptions) ToOData ¶
func (o ListSiteOnenotePagesOperationOptions) ToOData() *odata.Query
func (ListSiteOnenotePagesOperationOptions) ToQuery ¶
func (o ListSiteOnenotePagesOperationOptions) ToQuery() *client.QueryParams
type OnenotePageOperationPredicate ¶
type OnenotePageOperationPredicate struct { }
func (OnenotePageOperationPredicate) Matches ¶
func (p OnenotePageOperationPredicate) Matches(input beta.OnenotePage) bool
type SiteOnenotePageClient ¶
func NewSiteOnenotePageClientWithBaseURI ¶
func NewSiteOnenotePageClientWithBaseURI(sdkApi sdkEnv.Api) (*SiteOnenotePageClient, error)
func (SiteOnenotePageClient) CopySiteOnenotePageToSection ¶
func (c SiteOnenotePageClient) CopySiteOnenotePageToSection(ctx context.Context, id beta.GroupIdSiteIdOnenotePageId, input CopySiteOnenotePageToSectionRequest, options CopySiteOnenotePageToSectionOperationOptions) (result CopySiteOnenotePageToSectionOperationResponse, err error)
CopySiteOnenotePageToSection - 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 (SiteOnenotePageClient) CreateSiteOnenotePage ¶
func (c SiteOnenotePageClient) CreateSiteOnenotePage(ctx context.Context, id beta.GroupIdSiteId, input beta.OnenotePage, options CreateSiteOnenotePageOperationOptions) (result CreateSiteOnenotePageOperationResponse, err error)
CreateSiteOnenotePage - Create new navigation property to pages for groups
func (SiteOnenotePageClient) CreateSiteOnenotePageOnenotePatchContent ¶
func (c SiteOnenotePageClient) CreateSiteOnenotePageOnenotePatchContent(ctx context.Context, id beta.GroupIdSiteIdOnenotePageId, input CreateSiteOnenotePageOnenotePatchContentRequest, options CreateSiteOnenotePageOnenotePatchContentOperationOptions) (result CreateSiteOnenotePageOnenotePatchContentOperationResponse, err error)
CreateSiteOnenotePageOnenotePatchContent - Invoke action onenotePatchContent
func (SiteOnenotePageClient) DeleteSiteOnenotePage ¶
func (c SiteOnenotePageClient) DeleteSiteOnenotePage(ctx context.Context, id beta.GroupIdSiteIdOnenotePageId, options DeleteSiteOnenotePageOperationOptions) (result DeleteSiteOnenotePageOperationResponse, err error)
DeleteSiteOnenotePage - Delete navigation property pages for groups
func (SiteOnenotePageClient) GetSiteOnenotePage ¶
func (c SiteOnenotePageClient) GetSiteOnenotePage(ctx context.Context, id beta.GroupIdSiteIdOnenotePageId, options GetSiteOnenotePageOperationOptions) (result GetSiteOnenotePageOperationResponse, err error)
GetSiteOnenotePage - Get pages from groups. The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (SiteOnenotePageClient) GetSiteOnenotePagesCount ¶
func (c SiteOnenotePageClient) GetSiteOnenotePagesCount(ctx context.Context, id beta.GroupIdSiteId, options GetSiteOnenotePagesCountOperationOptions) (result GetSiteOnenotePagesCountOperationResponse, err error)
GetSiteOnenotePagesCount - Get the number of the resource
func (SiteOnenotePageClient) ListSiteOnenotePages ¶
func (c SiteOnenotePageClient) ListSiteOnenotePages(ctx context.Context, id beta.GroupIdSiteId, options ListSiteOnenotePagesOperationOptions) (result ListSiteOnenotePagesOperationResponse, err error)
ListSiteOnenotePages - Get pages from groups. The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (SiteOnenotePageClient) ListSiteOnenotePagesComplete ¶
func (c SiteOnenotePageClient) ListSiteOnenotePagesComplete(ctx context.Context, id beta.GroupIdSiteId, options ListSiteOnenotePagesOperationOptions) (ListSiteOnenotePagesCompleteResult, error)
ListSiteOnenotePagesComplete retrieves all the results into a single object
func (SiteOnenotePageClient) ListSiteOnenotePagesCompleteMatchingPredicate ¶
func (c SiteOnenotePageClient) ListSiteOnenotePagesCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdSiteId, options ListSiteOnenotePagesOperationOptions, predicate OnenotePageOperationPredicate) (result ListSiteOnenotePagesCompleteResult, err error)
ListSiteOnenotePagesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (SiteOnenotePageClient) UpdateSiteOnenotePage ¶
func (c SiteOnenotePageClient) UpdateSiteOnenotePage(ctx context.Context, id beta.GroupIdSiteIdOnenotePageId, input beta.OnenotePage, options UpdateSiteOnenotePageOperationOptions) (result UpdateSiteOnenotePageOperationResponse, err error)
UpdateSiteOnenotePage - Update the navigation property pages in groups
type UpdateSiteOnenotePageOperationOptions ¶
type UpdateSiteOnenotePageOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateSiteOnenotePageOperationOptions ¶
func DefaultUpdateSiteOnenotePageOperationOptions() UpdateSiteOnenotePageOperationOptions
func (UpdateSiteOnenotePageOperationOptions) ToHeaders ¶
func (o UpdateSiteOnenotePageOperationOptions) ToHeaders() *client.Headers
func (UpdateSiteOnenotePageOperationOptions) ToOData ¶
func (o UpdateSiteOnenotePageOperationOptions) ToOData() *odata.Query
func (UpdateSiteOnenotePageOperationOptions) ToQuery ¶
func (o UpdateSiteOnenotePageOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_copysiteonenotepagetosection.go
- method_createsiteonenotepage.go
- method_createsiteonenotepageonenotepatchcontent.go
- method_deletesiteonenotepage.go
- method_getsiteonenotepage.go
- method_getsiteonenotepagescount.go
- method_listsiteonenotepages.go
- method_updatesiteonenotepage.go
- model_copysiteonenotepagetosectionrequest.go
- model_createsiteonenotepageonenotepatchcontentrequest.go
- predicates.go
- version.go