README ¶
github.com/hashicorp/go-azure-sdk/microsoft-graph/groups/stable/siteonenotesectiongroupsectionpage
Documentation
The siteonenotesectiongroupsectionpage
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/siteonenotesectiongroupsectionpage"
Client Initialization
client := siteonenotesectiongroupsectionpage.NewSiteOnenoteSectionGroupSectionPageClientWithBaseURI("https://graph.microsoft.com")
client.Client.Authorizer = authorizer
Example Usage: SiteOnenoteSectionGroupSectionPageClient.CopySiteOnenoteSectionGroupSectionPageToSection
ctx := context.TODO()
id := siteonenotesectiongroupsectionpage.NewGroupIdSiteIdOnenoteSectionGroupIdSectionIdPageID("groupId", "siteId", "sectionGroupId", "onenoteSectionId", "onenotePageId")
payload := siteonenotesectiongroupsectionpage.CopySiteOnenoteSectionGroupSectionPageToSectionRequest{
// ...
}
read, err := client.CopySiteOnenoteSectionGroupSectionPageToSection(ctx, id, payload, siteonenotesectiongroupsectionpage.DefaultCopySiteOnenoteSectionGroupSectionPageToSectionOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: SiteOnenoteSectionGroupSectionPageClient.CreateSiteOnenoteSectionGroupSectionPage
ctx := context.TODO()
id := siteonenotesectiongroupsectionpage.NewGroupIdSiteIdOnenoteSectionGroupIdSectionID("groupId", "siteId", "sectionGroupId", "onenoteSectionId")
payload := siteonenotesectiongroupsectionpage.OnenotePage{
// ...
}
read, err := client.CreateSiteOnenoteSectionGroupSectionPage(ctx, id, payload, siteonenotesectiongroupsectionpage.DefaultCreateSiteOnenoteSectionGroupSectionPageOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: SiteOnenoteSectionGroupSectionPageClient.CreateSiteOnenoteSectionGroupSectionPageOnenotePatchContent
ctx := context.TODO()
id := siteonenotesectiongroupsectionpage.NewGroupIdSiteIdOnenoteSectionGroupIdSectionIdPageID("groupId", "siteId", "sectionGroupId", "onenoteSectionId", "onenotePageId")
payload := siteonenotesectiongroupsectionpage.CreateSiteOnenoteSectionGroupSectionPageOnenotePatchContentRequest{
// ...
}
read, err := client.CreateSiteOnenoteSectionGroupSectionPageOnenotePatchContent(ctx, id, payload, siteonenotesectiongroupsectionpage.DefaultCreateSiteOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: SiteOnenoteSectionGroupSectionPageClient.DeleteSiteOnenoteSectionGroupSectionPage
ctx := context.TODO()
id := siteonenotesectiongroupsectionpage.NewGroupIdSiteIdOnenoteSectionGroupIdSectionIdPageID("groupId", "siteId", "sectionGroupId", "onenoteSectionId", "onenotePageId")
read, err := client.DeleteSiteOnenoteSectionGroupSectionPage(ctx, id, siteonenotesectiongroupsectionpage.DefaultDeleteSiteOnenoteSectionGroupSectionPageOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: SiteOnenoteSectionGroupSectionPageClient.GetSiteOnenoteSectionGroupSectionPage
ctx := context.TODO()
id := siteonenotesectiongroupsectionpage.NewGroupIdSiteIdOnenoteSectionGroupIdSectionIdPageID("groupId", "siteId", "sectionGroupId", "onenoteSectionId", "onenotePageId")
read, err := client.GetSiteOnenoteSectionGroupSectionPage(ctx, id, siteonenotesectiongroupsectionpage.DefaultGetSiteOnenoteSectionGroupSectionPageOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: SiteOnenoteSectionGroupSectionPageClient.GetSiteOnenoteSectionGroupSectionPagesCount
ctx := context.TODO()
id := siteonenotesectiongroupsectionpage.NewGroupIdSiteIdOnenoteSectionGroupIdSectionID("groupId", "siteId", "sectionGroupId", "onenoteSectionId")
read, err := client.GetSiteOnenoteSectionGroupSectionPagesCount(ctx, id, siteonenotesectiongroupsectionpage.DefaultGetSiteOnenoteSectionGroupSectionPagesCountOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: SiteOnenoteSectionGroupSectionPageClient.ListSiteOnenoteSectionGroupSectionPages
ctx := context.TODO()
id := siteonenotesectiongroupsectionpage.NewGroupIdSiteIdOnenoteSectionGroupIdSectionID("groupId", "siteId", "sectionGroupId", "onenoteSectionId")
// alternatively `client.ListSiteOnenoteSectionGroupSectionPages(ctx, id, siteonenotesectiongroupsectionpage.DefaultListSiteOnenoteSectionGroupSectionPagesOperationOptions())` can be used to do batched pagination
items, err := client.ListSiteOnenoteSectionGroupSectionPagesComplete(ctx, id, siteonenotesectiongroupsectionpage.DefaultListSiteOnenoteSectionGroupSectionPagesOperationOptions())
if err != nil {
// handle the error
}
for _, item := range items {
// do something
}
Example Usage: SiteOnenoteSectionGroupSectionPageClient.UpdateSiteOnenoteSectionGroupSectionPage
ctx := context.TODO()
id := siteonenotesectiongroupsectionpage.NewGroupIdSiteIdOnenoteSectionGroupIdSectionIdPageID("groupId", "siteId", "sectionGroupId", "onenoteSectionId", "onenotePageId")
payload := siteonenotesectiongroupsectionpage.OnenotePage{
// ...
}
read, err := client.UpdateSiteOnenoteSectionGroupSectionPage(ctx, id, payload, siteonenotesectiongroupsectionpage.DefaultUpdateSiteOnenoteSectionGroupSectionPageOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Documentation ¶
Index ¶
- type CopySiteOnenoteSectionGroupSectionPageToSectionOperationOptions
- type CopySiteOnenoteSectionGroupSectionPageToSectionOperationResponse
- type CopySiteOnenoteSectionGroupSectionPageToSectionRequest
- type CreateSiteOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions
- func (o CreateSiteOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions) ToHeaders() *client.Headers
- func (o CreateSiteOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions) ToOData() *odata.Query
- func (o CreateSiteOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions) ToQuery() *client.QueryParams
- type CreateSiteOnenoteSectionGroupSectionPageOnenotePatchContentOperationResponse
- type CreateSiteOnenoteSectionGroupSectionPageOnenotePatchContentRequest
- type CreateSiteOnenoteSectionGroupSectionPageOperationOptions
- type CreateSiteOnenoteSectionGroupSectionPageOperationResponse
- type DeleteSiteOnenoteSectionGroupSectionPageOperationOptions
- type DeleteSiteOnenoteSectionGroupSectionPageOperationResponse
- type GetSiteOnenoteSectionGroupSectionPageOperationOptions
- type GetSiteOnenoteSectionGroupSectionPageOperationResponse
- type GetSiteOnenoteSectionGroupSectionPagesCountOperationOptions
- type GetSiteOnenoteSectionGroupSectionPagesCountOperationResponse
- type ListSiteOnenoteSectionGroupSectionPagesCompleteResult
- type ListSiteOnenoteSectionGroupSectionPagesCustomPager
- type ListSiteOnenoteSectionGroupSectionPagesOperationOptions
- type ListSiteOnenoteSectionGroupSectionPagesOperationResponse
- type OnenotePageOperationPredicate
- type SiteOnenoteSectionGroupSectionPageClient
- func (c SiteOnenoteSectionGroupSectionPageClient) CopySiteOnenoteSectionGroupSectionPageToSection(ctx context.Context, ...) (result CopySiteOnenoteSectionGroupSectionPageToSectionOperationResponse, ...)
- func (c SiteOnenoteSectionGroupSectionPageClient) CreateSiteOnenoteSectionGroupSectionPage(ctx context.Context, id stable.GroupIdSiteIdOnenoteSectionGroupIdSectionId, ...) (result CreateSiteOnenoteSectionGroupSectionPageOperationResponse, err error)
- func (c SiteOnenoteSectionGroupSectionPageClient) CreateSiteOnenoteSectionGroupSectionPageOnenotePatchContent(ctx context.Context, ...) (...)
- func (c SiteOnenoteSectionGroupSectionPageClient) DeleteSiteOnenoteSectionGroupSectionPage(ctx context.Context, ...) (result DeleteSiteOnenoteSectionGroupSectionPageOperationResponse, err error)
- func (c SiteOnenoteSectionGroupSectionPageClient) GetSiteOnenoteSectionGroupSectionPage(ctx context.Context, ...) (result GetSiteOnenoteSectionGroupSectionPageOperationResponse, err error)
- func (c SiteOnenoteSectionGroupSectionPageClient) GetSiteOnenoteSectionGroupSectionPagesCount(ctx context.Context, id stable.GroupIdSiteIdOnenoteSectionGroupIdSectionId, ...) (result GetSiteOnenoteSectionGroupSectionPagesCountOperationResponse, err error)
- func (c SiteOnenoteSectionGroupSectionPageClient) ListSiteOnenoteSectionGroupSectionPages(ctx context.Context, id stable.GroupIdSiteIdOnenoteSectionGroupIdSectionId, ...) (result ListSiteOnenoteSectionGroupSectionPagesOperationResponse, err error)
- func (c SiteOnenoteSectionGroupSectionPageClient) ListSiteOnenoteSectionGroupSectionPagesComplete(ctx context.Context, id stable.GroupIdSiteIdOnenoteSectionGroupIdSectionId, ...) (ListSiteOnenoteSectionGroupSectionPagesCompleteResult, error)
- func (c SiteOnenoteSectionGroupSectionPageClient) ListSiteOnenoteSectionGroupSectionPagesCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdSiteIdOnenoteSectionGroupIdSectionId, ...) (result ListSiteOnenoteSectionGroupSectionPagesCompleteResult, err error)
- func (c SiteOnenoteSectionGroupSectionPageClient) UpdateSiteOnenoteSectionGroupSectionPage(ctx context.Context, ...) (result UpdateSiteOnenoteSectionGroupSectionPageOperationResponse, err error)
- type UpdateSiteOnenoteSectionGroupSectionPageOperationOptions
- type UpdateSiteOnenoteSectionGroupSectionPageOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CopySiteOnenoteSectionGroupSectionPageToSectionOperationOptions ¶
type CopySiteOnenoteSectionGroupSectionPageToSectionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCopySiteOnenoteSectionGroupSectionPageToSectionOperationOptions ¶
func DefaultCopySiteOnenoteSectionGroupSectionPageToSectionOperationOptions() CopySiteOnenoteSectionGroupSectionPageToSectionOperationOptions
func (CopySiteOnenoteSectionGroupSectionPageToSectionOperationOptions) ToHeaders ¶
func (o CopySiteOnenoteSectionGroupSectionPageToSectionOperationOptions) ToHeaders() *client.Headers
func (CopySiteOnenoteSectionGroupSectionPageToSectionOperationOptions) ToOData ¶
func (o CopySiteOnenoteSectionGroupSectionPageToSectionOperationOptions) ToOData() *odata.Query
func (CopySiteOnenoteSectionGroupSectionPageToSectionOperationOptions) ToQuery ¶
func (o CopySiteOnenoteSectionGroupSectionPageToSectionOperationOptions) ToQuery() *client.QueryParams
type CopySiteOnenoteSectionGroupSectionPageToSectionRequest ¶
type CopySiteOnenoteSectionGroupSectionPageToSectionRequest 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 CreateSiteOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions ¶
type CreateSiteOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateSiteOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions ¶
func DefaultCreateSiteOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions() CreateSiteOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions
func (CreateSiteOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions) ToHeaders ¶
func (o CreateSiteOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions) ToHeaders() *client.Headers
func (CreateSiteOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions) ToOData ¶
func (o CreateSiteOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions) ToOData() *odata.Query
type CreateSiteOnenoteSectionGroupSectionPageOnenotePatchContentRequest ¶
type CreateSiteOnenoteSectionGroupSectionPageOnenotePatchContentRequest struct {
Commands *[]stable.OnenotePatchContentCommand `json:"commands,omitempty"`
}
type CreateSiteOnenoteSectionGroupSectionPageOperationOptions ¶
type CreateSiteOnenoteSectionGroupSectionPageOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateSiteOnenoteSectionGroupSectionPageOperationOptions ¶
func DefaultCreateSiteOnenoteSectionGroupSectionPageOperationOptions() CreateSiteOnenoteSectionGroupSectionPageOperationOptions
func (CreateSiteOnenoteSectionGroupSectionPageOperationOptions) ToHeaders ¶
func (o CreateSiteOnenoteSectionGroupSectionPageOperationOptions) ToHeaders() *client.Headers
func (CreateSiteOnenoteSectionGroupSectionPageOperationOptions) ToOData ¶
func (o CreateSiteOnenoteSectionGroupSectionPageOperationOptions) ToOData() *odata.Query
func (CreateSiteOnenoteSectionGroupSectionPageOperationOptions) ToQuery ¶
func (o CreateSiteOnenoteSectionGroupSectionPageOperationOptions) ToQuery() *client.QueryParams
type DeleteSiteOnenoteSectionGroupSectionPageOperationOptions ¶
type DeleteSiteOnenoteSectionGroupSectionPageOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteSiteOnenoteSectionGroupSectionPageOperationOptions ¶
func DefaultDeleteSiteOnenoteSectionGroupSectionPageOperationOptions() DeleteSiteOnenoteSectionGroupSectionPageOperationOptions
func (DeleteSiteOnenoteSectionGroupSectionPageOperationOptions) ToHeaders ¶
func (o DeleteSiteOnenoteSectionGroupSectionPageOperationOptions) ToHeaders() *client.Headers
func (DeleteSiteOnenoteSectionGroupSectionPageOperationOptions) ToOData ¶
func (o DeleteSiteOnenoteSectionGroupSectionPageOperationOptions) ToOData() *odata.Query
func (DeleteSiteOnenoteSectionGroupSectionPageOperationOptions) ToQuery ¶
func (o DeleteSiteOnenoteSectionGroupSectionPageOperationOptions) ToQuery() *client.QueryParams
type GetSiteOnenoteSectionGroupSectionPageOperationOptions ¶
type GetSiteOnenoteSectionGroupSectionPageOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetSiteOnenoteSectionGroupSectionPageOperationOptions ¶
func DefaultGetSiteOnenoteSectionGroupSectionPageOperationOptions() GetSiteOnenoteSectionGroupSectionPageOperationOptions
func (GetSiteOnenoteSectionGroupSectionPageOperationOptions) ToHeaders ¶
func (o GetSiteOnenoteSectionGroupSectionPageOperationOptions) ToHeaders() *client.Headers
func (GetSiteOnenoteSectionGroupSectionPageOperationOptions) ToOData ¶
func (o GetSiteOnenoteSectionGroupSectionPageOperationOptions) ToOData() *odata.Query
func (GetSiteOnenoteSectionGroupSectionPageOperationOptions) ToQuery ¶
func (o GetSiteOnenoteSectionGroupSectionPageOperationOptions) ToQuery() *client.QueryParams
type GetSiteOnenoteSectionGroupSectionPagesCountOperationOptions ¶
type GetSiteOnenoteSectionGroupSectionPagesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetSiteOnenoteSectionGroupSectionPagesCountOperationOptions ¶
func DefaultGetSiteOnenoteSectionGroupSectionPagesCountOperationOptions() GetSiteOnenoteSectionGroupSectionPagesCountOperationOptions
func (GetSiteOnenoteSectionGroupSectionPagesCountOperationOptions) ToHeaders ¶
func (o GetSiteOnenoteSectionGroupSectionPagesCountOperationOptions) ToHeaders() *client.Headers
func (GetSiteOnenoteSectionGroupSectionPagesCountOperationOptions) ToOData ¶
func (o GetSiteOnenoteSectionGroupSectionPagesCountOperationOptions) ToOData() *odata.Query
func (GetSiteOnenoteSectionGroupSectionPagesCountOperationOptions) ToQuery ¶
func (o GetSiteOnenoteSectionGroupSectionPagesCountOperationOptions) ToQuery() *client.QueryParams
type ListSiteOnenoteSectionGroupSectionPagesCompleteResult ¶
type ListSiteOnenoteSectionGroupSectionPagesCompleteResult struct { LatestHttpResponse *http.Response Items []stable.OnenotePage }
type ListSiteOnenoteSectionGroupSectionPagesCustomPager ¶
type ListSiteOnenoteSectionGroupSectionPagesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListSiteOnenoteSectionGroupSectionPagesCustomPager) NextPageLink ¶
func (p *ListSiteOnenoteSectionGroupSectionPagesCustomPager) NextPageLink() *odata.Link
type ListSiteOnenoteSectionGroupSectionPagesOperationOptions ¶
type ListSiteOnenoteSectionGroupSectionPagesOperationOptions 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 DefaultListSiteOnenoteSectionGroupSectionPagesOperationOptions ¶
func DefaultListSiteOnenoteSectionGroupSectionPagesOperationOptions() ListSiteOnenoteSectionGroupSectionPagesOperationOptions
func (ListSiteOnenoteSectionGroupSectionPagesOperationOptions) ToHeaders ¶
func (o ListSiteOnenoteSectionGroupSectionPagesOperationOptions) ToHeaders() *client.Headers
func (ListSiteOnenoteSectionGroupSectionPagesOperationOptions) ToOData ¶
func (o ListSiteOnenoteSectionGroupSectionPagesOperationOptions) ToOData() *odata.Query
func (ListSiteOnenoteSectionGroupSectionPagesOperationOptions) ToQuery ¶
func (o ListSiteOnenoteSectionGroupSectionPagesOperationOptions) ToQuery() *client.QueryParams
type OnenotePageOperationPredicate ¶
type OnenotePageOperationPredicate struct { }
func (OnenotePageOperationPredicate) Matches ¶
func (p OnenotePageOperationPredicate) Matches(input stable.OnenotePage) bool
type SiteOnenoteSectionGroupSectionPageClient ¶
func NewSiteOnenoteSectionGroupSectionPageClientWithBaseURI ¶
func NewSiteOnenoteSectionGroupSectionPageClientWithBaseURI(sdkApi sdkEnv.Api) (*SiteOnenoteSectionGroupSectionPageClient, error)
func (SiteOnenoteSectionGroupSectionPageClient) CopySiteOnenoteSectionGroupSectionPageToSection ¶
func (c SiteOnenoteSectionGroupSectionPageClient) CopySiteOnenoteSectionGroupSectionPageToSection(ctx context.Context, id stable.GroupIdSiteIdOnenoteSectionGroupIdSectionIdPageId, input CopySiteOnenoteSectionGroupSectionPageToSectionRequest, options CopySiteOnenoteSectionGroupSectionPageToSectionOperationOptions) (result CopySiteOnenoteSectionGroupSectionPageToSectionOperationResponse, err error)
CopySiteOnenoteSectionGroupSectionPageToSection - 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 (SiteOnenoteSectionGroupSectionPageClient) CreateSiteOnenoteSectionGroupSectionPage ¶
func (c SiteOnenoteSectionGroupSectionPageClient) CreateSiteOnenoteSectionGroupSectionPage(ctx context.Context, id stable.GroupIdSiteIdOnenoteSectionGroupIdSectionId, input stable.OnenotePage, options CreateSiteOnenoteSectionGroupSectionPageOperationOptions) (result CreateSiteOnenoteSectionGroupSectionPageOperationResponse, err error)
CreateSiteOnenoteSectionGroupSectionPage - Create new navigation property to pages for groups
func (SiteOnenoteSectionGroupSectionPageClient) CreateSiteOnenoteSectionGroupSectionPageOnenotePatchContent ¶
func (c SiteOnenoteSectionGroupSectionPageClient) CreateSiteOnenoteSectionGroupSectionPageOnenotePatchContent(ctx context.Context, id stable.GroupIdSiteIdOnenoteSectionGroupIdSectionIdPageId, input CreateSiteOnenoteSectionGroupSectionPageOnenotePatchContentRequest, options CreateSiteOnenoteSectionGroupSectionPageOnenotePatchContentOperationOptions) (result CreateSiteOnenoteSectionGroupSectionPageOnenotePatchContentOperationResponse, err error)
CreateSiteOnenoteSectionGroupSectionPageOnenotePatchContent - Invoke action onenotePatchContent
func (SiteOnenoteSectionGroupSectionPageClient) DeleteSiteOnenoteSectionGroupSectionPage ¶
func (c SiteOnenoteSectionGroupSectionPageClient) DeleteSiteOnenoteSectionGroupSectionPage(ctx context.Context, id stable.GroupIdSiteIdOnenoteSectionGroupIdSectionIdPageId, options DeleteSiteOnenoteSectionGroupSectionPageOperationOptions) (result DeleteSiteOnenoteSectionGroupSectionPageOperationResponse, err error)
DeleteSiteOnenoteSectionGroupSectionPage - Delete navigation property pages for groups
func (SiteOnenoteSectionGroupSectionPageClient) GetSiteOnenoteSectionGroupSectionPage ¶
func (c SiteOnenoteSectionGroupSectionPageClient) GetSiteOnenoteSectionGroupSectionPage(ctx context.Context, id stable.GroupIdSiteIdOnenoteSectionGroupIdSectionIdPageId, options GetSiteOnenoteSectionGroupSectionPageOperationOptions) (result GetSiteOnenoteSectionGroupSectionPageOperationResponse, err error)
GetSiteOnenoteSectionGroupSectionPage - Get pages from groups. The collection of pages in the section. Read-only. Nullable.
func (SiteOnenoteSectionGroupSectionPageClient) GetSiteOnenoteSectionGroupSectionPagesCount ¶
func (c SiteOnenoteSectionGroupSectionPageClient) GetSiteOnenoteSectionGroupSectionPagesCount(ctx context.Context, id stable.GroupIdSiteIdOnenoteSectionGroupIdSectionId, options GetSiteOnenoteSectionGroupSectionPagesCountOperationOptions) (result GetSiteOnenoteSectionGroupSectionPagesCountOperationResponse, err error)
GetSiteOnenoteSectionGroupSectionPagesCount - Get the number of the resource
func (SiteOnenoteSectionGroupSectionPageClient) ListSiteOnenoteSectionGroupSectionPages ¶
func (c SiteOnenoteSectionGroupSectionPageClient) ListSiteOnenoteSectionGroupSectionPages(ctx context.Context, id stable.GroupIdSiteIdOnenoteSectionGroupIdSectionId, options ListSiteOnenoteSectionGroupSectionPagesOperationOptions) (result ListSiteOnenoteSectionGroupSectionPagesOperationResponse, err error)
ListSiteOnenoteSectionGroupSectionPages - Get pages from groups. The collection of pages in the section. Read-only. Nullable.
func (SiteOnenoteSectionGroupSectionPageClient) ListSiteOnenoteSectionGroupSectionPagesComplete ¶
func (c SiteOnenoteSectionGroupSectionPageClient) ListSiteOnenoteSectionGroupSectionPagesComplete(ctx context.Context, id stable.GroupIdSiteIdOnenoteSectionGroupIdSectionId, options ListSiteOnenoteSectionGroupSectionPagesOperationOptions) (ListSiteOnenoteSectionGroupSectionPagesCompleteResult, error)
ListSiteOnenoteSectionGroupSectionPagesComplete retrieves all the results into a single object
func (SiteOnenoteSectionGroupSectionPageClient) ListSiteOnenoteSectionGroupSectionPagesCompleteMatchingPredicate ¶
func (c SiteOnenoteSectionGroupSectionPageClient) ListSiteOnenoteSectionGroupSectionPagesCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdSiteIdOnenoteSectionGroupIdSectionId, options ListSiteOnenoteSectionGroupSectionPagesOperationOptions, predicate OnenotePageOperationPredicate) (result ListSiteOnenoteSectionGroupSectionPagesCompleteResult, err error)
ListSiteOnenoteSectionGroupSectionPagesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (SiteOnenoteSectionGroupSectionPageClient) UpdateSiteOnenoteSectionGroupSectionPage ¶
func (c SiteOnenoteSectionGroupSectionPageClient) UpdateSiteOnenoteSectionGroupSectionPage(ctx context.Context, id stable.GroupIdSiteIdOnenoteSectionGroupIdSectionIdPageId, input stable.OnenotePage, options UpdateSiteOnenoteSectionGroupSectionPageOperationOptions) (result UpdateSiteOnenoteSectionGroupSectionPageOperationResponse, err error)
UpdateSiteOnenoteSectionGroupSectionPage - Update the navigation property pages in groups
type UpdateSiteOnenoteSectionGroupSectionPageOperationOptions ¶
type UpdateSiteOnenoteSectionGroupSectionPageOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateSiteOnenoteSectionGroupSectionPageOperationOptions ¶
func DefaultUpdateSiteOnenoteSectionGroupSectionPageOperationOptions() UpdateSiteOnenoteSectionGroupSectionPageOperationOptions
func (UpdateSiteOnenoteSectionGroupSectionPageOperationOptions) ToHeaders ¶
func (o UpdateSiteOnenoteSectionGroupSectionPageOperationOptions) ToHeaders() *client.Headers
func (UpdateSiteOnenoteSectionGroupSectionPageOperationOptions) ToOData ¶
func (o UpdateSiteOnenoteSectionGroupSectionPageOperationOptions) ToOData() *odata.Query
func (UpdateSiteOnenoteSectionGroupSectionPageOperationOptions) ToQuery ¶
func (o UpdateSiteOnenoteSectionGroupSectionPageOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_copysiteonenotesectiongroupsectionpagetosection.go
- method_createsiteonenotesectiongroupsectionpage.go
- method_createsiteonenotesectiongroupsectionpageonenotepatchcontent.go
- method_deletesiteonenotesectiongroupsectionpage.go
- method_getsiteonenotesectiongroupsectionpage.go
- method_getsiteonenotesectiongroupsectionpagescount.go
- method_listsiteonenotesectiongroupsectionpages.go
- method_updatesiteonenotesectiongroupsectionpage.go
- model_copysiteonenotesectiongroupsectionpagetosectionrequest.go
- model_createsiteonenotesectiongroupsectionpageonenotepatchcontentrequest.go
- predicates.go
- version.go