README
¶
github.com/hashicorp/go-azure-sdk/microsoft-graph/groups/stable/siteonenotenotebooksectionpage
Documentation
The siteonenotenotebooksectionpage
SDK allows for interaction with Microsoft Graph groups
(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/groups/stable/siteonenotenotebooksectionpage"
Client Initialization
client := siteonenotenotebooksectionpage.NewSiteOnenoteNotebookSectionPageClientWithBaseURI("https://graph.microsoft.com")
client.Client.Authorizer = authorizer
Example Usage: SiteOnenoteNotebookSectionPageClient.CopySiteOnenoteNotebookSectionPageToSection
ctx := context.TODO()
id := siteonenotenotebooksectionpage.NewGroupIdSiteIdOnenoteNotebookIdSectionIdPageID("groupId", "siteId", "notebookId", "onenoteSectionId", "onenotePageId")
payload := siteonenotenotebooksectionpage.CopySiteOnenoteNotebookSectionPageToSectionRequest{
// ...
}
read, err := client.CopySiteOnenoteNotebookSectionPageToSection(ctx, id, payload, siteonenotenotebooksectionpage.DefaultCopySiteOnenoteNotebookSectionPageToSectionOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: SiteOnenoteNotebookSectionPageClient.CreateSiteOnenoteNotebookSectionPage
ctx := context.TODO()
id := siteonenotenotebooksectionpage.NewGroupIdSiteIdOnenoteNotebookIdSectionID("groupId", "siteId", "notebookId", "onenoteSectionId")
payload := siteonenotenotebooksectionpage.OnenotePage{
// ...
}
read, err := client.CreateSiteOnenoteNotebookSectionPage(ctx, id, payload, siteonenotenotebooksectionpage.DefaultCreateSiteOnenoteNotebookSectionPageOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: SiteOnenoteNotebookSectionPageClient.CreateSiteOnenoteNotebookSectionPageOnenotePatchContent
ctx := context.TODO()
id := siteonenotenotebooksectionpage.NewGroupIdSiteIdOnenoteNotebookIdSectionIdPageID("groupId", "siteId", "notebookId", "onenoteSectionId", "onenotePageId")
payload := siteonenotenotebooksectionpage.CreateSiteOnenoteNotebookSectionPageOnenotePatchContentRequest{
// ...
}
read, err := client.CreateSiteOnenoteNotebookSectionPageOnenotePatchContent(ctx, id, payload, siteonenotenotebooksectionpage.DefaultCreateSiteOnenoteNotebookSectionPageOnenotePatchContentOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: SiteOnenoteNotebookSectionPageClient.DeleteSiteOnenoteNotebookSectionPage
ctx := context.TODO()
id := siteonenotenotebooksectionpage.NewGroupIdSiteIdOnenoteNotebookIdSectionIdPageID("groupId", "siteId", "notebookId", "onenoteSectionId", "onenotePageId")
read, err := client.DeleteSiteOnenoteNotebookSectionPage(ctx, id, siteonenotenotebooksectionpage.DefaultDeleteSiteOnenoteNotebookSectionPageOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: SiteOnenoteNotebookSectionPageClient.GetSiteOnenoteNotebookSectionPage
ctx := context.TODO()
id := siteonenotenotebooksectionpage.NewGroupIdSiteIdOnenoteNotebookIdSectionIdPageID("groupId", "siteId", "notebookId", "onenoteSectionId", "onenotePageId")
read, err := client.GetSiteOnenoteNotebookSectionPage(ctx, id, siteonenotenotebooksectionpage.DefaultGetSiteOnenoteNotebookSectionPageOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: SiteOnenoteNotebookSectionPageClient.GetSiteOnenoteNotebookSectionPagesCount
ctx := context.TODO()
id := siteonenotenotebooksectionpage.NewGroupIdSiteIdOnenoteNotebookIdSectionID("groupId", "siteId", "notebookId", "onenoteSectionId")
read, err := client.GetSiteOnenoteNotebookSectionPagesCount(ctx, id, siteonenotenotebooksectionpage.DefaultGetSiteOnenoteNotebookSectionPagesCountOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: SiteOnenoteNotebookSectionPageClient.ListSiteOnenoteNotebookSectionPages
ctx := context.TODO()
id := siteonenotenotebooksectionpage.NewGroupIdSiteIdOnenoteNotebookIdSectionID("groupId", "siteId", "notebookId", "onenoteSectionId")
// alternatively `client.ListSiteOnenoteNotebookSectionPages(ctx, id, siteonenotenotebooksectionpage.DefaultListSiteOnenoteNotebookSectionPagesOperationOptions())` can be used to do batched pagination
items, err := client.ListSiteOnenoteNotebookSectionPagesComplete(ctx, id, siteonenotenotebooksectionpage.DefaultListSiteOnenoteNotebookSectionPagesOperationOptions())
if err != nil {
// handle the error
}
for _, item := range items {
// do something
}
Example Usage: SiteOnenoteNotebookSectionPageClient.UpdateSiteOnenoteNotebookSectionPage
ctx := context.TODO()
id := siteonenotenotebooksectionpage.NewGroupIdSiteIdOnenoteNotebookIdSectionIdPageID("groupId", "siteId", "notebookId", "onenoteSectionId", "onenotePageId")
payload := siteonenotenotebooksectionpage.OnenotePage{
// ...
}
read, err := client.UpdateSiteOnenoteNotebookSectionPage(ctx, id, payload, siteonenotenotebooksectionpage.DefaultUpdateSiteOnenoteNotebookSectionPageOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
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