README ¶
github.com/hashicorp/go-azure-sdk/microsoft-graph/users/stable/onenotesectiongroupsectionpage
Documentation
The onenotesectiongroupsectionpage
SDK allows for interaction with Microsoft Graph users
(API Version stable
).
This readme covers example usages, but further information on using this SDK can be found in the project root.
Import Path
import "github.com/hashicorp/go-azure-sdk/microsoft-graph/users/stable/onenotesectiongroupsectionpage"
Client Initialization
client := onenotesectiongroupsectionpage.NewOnenoteSectionGroupSectionPageClientWithBaseURI("https://graph.microsoft.com")
client.Client.Authorizer = authorizer
Example Usage: OnenoteSectionGroupSectionPageClient.CopyOnenoteSectionGroupSectionPageToSection
ctx := context.TODO()
id := onenotesectiongroupsectionpage.NewUserIdOnenoteSectionGroupIdSectionIdPageID("userId", "sectionGroupId", "onenoteSectionId", "onenotePageId")
payload := onenotesectiongroupsectionpage.CopyOnenoteSectionGroupSectionPageToSectionRequest{
// ...
}
read, err := client.CopyOnenoteSectionGroupSectionPageToSection(ctx, id, payload, onenotesectiongroupsectionpage.DefaultCopyOnenoteSectionGroupSectionPageToSectionOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: OnenoteSectionGroupSectionPageClient.CreateOnenoteSectionGroupSectionPage
ctx := context.TODO()
id := onenotesectiongroupsectionpage.NewUserIdOnenoteSectionGroupIdSectionID("userId", "sectionGroupId", "onenoteSectionId")
payload := onenotesectiongroupsectionpage.OnenotePage{
// ...
}
read, err := client.CreateOnenoteSectionGroupSectionPage(ctx, id, payload, onenotesectiongroupsectionpage.DefaultCreateOnenoteSectionGroupSectionPageOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: OnenoteSectionGroupSectionPageClient.CreateOnenoteSectionGroupSectionPageOnenotePatchContent
ctx := context.TODO()
id := onenotesectiongroupsectionpage.NewUserIdOnenoteSectionGroupIdSectionIdPageID("userId", "sectionGroupId", "onenoteSectionId", "onenotePageId")
payload := onenotesectiongroupsectionpage.CreateOnenoteSectionGroupSectionPageOnenotePatchContentRequest{
// ...
}
read, err := client.CreateOnenoteSectionGroupSectionPageOnenotePatchContent(ctx, id, payload, onenotesectiongroupsectionpage.DefaultCreateOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: OnenoteSectionGroupSectionPageClient.DeleteOnenoteSectionGroupSectionPage
ctx := context.TODO()
id := onenotesectiongroupsectionpage.NewUserIdOnenoteSectionGroupIdSectionIdPageID("userId", "sectionGroupId", "onenoteSectionId", "onenotePageId")
read, err := client.DeleteOnenoteSectionGroupSectionPage(ctx, id, onenotesectiongroupsectionpage.DefaultDeleteOnenoteSectionGroupSectionPageOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: OnenoteSectionGroupSectionPageClient.GetOnenoteSectionGroupSectionPage
ctx := context.TODO()
id := onenotesectiongroupsectionpage.NewUserIdOnenoteSectionGroupIdSectionIdPageID("userId", "sectionGroupId", "onenoteSectionId", "onenotePageId")
read, err := client.GetOnenoteSectionGroupSectionPage(ctx, id, onenotesectiongroupsectionpage.DefaultGetOnenoteSectionGroupSectionPageOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: OnenoteSectionGroupSectionPageClient.GetOnenoteSectionGroupSectionPagesCount
ctx := context.TODO()
id := onenotesectiongroupsectionpage.NewUserIdOnenoteSectionGroupIdSectionID("userId", "sectionGroupId", "onenoteSectionId")
read, err := client.GetOnenoteSectionGroupSectionPagesCount(ctx, id, onenotesectiongroupsectionpage.DefaultGetOnenoteSectionGroupSectionPagesCountOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: OnenoteSectionGroupSectionPageClient.ListOnenoteSectionGroupSectionPages
ctx := context.TODO()
id := onenotesectiongroupsectionpage.NewUserIdOnenoteSectionGroupIdSectionID("userId", "sectionGroupId", "onenoteSectionId")
// alternatively `client.ListOnenoteSectionGroupSectionPages(ctx, id, onenotesectiongroupsectionpage.DefaultListOnenoteSectionGroupSectionPagesOperationOptions())` can be used to do batched pagination
items, err := client.ListOnenoteSectionGroupSectionPagesComplete(ctx, id, onenotesectiongroupsectionpage.DefaultListOnenoteSectionGroupSectionPagesOperationOptions())
if err != nil {
// handle the error
}
for _, item := range items {
// do something
}
Example Usage: OnenoteSectionGroupSectionPageClient.UpdateOnenoteSectionGroupSectionPage
ctx := context.TODO()
id := onenotesectiongroupsectionpage.NewUserIdOnenoteSectionGroupIdSectionIdPageID("userId", "sectionGroupId", "onenoteSectionId", "onenotePageId")
payload := onenotesectiongroupsectionpage.OnenotePage{
// ...
}
read, err := client.UpdateOnenoteSectionGroupSectionPage(ctx, id, payload, onenotesectiongroupsectionpage.DefaultUpdateOnenoteSectionGroupSectionPageOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Documentation ¶
Index ¶
- type CopyOnenoteSectionGroupSectionPageToSectionOperationOptions
- type CopyOnenoteSectionGroupSectionPageToSectionOperationResponse
- type CopyOnenoteSectionGroupSectionPageToSectionRequest
- type CreateOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions
- func (o CreateOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions) ToHeaders() *client.Headers
- func (o CreateOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions) ToOData() *odata.Query
- func (o CreateOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions) ToQuery() *client.QueryParams
- type CreateOnenoteSectionGroupSectionPageOnenotePatchContentOperationResponse
- type CreateOnenoteSectionGroupSectionPageOnenotePatchContentRequest
- type CreateOnenoteSectionGroupSectionPageOperationOptions
- type CreateOnenoteSectionGroupSectionPageOperationResponse
- type DeleteOnenoteSectionGroupSectionPageOperationOptions
- type DeleteOnenoteSectionGroupSectionPageOperationResponse
- type GetOnenoteSectionGroupSectionPageOperationOptions
- type GetOnenoteSectionGroupSectionPageOperationResponse
- type GetOnenoteSectionGroupSectionPagesCountOperationOptions
- type GetOnenoteSectionGroupSectionPagesCountOperationResponse
- type ListOnenoteSectionGroupSectionPagesCompleteResult
- type ListOnenoteSectionGroupSectionPagesCustomPager
- type ListOnenoteSectionGroupSectionPagesOperationOptions
- type ListOnenoteSectionGroupSectionPagesOperationResponse
- type OnenotePageOperationPredicate
- type OnenoteSectionGroupSectionPageClient
- func (c OnenoteSectionGroupSectionPageClient) CopyOnenoteSectionGroupSectionPageToSection(ctx context.Context, id stable.UserIdOnenoteSectionGroupIdSectionIdPageId, ...) (result CopyOnenoteSectionGroupSectionPageToSectionOperationResponse, err error)
- func (c OnenoteSectionGroupSectionPageClient) CreateOnenoteSectionGroupSectionPage(ctx context.Context, id stable.UserIdOnenoteSectionGroupIdSectionId, ...) (result CreateOnenoteSectionGroupSectionPageOperationResponse, err error)
- func (c OnenoteSectionGroupSectionPageClient) CreateOnenoteSectionGroupSectionPageOnenotePatchContent(ctx context.Context, id stable.UserIdOnenoteSectionGroupIdSectionIdPageId, ...) (...)
- func (c OnenoteSectionGroupSectionPageClient) DeleteOnenoteSectionGroupSectionPage(ctx context.Context, id stable.UserIdOnenoteSectionGroupIdSectionIdPageId, ...) (result DeleteOnenoteSectionGroupSectionPageOperationResponse, err error)
- func (c OnenoteSectionGroupSectionPageClient) GetOnenoteSectionGroupSectionPage(ctx context.Context, id stable.UserIdOnenoteSectionGroupIdSectionIdPageId, ...) (result GetOnenoteSectionGroupSectionPageOperationResponse, err error)
- func (c OnenoteSectionGroupSectionPageClient) GetOnenoteSectionGroupSectionPagesCount(ctx context.Context, id stable.UserIdOnenoteSectionGroupIdSectionId, ...) (result GetOnenoteSectionGroupSectionPagesCountOperationResponse, err error)
- func (c OnenoteSectionGroupSectionPageClient) ListOnenoteSectionGroupSectionPages(ctx context.Context, id stable.UserIdOnenoteSectionGroupIdSectionId, ...) (result ListOnenoteSectionGroupSectionPagesOperationResponse, err error)
- func (c OnenoteSectionGroupSectionPageClient) ListOnenoteSectionGroupSectionPagesComplete(ctx context.Context, id stable.UserIdOnenoteSectionGroupIdSectionId, ...) (ListOnenoteSectionGroupSectionPagesCompleteResult, error)
- func (c OnenoteSectionGroupSectionPageClient) ListOnenoteSectionGroupSectionPagesCompleteMatchingPredicate(ctx context.Context, id stable.UserIdOnenoteSectionGroupIdSectionId, ...) (result ListOnenoteSectionGroupSectionPagesCompleteResult, err error)
- func (c OnenoteSectionGroupSectionPageClient) UpdateOnenoteSectionGroupSectionPage(ctx context.Context, id stable.UserIdOnenoteSectionGroupIdSectionIdPageId, ...) (result UpdateOnenoteSectionGroupSectionPageOperationResponse, err error)
- type UpdateOnenoteSectionGroupSectionPageOperationOptions
- type UpdateOnenoteSectionGroupSectionPageOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CopyOnenoteSectionGroupSectionPageToSectionOperationOptions ¶
type CopyOnenoteSectionGroupSectionPageToSectionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCopyOnenoteSectionGroupSectionPageToSectionOperationOptions ¶
func DefaultCopyOnenoteSectionGroupSectionPageToSectionOperationOptions() CopyOnenoteSectionGroupSectionPageToSectionOperationOptions
func (CopyOnenoteSectionGroupSectionPageToSectionOperationOptions) ToHeaders ¶
func (o CopyOnenoteSectionGroupSectionPageToSectionOperationOptions) ToHeaders() *client.Headers
func (CopyOnenoteSectionGroupSectionPageToSectionOperationOptions) ToOData ¶
func (o CopyOnenoteSectionGroupSectionPageToSectionOperationOptions) ToOData() *odata.Query
func (CopyOnenoteSectionGroupSectionPageToSectionOperationOptions) ToQuery ¶
func (o CopyOnenoteSectionGroupSectionPageToSectionOperationOptions) ToQuery() *client.QueryParams
type CopyOnenoteSectionGroupSectionPageToSectionRequest ¶
type CopyOnenoteSectionGroupSectionPageToSectionRequest 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 CreateOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions ¶
type CreateOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions ¶
func DefaultCreateOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions() CreateOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions
func (CreateOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions) ToHeaders ¶
func (o CreateOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions) ToHeaders() *client.Headers
func (CreateOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions) ToOData ¶
func (o CreateOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions) ToOData() *odata.Query
func (CreateOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions) ToQuery ¶
func (o CreateOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions) ToQuery() *client.QueryParams
type CreateOnenoteSectionGroupSectionPageOnenotePatchContentRequest ¶
type CreateOnenoteSectionGroupSectionPageOnenotePatchContentRequest struct {
Commands *[]stable.OnenotePatchContentCommand `json:"commands,omitempty"`
}
type CreateOnenoteSectionGroupSectionPageOperationOptions ¶
type CreateOnenoteSectionGroupSectionPageOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateOnenoteSectionGroupSectionPageOperationOptions ¶
func DefaultCreateOnenoteSectionGroupSectionPageOperationOptions() CreateOnenoteSectionGroupSectionPageOperationOptions
func (CreateOnenoteSectionGroupSectionPageOperationOptions) ToHeaders ¶
func (o CreateOnenoteSectionGroupSectionPageOperationOptions) ToHeaders() *client.Headers
func (CreateOnenoteSectionGroupSectionPageOperationOptions) ToOData ¶
func (o CreateOnenoteSectionGroupSectionPageOperationOptions) ToOData() *odata.Query
func (CreateOnenoteSectionGroupSectionPageOperationOptions) ToQuery ¶
func (o CreateOnenoteSectionGroupSectionPageOperationOptions) ToQuery() *client.QueryParams
type DeleteOnenoteSectionGroupSectionPageOperationOptions ¶
type DeleteOnenoteSectionGroupSectionPageOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteOnenoteSectionGroupSectionPageOperationOptions ¶
func DefaultDeleteOnenoteSectionGroupSectionPageOperationOptions() DeleteOnenoteSectionGroupSectionPageOperationOptions
func (DeleteOnenoteSectionGroupSectionPageOperationOptions) ToHeaders ¶
func (o DeleteOnenoteSectionGroupSectionPageOperationOptions) ToHeaders() *client.Headers
func (DeleteOnenoteSectionGroupSectionPageOperationOptions) ToOData ¶
func (o DeleteOnenoteSectionGroupSectionPageOperationOptions) ToOData() *odata.Query
func (DeleteOnenoteSectionGroupSectionPageOperationOptions) ToQuery ¶
func (o DeleteOnenoteSectionGroupSectionPageOperationOptions) ToQuery() *client.QueryParams
type GetOnenoteSectionGroupSectionPageOperationOptions ¶
type GetOnenoteSectionGroupSectionPageOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetOnenoteSectionGroupSectionPageOperationOptions ¶
func DefaultGetOnenoteSectionGroupSectionPageOperationOptions() GetOnenoteSectionGroupSectionPageOperationOptions
func (GetOnenoteSectionGroupSectionPageOperationOptions) ToHeaders ¶
func (o GetOnenoteSectionGroupSectionPageOperationOptions) ToHeaders() *client.Headers
func (GetOnenoteSectionGroupSectionPageOperationOptions) ToOData ¶
func (o GetOnenoteSectionGroupSectionPageOperationOptions) ToOData() *odata.Query
func (GetOnenoteSectionGroupSectionPageOperationOptions) ToQuery ¶
func (o GetOnenoteSectionGroupSectionPageOperationOptions) ToQuery() *client.QueryParams
type GetOnenoteSectionGroupSectionPagesCountOperationOptions ¶
type GetOnenoteSectionGroupSectionPagesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetOnenoteSectionGroupSectionPagesCountOperationOptions ¶
func DefaultGetOnenoteSectionGroupSectionPagesCountOperationOptions() GetOnenoteSectionGroupSectionPagesCountOperationOptions
func (GetOnenoteSectionGroupSectionPagesCountOperationOptions) ToHeaders ¶
func (o GetOnenoteSectionGroupSectionPagesCountOperationOptions) ToHeaders() *client.Headers
func (GetOnenoteSectionGroupSectionPagesCountOperationOptions) ToOData ¶
func (o GetOnenoteSectionGroupSectionPagesCountOperationOptions) ToOData() *odata.Query
func (GetOnenoteSectionGroupSectionPagesCountOperationOptions) ToQuery ¶
func (o GetOnenoteSectionGroupSectionPagesCountOperationOptions) ToQuery() *client.QueryParams
type ListOnenoteSectionGroupSectionPagesCompleteResult ¶
type ListOnenoteSectionGroupSectionPagesCompleteResult struct { LatestHttpResponse *http.Response Items []stable.OnenotePage }
type ListOnenoteSectionGroupSectionPagesCustomPager ¶
type ListOnenoteSectionGroupSectionPagesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListOnenoteSectionGroupSectionPagesCustomPager) NextPageLink ¶
func (p *ListOnenoteSectionGroupSectionPagesCustomPager) NextPageLink() *odata.Link
type ListOnenoteSectionGroupSectionPagesOperationOptions ¶
type ListOnenoteSectionGroupSectionPagesOperationOptions 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 DefaultListOnenoteSectionGroupSectionPagesOperationOptions ¶
func DefaultListOnenoteSectionGroupSectionPagesOperationOptions() ListOnenoteSectionGroupSectionPagesOperationOptions
func (ListOnenoteSectionGroupSectionPagesOperationOptions) ToHeaders ¶
func (o ListOnenoteSectionGroupSectionPagesOperationOptions) ToHeaders() *client.Headers
func (ListOnenoteSectionGroupSectionPagesOperationOptions) ToOData ¶
func (o ListOnenoteSectionGroupSectionPagesOperationOptions) ToOData() *odata.Query
func (ListOnenoteSectionGroupSectionPagesOperationOptions) ToQuery ¶
func (o ListOnenoteSectionGroupSectionPagesOperationOptions) ToQuery() *client.QueryParams
type OnenotePageOperationPredicate ¶
type OnenotePageOperationPredicate struct { }
func (OnenotePageOperationPredicate) Matches ¶
func (p OnenotePageOperationPredicate) Matches(input stable.OnenotePage) bool
type OnenoteSectionGroupSectionPageClient ¶
func NewOnenoteSectionGroupSectionPageClientWithBaseURI ¶
func NewOnenoteSectionGroupSectionPageClientWithBaseURI(sdkApi sdkEnv.Api) (*OnenoteSectionGroupSectionPageClient, error)
func (OnenoteSectionGroupSectionPageClient) CopyOnenoteSectionGroupSectionPageToSection ¶
func (c OnenoteSectionGroupSectionPageClient) CopyOnenoteSectionGroupSectionPageToSection(ctx context.Context, id stable.UserIdOnenoteSectionGroupIdSectionIdPageId, input CopyOnenoteSectionGroupSectionPageToSectionRequest, options CopyOnenoteSectionGroupSectionPageToSectionOperationOptions) (result CopyOnenoteSectionGroupSectionPageToSectionOperationResponse, err error)
CopyOnenoteSectionGroupSectionPageToSection - 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 (OnenoteSectionGroupSectionPageClient) CreateOnenoteSectionGroupSectionPage ¶
func (c OnenoteSectionGroupSectionPageClient) CreateOnenoteSectionGroupSectionPage(ctx context.Context, id stable.UserIdOnenoteSectionGroupIdSectionId, input stable.OnenotePage, options CreateOnenoteSectionGroupSectionPageOperationOptions) (result CreateOnenoteSectionGroupSectionPageOperationResponse, err error)
CreateOnenoteSectionGroupSectionPage - Create new navigation property to pages for users
func (OnenoteSectionGroupSectionPageClient) CreateOnenoteSectionGroupSectionPageOnenotePatchContent ¶
func (c OnenoteSectionGroupSectionPageClient) CreateOnenoteSectionGroupSectionPageOnenotePatchContent(ctx context.Context, id stable.UserIdOnenoteSectionGroupIdSectionIdPageId, input CreateOnenoteSectionGroupSectionPageOnenotePatchContentRequest, options CreateOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions) (result CreateOnenoteSectionGroupSectionPageOnenotePatchContentOperationResponse, err error)
CreateOnenoteSectionGroupSectionPageOnenotePatchContent - Invoke action onenotePatchContent
func (OnenoteSectionGroupSectionPageClient) DeleteOnenoteSectionGroupSectionPage ¶
func (c OnenoteSectionGroupSectionPageClient) DeleteOnenoteSectionGroupSectionPage(ctx context.Context, id stable.UserIdOnenoteSectionGroupIdSectionIdPageId, options DeleteOnenoteSectionGroupSectionPageOperationOptions) (result DeleteOnenoteSectionGroupSectionPageOperationResponse, err error)
DeleteOnenoteSectionGroupSectionPage - Delete navigation property pages for users
func (OnenoteSectionGroupSectionPageClient) GetOnenoteSectionGroupSectionPage ¶
func (c OnenoteSectionGroupSectionPageClient) GetOnenoteSectionGroupSectionPage(ctx context.Context, id stable.UserIdOnenoteSectionGroupIdSectionIdPageId, options GetOnenoteSectionGroupSectionPageOperationOptions) (result GetOnenoteSectionGroupSectionPageOperationResponse, err error)
GetOnenoteSectionGroupSectionPage - Get pages from users. The collection of pages in the section. Read-only. Nullable.
func (OnenoteSectionGroupSectionPageClient) GetOnenoteSectionGroupSectionPagesCount ¶
func (c OnenoteSectionGroupSectionPageClient) GetOnenoteSectionGroupSectionPagesCount(ctx context.Context, id stable.UserIdOnenoteSectionGroupIdSectionId, options GetOnenoteSectionGroupSectionPagesCountOperationOptions) (result GetOnenoteSectionGroupSectionPagesCountOperationResponse, err error)
GetOnenoteSectionGroupSectionPagesCount - Get the number of the resource
func (OnenoteSectionGroupSectionPageClient) ListOnenoteSectionGroupSectionPages ¶
func (c OnenoteSectionGroupSectionPageClient) ListOnenoteSectionGroupSectionPages(ctx context.Context, id stable.UserIdOnenoteSectionGroupIdSectionId, options ListOnenoteSectionGroupSectionPagesOperationOptions) (result ListOnenoteSectionGroupSectionPagesOperationResponse, err error)
ListOnenoteSectionGroupSectionPages - Get pages from users. The collection of pages in the section. Read-only. Nullable.
func (OnenoteSectionGroupSectionPageClient) ListOnenoteSectionGroupSectionPagesComplete ¶
func (c OnenoteSectionGroupSectionPageClient) ListOnenoteSectionGroupSectionPagesComplete(ctx context.Context, id stable.UserIdOnenoteSectionGroupIdSectionId, options ListOnenoteSectionGroupSectionPagesOperationOptions) (ListOnenoteSectionGroupSectionPagesCompleteResult, error)
ListOnenoteSectionGroupSectionPagesComplete retrieves all the results into a single object
func (OnenoteSectionGroupSectionPageClient) ListOnenoteSectionGroupSectionPagesCompleteMatchingPredicate ¶
func (c OnenoteSectionGroupSectionPageClient) ListOnenoteSectionGroupSectionPagesCompleteMatchingPredicate(ctx context.Context, id stable.UserIdOnenoteSectionGroupIdSectionId, options ListOnenoteSectionGroupSectionPagesOperationOptions, predicate OnenotePageOperationPredicate) (result ListOnenoteSectionGroupSectionPagesCompleteResult, err error)
ListOnenoteSectionGroupSectionPagesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (OnenoteSectionGroupSectionPageClient) UpdateOnenoteSectionGroupSectionPage ¶
func (c OnenoteSectionGroupSectionPageClient) UpdateOnenoteSectionGroupSectionPage(ctx context.Context, id stable.UserIdOnenoteSectionGroupIdSectionIdPageId, input stable.OnenotePage, options UpdateOnenoteSectionGroupSectionPageOperationOptions) (result UpdateOnenoteSectionGroupSectionPageOperationResponse, err error)
UpdateOnenoteSectionGroupSectionPage - Update the navigation property pages in users
type UpdateOnenoteSectionGroupSectionPageOperationOptions ¶
type UpdateOnenoteSectionGroupSectionPageOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateOnenoteSectionGroupSectionPageOperationOptions ¶
func DefaultUpdateOnenoteSectionGroupSectionPageOperationOptions() UpdateOnenoteSectionGroupSectionPageOperationOptions
func (UpdateOnenoteSectionGroupSectionPageOperationOptions) ToHeaders ¶
func (o UpdateOnenoteSectionGroupSectionPageOperationOptions) ToHeaders() *client.Headers
func (UpdateOnenoteSectionGroupSectionPageOperationOptions) ToOData ¶
func (o UpdateOnenoteSectionGroupSectionPageOperationOptions) ToOData() *odata.Query
func (UpdateOnenoteSectionGroupSectionPageOperationOptions) ToQuery ¶
func (o UpdateOnenoteSectionGroupSectionPageOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_copyonenotesectiongroupsectionpagetosection.go
- method_createonenotesectiongroupsectionpage.go
- method_createonenotesectiongroupsectionpageonenotepatchcontent.go
- method_deleteonenotesectiongroupsectionpage.go
- method_getonenotesectiongroupsectionpage.go
- method_getonenotesectiongroupsectionpagescount.go
- method_listonenotesectiongroupsectionpages.go
- method_updateonenotesectiongroupsectionpage.go
- model_copyonenotesectiongroupsectionpagetosectionrequest.go
- model_createonenotesectiongroupsectionpageonenotepatchcontentrequest.go
- predicates.go
- version.go