README
¶
github.com/hashicorp/go-azure-sdk/microsoft-graph/groups/stable/onenotesectiongroupsection
Documentation
The onenotesectiongroupsection
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/onenotesectiongroupsection"
Client Initialization
client := onenotesectiongroupsection.NewOnenoteSectionGroupSectionClientWithBaseURI("https://graph.microsoft.com")
client.Client.Authorizer = authorizer
Example Usage: OnenoteSectionGroupSectionClient.CopyOnenoteSectionGroupSectionToNotebook
ctx := context.TODO()
id := onenotesectiongroupsection.NewGroupIdOnenoteSectionGroupIdSectionID("groupId", "sectionGroupId", "onenoteSectionId")
payload := onenotesectiongroupsection.CopyOnenoteSectionGroupSectionToNotebookRequest{
// ...
}
read, err := client.CopyOnenoteSectionGroupSectionToNotebook(ctx, id, payload, onenotesectiongroupsection.DefaultCopyOnenoteSectionGroupSectionToNotebookOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: OnenoteSectionGroupSectionClient.CopyOnenoteSectionGroupSectionToSectionGroup
ctx := context.TODO()
id := onenotesectiongroupsection.NewGroupIdOnenoteSectionGroupIdSectionID("groupId", "sectionGroupId", "onenoteSectionId")
payload := onenotesectiongroupsection.CopyOnenoteSectionGroupSectionToSectionGroupRequest{
// ...
}
read, err := client.CopyOnenoteSectionGroupSectionToSectionGroup(ctx, id, payload, onenotesectiongroupsection.DefaultCopyOnenoteSectionGroupSectionToSectionGroupOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: OnenoteSectionGroupSectionClient.CreateOnenoteSectionGroupSection
ctx := context.TODO()
id := onenotesectiongroupsection.NewGroupIdOnenoteSectionGroupID("groupId", "sectionGroupId")
payload := onenotesectiongroupsection.OnenoteSection{
// ...
}
read, err := client.CreateOnenoteSectionGroupSection(ctx, id, payload, onenotesectiongroupsection.DefaultCreateOnenoteSectionGroupSectionOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: OnenoteSectionGroupSectionClient.DeleteOnenoteSectionGroupSection
ctx := context.TODO()
id := onenotesectiongroupsection.NewGroupIdOnenoteSectionGroupIdSectionID("groupId", "sectionGroupId", "onenoteSectionId")
read, err := client.DeleteOnenoteSectionGroupSection(ctx, id, onenotesectiongroupsection.DefaultDeleteOnenoteSectionGroupSectionOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: OnenoteSectionGroupSectionClient.GetOnenoteSectionGroupSection
ctx := context.TODO()
id := onenotesectiongroupsection.NewGroupIdOnenoteSectionGroupIdSectionID("groupId", "sectionGroupId", "onenoteSectionId")
read, err := client.GetOnenoteSectionGroupSection(ctx, id, onenotesectiongroupsection.DefaultGetOnenoteSectionGroupSectionOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: OnenoteSectionGroupSectionClient.GetOnenoteSectionGroupSectionsCount
ctx := context.TODO()
id := onenotesectiongroupsection.NewGroupIdOnenoteSectionGroupID("groupId", "sectionGroupId")
read, err := client.GetOnenoteSectionGroupSectionsCount(ctx, id, onenotesectiongroupsection.DefaultGetOnenoteSectionGroupSectionsCountOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: OnenoteSectionGroupSectionClient.ListOnenoteSectionGroupSections
ctx := context.TODO()
id := onenotesectiongroupsection.NewGroupIdOnenoteSectionGroupID("groupId", "sectionGroupId")
// alternatively `client.ListOnenoteSectionGroupSections(ctx, id, onenotesectiongroupsection.DefaultListOnenoteSectionGroupSectionsOperationOptions())` can be used to do batched pagination
items, err := client.ListOnenoteSectionGroupSectionsComplete(ctx, id, onenotesectiongroupsection.DefaultListOnenoteSectionGroupSectionsOperationOptions())
if err != nil {
// handle the error
}
for _, item := range items {
// do something
}
Example Usage: OnenoteSectionGroupSectionClient.UpdateOnenoteSectionGroupSection
ctx := context.TODO()
id := onenotesectiongroupsection.NewGroupIdOnenoteSectionGroupIdSectionID("groupId", "sectionGroupId", "onenoteSectionId")
payload := onenotesectiongroupsection.OnenoteSection{
// ...
}
read, err := client.UpdateOnenoteSectionGroupSection(ctx, id, payload, onenotesectiongroupsection.DefaultUpdateOnenoteSectionGroupSectionOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Documentation
¶
Index ¶
- type CopyOnenoteSectionGroupSectionToNotebookOperationOptions
- type CopyOnenoteSectionGroupSectionToNotebookOperationResponse
- type CopyOnenoteSectionGroupSectionToNotebookRequest
- type CopyOnenoteSectionGroupSectionToSectionGroupOperationOptions
- type CopyOnenoteSectionGroupSectionToSectionGroupOperationResponse
- type CopyOnenoteSectionGroupSectionToSectionGroupRequest
- type CreateOnenoteSectionGroupSectionOperationOptions
- type CreateOnenoteSectionGroupSectionOperationResponse
- type DeleteOnenoteSectionGroupSectionOperationOptions
- type DeleteOnenoteSectionGroupSectionOperationResponse
- type GetOnenoteSectionGroupSectionOperationOptions
- type GetOnenoteSectionGroupSectionOperationResponse
- type GetOnenoteSectionGroupSectionsCountOperationOptions
- type GetOnenoteSectionGroupSectionsCountOperationResponse
- type ListOnenoteSectionGroupSectionsCompleteResult
- type ListOnenoteSectionGroupSectionsCustomPager
- type ListOnenoteSectionGroupSectionsOperationOptions
- type ListOnenoteSectionGroupSectionsOperationResponse
- type OnenoteSectionGroupSectionClient
- func (c OnenoteSectionGroupSectionClient) CopyOnenoteSectionGroupSectionToNotebook(ctx context.Context, id stable.GroupIdOnenoteSectionGroupIdSectionId, ...) (result CopyOnenoteSectionGroupSectionToNotebookOperationResponse, err error)
- func (c OnenoteSectionGroupSectionClient) CopyOnenoteSectionGroupSectionToSectionGroup(ctx context.Context, id stable.GroupIdOnenoteSectionGroupIdSectionId, ...) (result CopyOnenoteSectionGroupSectionToSectionGroupOperationResponse, ...)
- func (c OnenoteSectionGroupSectionClient) CreateOnenoteSectionGroupSection(ctx context.Context, id stable.GroupIdOnenoteSectionGroupId, ...) (result CreateOnenoteSectionGroupSectionOperationResponse, err error)
- func (c OnenoteSectionGroupSectionClient) DeleteOnenoteSectionGroupSection(ctx context.Context, id stable.GroupIdOnenoteSectionGroupIdSectionId, ...) (result DeleteOnenoteSectionGroupSectionOperationResponse, err error)
- func (c OnenoteSectionGroupSectionClient) GetOnenoteSectionGroupSection(ctx context.Context, id stable.GroupIdOnenoteSectionGroupIdSectionId, ...) (result GetOnenoteSectionGroupSectionOperationResponse, err error)
- func (c OnenoteSectionGroupSectionClient) GetOnenoteSectionGroupSectionsCount(ctx context.Context, id stable.GroupIdOnenoteSectionGroupId, ...) (result GetOnenoteSectionGroupSectionsCountOperationResponse, err error)
- func (c OnenoteSectionGroupSectionClient) ListOnenoteSectionGroupSections(ctx context.Context, id stable.GroupIdOnenoteSectionGroupId, ...) (result ListOnenoteSectionGroupSectionsOperationResponse, err error)
- func (c OnenoteSectionGroupSectionClient) ListOnenoteSectionGroupSectionsComplete(ctx context.Context, id stable.GroupIdOnenoteSectionGroupId, ...) (ListOnenoteSectionGroupSectionsCompleteResult, error)
- func (c OnenoteSectionGroupSectionClient) ListOnenoteSectionGroupSectionsCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdOnenoteSectionGroupId, ...) (result ListOnenoteSectionGroupSectionsCompleteResult, err error)
- func (c OnenoteSectionGroupSectionClient) UpdateOnenoteSectionGroupSection(ctx context.Context, id stable.GroupIdOnenoteSectionGroupIdSectionId, ...) (result UpdateOnenoteSectionGroupSectionOperationResponse, err error)
- type OnenoteSectionOperationPredicate
- type UpdateOnenoteSectionGroupSectionOperationOptions
- type UpdateOnenoteSectionGroupSectionOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CopyOnenoteSectionGroupSectionToNotebookOperationOptions ¶
type CopyOnenoteSectionGroupSectionToNotebookOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCopyOnenoteSectionGroupSectionToNotebookOperationOptions ¶
func DefaultCopyOnenoteSectionGroupSectionToNotebookOperationOptions() CopyOnenoteSectionGroupSectionToNotebookOperationOptions
func (CopyOnenoteSectionGroupSectionToNotebookOperationOptions) ToHeaders ¶
func (o CopyOnenoteSectionGroupSectionToNotebookOperationOptions) ToHeaders() *client.Headers
func (CopyOnenoteSectionGroupSectionToNotebookOperationOptions) ToOData ¶
func (o CopyOnenoteSectionGroupSectionToNotebookOperationOptions) ToOData() *odata.Query
func (CopyOnenoteSectionGroupSectionToNotebookOperationOptions) ToQuery ¶
func (o CopyOnenoteSectionGroupSectionToNotebookOperationOptions) ToQuery() *client.QueryParams
type CopyOnenoteSectionGroupSectionToNotebookRequest ¶
type CopyOnenoteSectionGroupSectionToNotebookRequest struct { GroupId nullable.Type[string] `json:"groupId,omitempty"` Id nullable.Type[string] `json:"id,omitempty"` RenameAs nullable.Type[string] `json:"renameAs,omitempty"` SiteCollectionId nullable.Type[string] `json:"siteCollectionId,omitempty"` SiteId nullable.Type[string] `json:"siteId,omitempty"` }
type CopyOnenoteSectionGroupSectionToSectionGroupOperationOptions ¶
type CopyOnenoteSectionGroupSectionToSectionGroupOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCopyOnenoteSectionGroupSectionToSectionGroupOperationOptions ¶
func DefaultCopyOnenoteSectionGroupSectionToSectionGroupOperationOptions() CopyOnenoteSectionGroupSectionToSectionGroupOperationOptions
func (CopyOnenoteSectionGroupSectionToSectionGroupOperationOptions) ToHeaders ¶
func (o CopyOnenoteSectionGroupSectionToSectionGroupOperationOptions) ToHeaders() *client.Headers
func (CopyOnenoteSectionGroupSectionToSectionGroupOperationOptions) ToOData ¶
func (o CopyOnenoteSectionGroupSectionToSectionGroupOperationOptions) ToOData() *odata.Query
func (CopyOnenoteSectionGroupSectionToSectionGroupOperationOptions) ToQuery ¶
func (o CopyOnenoteSectionGroupSectionToSectionGroupOperationOptions) ToQuery() *client.QueryParams
type CopyOnenoteSectionGroupSectionToSectionGroupRequest ¶
type CopyOnenoteSectionGroupSectionToSectionGroupRequest struct { GroupId nullable.Type[string] `json:"groupId,omitempty"` Id nullable.Type[string] `json:"id,omitempty"` RenameAs nullable.Type[string] `json:"renameAs,omitempty"` SiteCollectionId nullable.Type[string] `json:"siteCollectionId,omitempty"` SiteId nullable.Type[string] `json:"siteId,omitempty"` }
type CreateOnenoteSectionGroupSectionOperationOptions ¶
type CreateOnenoteSectionGroupSectionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateOnenoteSectionGroupSectionOperationOptions ¶
func DefaultCreateOnenoteSectionGroupSectionOperationOptions() CreateOnenoteSectionGroupSectionOperationOptions
func (CreateOnenoteSectionGroupSectionOperationOptions) ToHeaders ¶
func (o CreateOnenoteSectionGroupSectionOperationOptions) ToHeaders() *client.Headers
func (CreateOnenoteSectionGroupSectionOperationOptions) ToOData ¶
func (o CreateOnenoteSectionGroupSectionOperationOptions) ToOData() *odata.Query
func (CreateOnenoteSectionGroupSectionOperationOptions) ToQuery ¶
func (o CreateOnenoteSectionGroupSectionOperationOptions) ToQuery() *client.QueryParams
type DeleteOnenoteSectionGroupSectionOperationOptions ¶
type DeleteOnenoteSectionGroupSectionOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteOnenoteSectionGroupSectionOperationOptions ¶
func DefaultDeleteOnenoteSectionGroupSectionOperationOptions() DeleteOnenoteSectionGroupSectionOperationOptions
func (DeleteOnenoteSectionGroupSectionOperationOptions) ToHeaders ¶
func (o DeleteOnenoteSectionGroupSectionOperationOptions) ToHeaders() *client.Headers
func (DeleteOnenoteSectionGroupSectionOperationOptions) ToOData ¶
func (o DeleteOnenoteSectionGroupSectionOperationOptions) ToOData() *odata.Query
func (DeleteOnenoteSectionGroupSectionOperationOptions) ToQuery ¶
func (o DeleteOnenoteSectionGroupSectionOperationOptions) ToQuery() *client.QueryParams
type GetOnenoteSectionGroupSectionOperationOptions ¶
type GetOnenoteSectionGroupSectionOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetOnenoteSectionGroupSectionOperationOptions ¶
func DefaultGetOnenoteSectionGroupSectionOperationOptions() GetOnenoteSectionGroupSectionOperationOptions
func (GetOnenoteSectionGroupSectionOperationOptions) ToHeaders ¶
func (o GetOnenoteSectionGroupSectionOperationOptions) ToHeaders() *client.Headers
func (GetOnenoteSectionGroupSectionOperationOptions) ToOData ¶
func (o GetOnenoteSectionGroupSectionOperationOptions) ToOData() *odata.Query
func (GetOnenoteSectionGroupSectionOperationOptions) ToQuery ¶
func (o GetOnenoteSectionGroupSectionOperationOptions) ToQuery() *client.QueryParams
type GetOnenoteSectionGroupSectionsCountOperationOptions ¶
type GetOnenoteSectionGroupSectionsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetOnenoteSectionGroupSectionsCountOperationOptions ¶
func DefaultGetOnenoteSectionGroupSectionsCountOperationOptions() GetOnenoteSectionGroupSectionsCountOperationOptions
func (GetOnenoteSectionGroupSectionsCountOperationOptions) ToHeaders ¶
func (o GetOnenoteSectionGroupSectionsCountOperationOptions) ToHeaders() *client.Headers
func (GetOnenoteSectionGroupSectionsCountOperationOptions) ToOData ¶
func (o GetOnenoteSectionGroupSectionsCountOperationOptions) ToOData() *odata.Query
func (GetOnenoteSectionGroupSectionsCountOperationOptions) ToQuery ¶
func (o GetOnenoteSectionGroupSectionsCountOperationOptions) ToQuery() *client.QueryParams
type ListOnenoteSectionGroupSectionsCompleteResult ¶
type ListOnenoteSectionGroupSectionsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.OnenoteSection }
type ListOnenoteSectionGroupSectionsCustomPager ¶
type ListOnenoteSectionGroupSectionsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListOnenoteSectionGroupSectionsCustomPager) NextPageLink ¶
func (p *ListOnenoteSectionGroupSectionsCustomPager) NextPageLink() *odata.Link
type ListOnenoteSectionGroupSectionsOperationOptions ¶
type ListOnenoteSectionGroupSectionsOperationOptions 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 DefaultListOnenoteSectionGroupSectionsOperationOptions ¶
func DefaultListOnenoteSectionGroupSectionsOperationOptions() ListOnenoteSectionGroupSectionsOperationOptions
func (ListOnenoteSectionGroupSectionsOperationOptions) ToHeaders ¶
func (o ListOnenoteSectionGroupSectionsOperationOptions) ToHeaders() *client.Headers
func (ListOnenoteSectionGroupSectionsOperationOptions) ToOData ¶
func (o ListOnenoteSectionGroupSectionsOperationOptions) ToOData() *odata.Query
func (ListOnenoteSectionGroupSectionsOperationOptions) ToQuery ¶
func (o ListOnenoteSectionGroupSectionsOperationOptions) ToQuery() *client.QueryParams
type OnenoteSectionGroupSectionClient ¶
func NewOnenoteSectionGroupSectionClientWithBaseURI ¶
func NewOnenoteSectionGroupSectionClientWithBaseURI(sdkApi sdkEnv.Api) (*OnenoteSectionGroupSectionClient, error)
func (OnenoteSectionGroupSectionClient) CopyOnenoteSectionGroupSectionToNotebook ¶
func (c OnenoteSectionGroupSectionClient) CopyOnenoteSectionGroupSectionToNotebook(ctx context.Context, id stable.GroupIdOnenoteSectionGroupIdSectionId, input CopyOnenoteSectionGroupSectionToNotebookRequest, options CopyOnenoteSectionGroupSectionToNotebookOperationOptions) (result CopyOnenoteSectionGroupSectionToNotebookOperationResponse, err error)
CopyOnenoteSectionGroupSectionToNotebook - Invoke action copyToNotebook. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.
func (OnenoteSectionGroupSectionClient) CopyOnenoteSectionGroupSectionToSectionGroup ¶
func (c OnenoteSectionGroupSectionClient) CopyOnenoteSectionGroupSectionToSectionGroup(ctx context.Context, id stable.GroupIdOnenoteSectionGroupIdSectionId, input CopyOnenoteSectionGroupSectionToSectionGroupRequest, options CopyOnenoteSectionGroupSectionToSectionGroupOperationOptions) (result CopyOnenoteSectionGroupSectionToSectionGroupOperationResponse, err error)
CopyOnenoteSectionGroupSectionToSectionGroup - Invoke action copyToSectionGroup. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.
func (OnenoteSectionGroupSectionClient) CreateOnenoteSectionGroupSection ¶
func (c OnenoteSectionGroupSectionClient) CreateOnenoteSectionGroupSection(ctx context.Context, id stable.GroupIdOnenoteSectionGroupId, input stable.OnenoteSection, options CreateOnenoteSectionGroupSectionOperationOptions) (result CreateOnenoteSectionGroupSectionOperationResponse, err error)
CreateOnenoteSectionGroupSection - Create new navigation property to sections for groups
func (OnenoteSectionGroupSectionClient) DeleteOnenoteSectionGroupSection ¶
func (c OnenoteSectionGroupSectionClient) DeleteOnenoteSectionGroupSection(ctx context.Context, id stable.GroupIdOnenoteSectionGroupIdSectionId, options DeleteOnenoteSectionGroupSectionOperationOptions) (result DeleteOnenoteSectionGroupSectionOperationResponse, err error)
DeleteOnenoteSectionGroupSection - Delete navigation property sections for groups
func (OnenoteSectionGroupSectionClient) GetOnenoteSectionGroupSection ¶
func (c OnenoteSectionGroupSectionClient) GetOnenoteSectionGroupSection(ctx context.Context, id stable.GroupIdOnenoteSectionGroupIdSectionId, options GetOnenoteSectionGroupSectionOperationOptions) (result GetOnenoteSectionGroupSectionOperationResponse, err error)
GetOnenoteSectionGroupSection - Get sections from groups. The sections in the section group. Read-only. Nullable.
func (OnenoteSectionGroupSectionClient) GetOnenoteSectionGroupSectionsCount ¶
func (c OnenoteSectionGroupSectionClient) GetOnenoteSectionGroupSectionsCount(ctx context.Context, id stable.GroupIdOnenoteSectionGroupId, options GetOnenoteSectionGroupSectionsCountOperationOptions) (result GetOnenoteSectionGroupSectionsCountOperationResponse, err error)
GetOnenoteSectionGroupSectionsCount - Get the number of the resource
func (OnenoteSectionGroupSectionClient) ListOnenoteSectionGroupSections ¶
func (c OnenoteSectionGroupSectionClient) ListOnenoteSectionGroupSections(ctx context.Context, id stable.GroupIdOnenoteSectionGroupId, options ListOnenoteSectionGroupSectionsOperationOptions) (result ListOnenoteSectionGroupSectionsOperationResponse, err error)
ListOnenoteSectionGroupSections - Get sections from groups. The sections in the section group. Read-only. Nullable.
func (OnenoteSectionGroupSectionClient) ListOnenoteSectionGroupSectionsComplete ¶
func (c OnenoteSectionGroupSectionClient) ListOnenoteSectionGroupSectionsComplete(ctx context.Context, id stable.GroupIdOnenoteSectionGroupId, options ListOnenoteSectionGroupSectionsOperationOptions) (ListOnenoteSectionGroupSectionsCompleteResult, error)
ListOnenoteSectionGroupSectionsComplete retrieves all the results into a single object
func (OnenoteSectionGroupSectionClient) ListOnenoteSectionGroupSectionsCompleteMatchingPredicate ¶
func (c OnenoteSectionGroupSectionClient) ListOnenoteSectionGroupSectionsCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdOnenoteSectionGroupId, options ListOnenoteSectionGroupSectionsOperationOptions, predicate OnenoteSectionOperationPredicate) (result ListOnenoteSectionGroupSectionsCompleteResult, err error)
ListOnenoteSectionGroupSectionsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (OnenoteSectionGroupSectionClient) UpdateOnenoteSectionGroupSection ¶
func (c OnenoteSectionGroupSectionClient) UpdateOnenoteSectionGroupSection(ctx context.Context, id stable.GroupIdOnenoteSectionGroupIdSectionId, input stable.OnenoteSection, options UpdateOnenoteSectionGroupSectionOperationOptions) (result UpdateOnenoteSectionGroupSectionOperationResponse, err error)
UpdateOnenoteSectionGroupSection - Update the navigation property sections in groups
type OnenoteSectionOperationPredicate ¶
type OnenoteSectionOperationPredicate struct { }
func (OnenoteSectionOperationPredicate) Matches ¶
func (p OnenoteSectionOperationPredicate) Matches(input stable.OnenoteSection) bool
type UpdateOnenoteSectionGroupSectionOperationOptions ¶
type UpdateOnenoteSectionGroupSectionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateOnenoteSectionGroupSectionOperationOptions ¶
func DefaultUpdateOnenoteSectionGroupSectionOperationOptions() UpdateOnenoteSectionGroupSectionOperationOptions
func (UpdateOnenoteSectionGroupSectionOperationOptions) ToHeaders ¶
func (o UpdateOnenoteSectionGroupSectionOperationOptions) ToHeaders() *client.Headers
func (UpdateOnenoteSectionGroupSectionOperationOptions) ToOData ¶
func (o UpdateOnenoteSectionGroupSectionOperationOptions) ToOData() *odata.Query
func (UpdateOnenoteSectionGroupSectionOperationOptions) ToQuery ¶
func (o UpdateOnenoteSectionGroupSectionOperationOptions) ToQuery() *client.QueryParams
Source Files
¶
- client.go
- method_copyonenotesectiongroupsectiontonotebook.go
- method_copyonenotesectiongroupsectiontosectiongroup.go
- method_createonenotesectiongroupsection.go
- method_deleteonenotesectiongroupsection.go
- method_getonenotesectiongroupsection.go
- method_getonenotesectiongroupsectionscount.go
- method_listonenotesectiongroupsections.go
- method_updateonenotesectiongroupsection.go
- model_copyonenotesectiongroupsectiontonotebookrequest.go
- model_copyonenotesectiongroupsectiontosectiongrouprequest.go
- predicates.go
- version.go