README
¶
github.com/hashicorp/go-azure-sdk/microsoft-graph/groups/stable/onenotenotebooksectionpage
Documentation
The onenotenotebooksectionpage
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/onenotenotebooksectionpage"
Client Initialization
client := onenotenotebooksectionpage.NewOnenoteNotebookSectionPageClientWithBaseURI("https://graph.microsoft.com")
client.Client.Authorizer = authorizer
Example Usage: OnenoteNotebookSectionPageClient.CopyOnenoteNotebookSectionPageToSection
ctx := context.TODO()
id := onenotenotebooksectionpage.NewGroupIdOnenoteNotebookIdSectionIdPageID("groupId", "notebookId", "onenoteSectionId", "onenotePageId")
payload := onenotenotebooksectionpage.CopyOnenoteNotebookSectionPageToSectionRequest{
// ...
}
read, err := client.CopyOnenoteNotebookSectionPageToSection(ctx, id, payload, onenotenotebooksectionpage.DefaultCopyOnenoteNotebookSectionPageToSectionOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: OnenoteNotebookSectionPageClient.CreateOnenoteNotebookSectionPage
ctx := context.TODO()
id := onenotenotebooksectionpage.NewGroupIdOnenoteNotebookIdSectionID("groupId", "notebookId", "onenoteSectionId")
payload := onenotenotebooksectionpage.OnenotePage{
// ...
}
read, err := client.CreateOnenoteNotebookSectionPage(ctx, id, payload, onenotenotebooksectionpage.DefaultCreateOnenoteNotebookSectionPageOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: OnenoteNotebookSectionPageClient.CreateOnenoteNotebookSectionPageOnenotePatchContent
ctx := context.TODO()
id := onenotenotebooksectionpage.NewGroupIdOnenoteNotebookIdSectionIdPageID("groupId", "notebookId", "onenoteSectionId", "onenotePageId")
payload := onenotenotebooksectionpage.CreateOnenoteNotebookSectionPageOnenotePatchContentRequest{
// ...
}
read, err := client.CreateOnenoteNotebookSectionPageOnenotePatchContent(ctx, id, payload, onenotenotebooksectionpage.DefaultCreateOnenoteNotebookSectionPageOnenotePatchContentOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: OnenoteNotebookSectionPageClient.DeleteOnenoteNotebookSectionPage
ctx := context.TODO()
id := onenotenotebooksectionpage.NewGroupIdOnenoteNotebookIdSectionIdPageID("groupId", "notebookId", "onenoteSectionId", "onenotePageId")
read, err := client.DeleteOnenoteNotebookSectionPage(ctx, id, onenotenotebooksectionpage.DefaultDeleteOnenoteNotebookSectionPageOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: OnenoteNotebookSectionPageClient.GetOnenoteNotebookSectionPage
ctx := context.TODO()
id := onenotenotebooksectionpage.NewGroupIdOnenoteNotebookIdSectionIdPageID("groupId", "notebookId", "onenoteSectionId", "onenotePageId")
read, err := client.GetOnenoteNotebookSectionPage(ctx, id, onenotenotebooksectionpage.DefaultGetOnenoteNotebookSectionPageOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: OnenoteNotebookSectionPageClient.GetOnenoteNotebookSectionPagesCount
ctx := context.TODO()
id := onenotenotebooksectionpage.NewGroupIdOnenoteNotebookIdSectionID("groupId", "notebookId", "onenoteSectionId")
read, err := client.GetOnenoteNotebookSectionPagesCount(ctx, id, onenotenotebooksectionpage.DefaultGetOnenoteNotebookSectionPagesCountOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: OnenoteNotebookSectionPageClient.ListOnenoteNotebookSectionPages
ctx := context.TODO()
id := onenotenotebooksectionpage.NewGroupIdOnenoteNotebookIdSectionID("groupId", "notebookId", "onenoteSectionId")
// alternatively `client.ListOnenoteNotebookSectionPages(ctx, id, onenotenotebooksectionpage.DefaultListOnenoteNotebookSectionPagesOperationOptions())` can be used to do batched pagination
items, err := client.ListOnenoteNotebookSectionPagesComplete(ctx, id, onenotenotebooksectionpage.DefaultListOnenoteNotebookSectionPagesOperationOptions())
if err != nil {
// handle the error
}
for _, item := range items {
// do something
}
Example Usage: OnenoteNotebookSectionPageClient.UpdateOnenoteNotebookSectionPage
ctx := context.TODO()
id := onenotenotebooksectionpage.NewGroupIdOnenoteNotebookIdSectionIdPageID("groupId", "notebookId", "onenoteSectionId", "onenotePageId")
payload := onenotenotebooksectionpage.OnenotePage{
// ...
}
read, err := client.UpdateOnenoteNotebookSectionPage(ctx, id, payload, onenotenotebooksectionpage.DefaultUpdateOnenoteNotebookSectionPageOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Documentation
¶
Index ¶
- type CopyOnenoteNotebookSectionPageToSectionOperationOptions
- type CopyOnenoteNotebookSectionPageToSectionOperationResponse
- type CopyOnenoteNotebookSectionPageToSectionRequest
- type CreateOnenoteNotebookSectionPageOnenotePatchContentOperationOptions
- func (o CreateOnenoteNotebookSectionPageOnenotePatchContentOperationOptions) ToHeaders() *client.Headers
- func (o CreateOnenoteNotebookSectionPageOnenotePatchContentOperationOptions) ToOData() *odata.Query
- func (o CreateOnenoteNotebookSectionPageOnenotePatchContentOperationOptions) ToQuery() *client.QueryParams
- type CreateOnenoteNotebookSectionPageOnenotePatchContentOperationResponse
- type CreateOnenoteNotebookSectionPageOnenotePatchContentRequest
- type CreateOnenoteNotebookSectionPageOperationOptions
- type CreateOnenoteNotebookSectionPageOperationResponse
- type DeleteOnenoteNotebookSectionPageOperationOptions
- type DeleteOnenoteNotebookSectionPageOperationResponse
- type GetOnenoteNotebookSectionPageOperationOptions
- type GetOnenoteNotebookSectionPageOperationResponse
- type GetOnenoteNotebookSectionPagesCountOperationOptions
- type GetOnenoteNotebookSectionPagesCountOperationResponse
- type ListOnenoteNotebookSectionPagesCompleteResult
- type ListOnenoteNotebookSectionPagesCustomPager
- type ListOnenoteNotebookSectionPagesOperationOptions
- type ListOnenoteNotebookSectionPagesOperationResponse
- type OnenoteNotebookSectionPageClient
- func (c OnenoteNotebookSectionPageClient) CopyOnenoteNotebookSectionPageToSection(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionIdPageId, ...) (result CopyOnenoteNotebookSectionPageToSectionOperationResponse, err error)
- func (c OnenoteNotebookSectionPageClient) CreateOnenoteNotebookSectionPage(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionId, ...) (result CreateOnenoteNotebookSectionPageOperationResponse, err error)
- func (c OnenoteNotebookSectionPageClient) CreateOnenoteNotebookSectionPageOnenotePatchContent(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionIdPageId, ...) (result CreateOnenoteNotebookSectionPageOnenotePatchContentOperationResponse, ...)
- func (c OnenoteNotebookSectionPageClient) DeleteOnenoteNotebookSectionPage(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionIdPageId, ...) (result DeleteOnenoteNotebookSectionPageOperationResponse, err error)
- func (c OnenoteNotebookSectionPageClient) GetOnenoteNotebookSectionPage(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionIdPageId, ...) (result GetOnenoteNotebookSectionPageOperationResponse, err error)
- func (c OnenoteNotebookSectionPageClient) GetOnenoteNotebookSectionPagesCount(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionId, ...) (result GetOnenoteNotebookSectionPagesCountOperationResponse, err error)
- func (c OnenoteNotebookSectionPageClient) ListOnenoteNotebookSectionPages(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionId, ...) (result ListOnenoteNotebookSectionPagesOperationResponse, err error)
- func (c OnenoteNotebookSectionPageClient) ListOnenoteNotebookSectionPagesComplete(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionId, ...) (ListOnenoteNotebookSectionPagesCompleteResult, error)
- func (c OnenoteNotebookSectionPageClient) ListOnenoteNotebookSectionPagesCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionId, ...) (result ListOnenoteNotebookSectionPagesCompleteResult, err error)
- func (c OnenoteNotebookSectionPageClient) UpdateOnenoteNotebookSectionPage(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionIdPageId, ...) (result UpdateOnenoteNotebookSectionPageOperationResponse, err error)
- type OnenotePageOperationPredicate
- type UpdateOnenoteNotebookSectionPageOperationOptions
- type UpdateOnenoteNotebookSectionPageOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CopyOnenoteNotebookSectionPageToSectionOperationOptions ¶
type CopyOnenoteNotebookSectionPageToSectionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCopyOnenoteNotebookSectionPageToSectionOperationOptions ¶
func DefaultCopyOnenoteNotebookSectionPageToSectionOperationOptions() CopyOnenoteNotebookSectionPageToSectionOperationOptions
func (CopyOnenoteNotebookSectionPageToSectionOperationOptions) ToHeaders ¶
func (o CopyOnenoteNotebookSectionPageToSectionOperationOptions) ToHeaders() *client.Headers
func (CopyOnenoteNotebookSectionPageToSectionOperationOptions) ToOData ¶
func (o CopyOnenoteNotebookSectionPageToSectionOperationOptions) ToOData() *odata.Query
func (CopyOnenoteNotebookSectionPageToSectionOperationOptions) ToQuery ¶
func (o CopyOnenoteNotebookSectionPageToSectionOperationOptions) ToQuery() *client.QueryParams
type CreateOnenoteNotebookSectionPageOnenotePatchContentOperationOptions ¶
type CreateOnenoteNotebookSectionPageOnenotePatchContentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateOnenoteNotebookSectionPageOnenotePatchContentOperationOptions ¶
func DefaultCreateOnenoteNotebookSectionPageOnenotePatchContentOperationOptions() CreateOnenoteNotebookSectionPageOnenotePatchContentOperationOptions
func (CreateOnenoteNotebookSectionPageOnenotePatchContentOperationOptions) ToHeaders ¶
func (o CreateOnenoteNotebookSectionPageOnenotePatchContentOperationOptions) ToHeaders() *client.Headers
func (CreateOnenoteNotebookSectionPageOnenotePatchContentOperationOptions) ToOData ¶
func (o CreateOnenoteNotebookSectionPageOnenotePatchContentOperationOptions) ToOData() *odata.Query
func (CreateOnenoteNotebookSectionPageOnenotePatchContentOperationOptions) ToQuery ¶
func (o CreateOnenoteNotebookSectionPageOnenotePatchContentOperationOptions) ToQuery() *client.QueryParams
type CreateOnenoteNotebookSectionPageOnenotePatchContentRequest ¶
type CreateOnenoteNotebookSectionPageOnenotePatchContentRequest struct {
Commands *[]stable.OnenotePatchContentCommand `json:"commands,omitempty"`
}
type CreateOnenoteNotebookSectionPageOperationOptions ¶
type CreateOnenoteNotebookSectionPageOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateOnenoteNotebookSectionPageOperationOptions ¶
func DefaultCreateOnenoteNotebookSectionPageOperationOptions() CreateOnenoteNotebookSectionPageOperationOptions
func (CreateOnenoteNotebookSectionPageOperationOptions) ToHeaders ¶
func (o CreateOnenoteNotebookSectionPageOperationOptions) ToHeaders() *client.Headers
func (CreateOnenoteNotebookSectionPageOperationOptions) ToOData ¶
func (o CreateOnenoteNotebookSectionPageOperationOptions) ToOData() *odata.Query
func (CreateOnenoteNotebookSectionPageOperationOptions) ToQuery ¶
func (o CreateOnenoteNotebookSectionPageOperationOptions) ToQuery() *client.QueryParams
type DeleteOnenoteNotebookSectionPageOperationOptions ¶
type DeleteOnenoteNotebookSectionPageOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteOnenoteNotebookSectionPageOperationOptions ¶
func DefaultDeleteOnenoteNotebookSectionPageOperationOptions() DeleteOnenoteNotebookSectionPageOperationOptions
func (DeleteOnenoteNotebookSectionPageOperationOptions) ToHeaders ¶
func (o DeleteOnenoteNotebookSectionPageOperationOptions) ToHeaders() *client.Headers
func (DeleteOnenoteNotebookSectionPageOperationOptions) ToOData ¶
func (o DeleteOnenoteNotebookSectionPageOperationOptions) ToOData() *odata.Query
func (DeleteOnenoteNotebookSectionPageOperationOptions) ToQuery ¶
func (o DeleteOnenoteNotebookSectionPageOperationOptions) ToQuery() *client.QueryParams
type GetOnenoteNotebookSectionPageOperationOptions ¶
type GetOnenoteNotebookSectionPageOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetOnenoteNotebookSectionPageOperationOptions ¶
func DefaultGetOnenoteNotebookSectionPageOperationOptions() GetOnenoteNotebookSectionPageOperationOptions
func (GetOnenoteNotebookSectionPageOperationOptions) ToHeaders ¶
func (o GetOnenoteNotebookSectionPageOperationOptions) ToHeaders() *client.Headers
func (GetOnenoteNotebookSectionPageOperationOptions) ToOData ¶
func (o GetOnenoteNotebookSectionPageOperationOptions) ToOData() *odata.Query
func (GetOnenoteNotebookSectionPageOperationOptions) ToQuery ¶
func (o GetOnenoteNotebookSectionPageOperationOptions) ToQuery() *client.QueryParams
type GetOnenoteNotebookSectionPagesCountOperationOptions ¶
type GetOnenoteNotebookSectionPagesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetOnenoteNotebookSectionPagesCountOperationOptions ¶
func DefaultGetOnenoteNotebookSectionPagesCountOperationOptions() GetOnenoteNotebookSectionPagesCountOperationOptions
func (GetOnenoteNotebookSectionPagesCountOperationOptions) ToHeaders ¶
func (o GetOnenoteNotebookSectionPagesCountOperationOptions) ToHeaders() *client.Headers
func (GetOnenoteNotebookSectionPagesCountOperationOptions) ToOData ¶
func (o GetOnenoteNotebookSectionPagesCountOperationOptions) ToOData() *odata.Query
func (GetOnenoteNotebookSectionPagesCountOperationOptions) ToQuery ¶
func (o GetOnenoteNotebookSectionPagesCountOperationOptions) ToQuery() *client.QueryParams
type ListOnenoteNotebookSectionPagesCompleteResult ¶
type ListOnenoteNotebookSectionPagesCompleteResult struct { LatestHttpResponse *http.Response Items []stable.OnenotePage }
type ListOnenoteNotebookSectionPagesCustomPager ¶
type ListOnenoteNotebookSectionPagesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListOnenoteNotebookSectionPagesCustomPager) NextPageLink ¶
func (p *ListOnenoteNotebookSectionPagesCustomPager) NextPageLink() *odata.Link
type ListOnenoteNotebookSectionPagesOperationOptions ¶
type ListOnenoteNotebookSectionPagesOperationOptions 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 DefaultListOnenoteNotebookSectionPagesOperationOptions ¶
func DefaultListOnenoteNotebookSectionPagesOperationOptions() ListOnenoteNotebookSectionPagesOperationOptions
func (ListOnenoteNotebookSectionPagesOperationOptions) ToHeaders ¶
func (o ListOnenoteNotebookSectionPagesOperationOptions) ToHeaders() *client.Headers
func (ListOnenoteNotebookSectionPagesOperationOptions) ToOData ¶
func (o ListOnenoteNotebookSectionPagesOperationOptions) ToOData() *odata.Query
func (ListOnenoteNotebookSectionPagesOperationOptions) ToQuery ¶
func (o ListOnenoteNotebookSectionPagesOperationOptions) ToQuery() *client.QueryParams
type OnenoteNotebookSectionPageClient ¶
func NewOnenoteNotebookSectionPageClientWithBaseURI ¶
func NewOnenoteNotebookSectionPageClientWithBaseURI(sdkApi sdkEnv.Api) (*OnenoteNotebookSectionPageClient, error)
func (OnenoteNotebookSectionPageClient) CopyOnenoteNotebookSectionPageToSection ¶
func (c OnenoteNotebookSectionPageClient) CopyOnenoteNotebookSectionPageToSection(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionIdPageId, input CopyOnenoteNotebookSectionPageToSectionRequest, options CopyOnenoteNotebookSectionPageToSectionOperationOptions) (result CopyOnenoteNotebookSectionPageToSectionOperationResponse, err error)
CopyOnenoteNotebookSectionPageToSection - 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 (OnenoteNotebookSectionPageClient) CreateOnenoteNotebookSectionPage ¶
func (c OnenoteNotebookSectionPageClient) CreateOnenoteNotebookSectionPage(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionId, input stable.OnenotePage, options CreateOnenoteNotebookSectionPageOperationOptions) (result CreateOnenoteNotebookSectionPageOperationResponse, err error)
CreateOnenoteNotebookSectionPage - Create new navigation property to pages for groups
func (OnenoteNotebookSectionPageClient) CreateOnenoteNotebookSectionPageOnenotePatchContent ¶
func (c OnenoteNotebookSectionPageClient) CreateOnenoteNotebookSectionPageOnenotePatchContent(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionIdPageId, input CreateOnenoteNotebookSectionPageOnenotePatchContentRequest, options CreateOnenoteNotebookSectionPageOnenotePatchContentOperationOptions) (result CreateOnenoteNotebookSectionPageOnenotePatchContentOperationResponse, err error)
CreateOnenoteNotebookSectionPageOnenotePatchContent - Invoke action onenotePatchContent
func (OnenoteNotebookSectionPageClient) DeleteOnenoteNotebookSectionPage ¶
func (c OnenoteNotebookSectionPageClient) DeleteOnenoteNotebookSectionPage(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionIdPageId, options DeleteOnenoteNotebookSectionPageOperationOptions) (result DeleteOnenoteNotebookSectionPageOperationResponse, err error)
DeleteOnenoteNotebookSectionPage - Delete navigation property pages for groups
func (OnenoteNotebookSectionPageClient) GetOnenoteNotebookSectionPage ¶
func (c OnenoteNotebookSectionPageClient) GetOnenoteNotebookSectionPage(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionIdPageId, options GetOnenoteNotebookSectionPageOperationOptions) (result GetOnenoteNotebookSectionPageOperationResponse, err error)
GetOnenoteNotebookSectionPage - Get pages from groups. The collection of pages in the section. Read-only. Nullable.
func (OnenoteNotebookSectionPageClient) GetOnenoteNotebookSectionPagesCount ¶
func (c OnenoteNotebookSectionPageClient) GetOnenoteNotebookSectionPagesCount(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionId, options GetOnenoteNotebookSectionPagesCountOperationOptions) (result GetOnenoteNotebookSectionPagesCountOperationResponse, err error)
GetOnenoteNotebookSectionPagesCount - Get the number of the resource
func (OnenoteNotebookSectionPageClient) ListOnenoteNotebookSectionPages ¶
func (c OnenoteNotebookSectionPageClient) ListOnenoteNotebookSectionPages(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionId, options ListOnenoteNotebookSectionPagesOperationOptions) (result ListOnenoteNotebookSectionPagesOperationResponse, err error)
ListOnenoteNotebookSectionPages - Get pages from groups. The collection of pages in the section. Read-only. Nullable.
func (OnenoteNotebookSectionPageClient) ListOnenoteNotebookSectionPagesComplete ¶
func (c OnenoteNotebookSectionPageClient) ListOnenoteNotebookSectionPagesComplete(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionId, options ListOnenoteNotebookSectionPagesOperationOptions) (ListOnenoteNotebookSectionPagesCompleteResult, error)
ListOnenoteNotebookSectionPagesComplete retrieves all the results into a single object
func (OnenoteNotebookSectionPageClient) ListOnenoteNotebookSectionPagesCompleteMatchingPredicate ¶
func (c OnenoteNotebookSectionPageClient) ListOnenoteNotebookSectionPagesCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionId, options ListOnenoteNotebookSectionPagesOperationOptions, predicate OnenotePageOperationPredicate) (result ListOnenoteNotebookSectionPagesCompleteResult, err error)
ListOnenoteNotebookSectionPagesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (OnenoteNotebookSectionPageClient) UpdateOnenoteNotebookSectionPage ¶
func (c OnenoteNotebookSectionPageClient) UpdateOnenoteNotebookSectionPage(ctx context.Context, id stable.GroupIdOnenoteNotebookIdSectionIdPageId, input stable.OnenotePage, options UpdateOnenoteNotebookSectionPageOperationOptions) (result UpdateOnenoteNotebookSectionPageOperationResponse, err error)
UpdateOnenoteNotebookSectionPage - Update the navigation property pages in groups
type OnenotePageOperationPredicate ¶
type OnenotePageOperationPredicate struct { }
func (OnenotePageOperationPredicate) Matches ¶
func (p OnenotePageOperationPredicate) Matches(input stable.OnenotePage) bool
type UpdateOnenoteNotebookSectionPageOperationOptions ¶
type UpdateOnenoteNotebookSectionPageOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateOnenoteNotebookSectionPageOperationOptions ¶
func DefaultUpdateOnenoteNotebookSectionPageOperationOptions() UpdateOnenoteNotebookSectionPageOperationOptions
func (UpdateOnenoteNotebookSectionPageOperationOptions) ToHeaders ¶
func (o UpdateOnenoteNotebookSectionPageOperationOptions) ToHeaders() *client.Headers
func (UpdateOnenoteNotebookSectionPageOperationOptions) ToOData ¶
func (o UpdateOnenoteNotebookSectionPageOperationOptions) ToOData() *odata.Query
func (UpdateOnenoteNotebookSectionPageOperationOptions) ToQuery ¶
func (o UpdateOnenoteNotebookSectionPageOperationOptions) ToQuery() *client.QueryParams
Source Files
¶
- client.go
- method_copyonenotenotebooksectionpagetosection.go
- method_createonenotenotebooksectionpage.go
- method_createonenotenotebooksectionpageonenotepatchcontent.go
- method_deleteonenotenotebooksectionpage.go
- method_getonenotenotebooksectionpage.go
- method_getonenotenotebooksectionpagescount.go
- method_listonenotenotebooksectionpages.go
- method_updateonenotenotebooksectionpage.go
- model_copyonenotenotebooksectionpagetosectionrequest.go
- model_createonenotenotebooksectionpageonenotepatchcontentrequest.go
- predicates.go
- version.go