README ¶
github.com/hashicorp/go-azure-sdk/microsoft-graph/users/stable/onenotenotebooksectiongroupsection
Documentation
The onenotenotebooksectiongroupsection
SDK allows for interaction with Microsoft Graph users
(API Version stable
).
This readme covers example usages, but further information on using this SDK can be found in the project root.
Import Path
import "github.com/hashicorp/go-azure-sdk/microsoft-graph/users/stable/onenotenotebooksectiongroupsection"
Client Initialization
client := onenotenotebooksectiongroupsection.NewOnenoteNotebookSectionGroupSectionClientWithBaseURI("https://graph.microsoft.com")
client.Client.Authorizer = authorizer
Example Usage: OnenoteNotebookSectionGroupSectionClient.CopyOnenoteNotebookSectionGroupSectionToNotebook
ctx := context.TODO()
id := onenotenotebooksectiongroupsection.NewUserIdOnenoteNotebookIdSectionGroupIdSectionID("userId", "notebookId", "sectionGroupId", "onenoteSectionId")
payload := onenotenotebooksectiongroupsection.CopyOnenoteNotebookSectionGroupSectionToNotebookRequest{
// ...
}
read, err := client.CopyOnenoteNotebookSectionGroupSectionToNotebook(ctx, id, payload, onenotenotebooksectiongroupsection.DefaultCopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: OnenoteNotebookSectionGroupSectionClient.CopyOnenoteNotebookSectionGroupSectionToSectionGroup
ctx := context.TODO()
id := onenotenotebooksectiongroupsection.NewUserIdOnenoteNotebookIdSectionGroupIdSectionID("userId", "notebookId", "sectionGroupId", "onenoteSectionId")
payload := onenotenotebooksectiongroupsection.CopyOnenoteNotebookSectionGroupSectionToSectionGroupRequest{
// ...
}
read, err := client.CopyOnenoteNotebookSectionGroupSectionToSectionGroup(ctx, id, payload, onenotenotebooksectiongroupsection.DefaultCopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: OnenoteNotebookSectionGroupSectionClient.CreateOnenoteNotebookSectionGroupSection
ctx := context.TODO()
id := onenotenotebooksectiongroupsection.NewUserIdOnenoteNotebookIdSectionGroupID("userId", "notebookId", "sectionGroupId")
payload := onenotenotebooksectiongroupsection.OnenoteSection{
// ...
}
read, err := client.CreateOnenoteNotebookSectionGroupSection(ctx, id, payload, onenotenotebooksectiongroupsection.DefaultCreateOnenoteNotebookSectionGroupSectionOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: OnenoteNotebookSectionGroupSectionClient.DeleteOnenoteNotebookSectionGroupSection
ctx := context.TODO()
id := onenotenotebooksectiongroupsection.NewUserIdOnenoteNotebookIdSectionGroupIdSectionID("userId", "notebookId", "sectionGroupId", "onenoteSectionId")
read, err := client.DeleteOnenoteNotebookSectionGroupSection(ctx, id, onenotenotebooksectiongroupsection.DefaultDeleteOnenoteNotebookSectionGroupSectionOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: OnenoteNotebookSectionGroupSectionClient.GetOnenoteNotebookSectionGroupSection
ctx := context.TODO()
id := onenotenotebooksectiongroupsection.NewUserIdOnenoteNotebookIdSectionGroupIdSectionID("userId", "notebookId", "sectionGroupId", "onenoteSectionId")
read, err := client.GetOnenoteNotebookSectionGroupSection(ctx, id, onenotenotebooksectiongroupsection.DefaultGetOnenoteNotebookSectionGroupSectionOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: OnenoteNotebookSectionGroupSectionClient.GetOnenoteNotebookSectionGroupSectionsCount
ctx := context.TODO()
id := onenotenotebooksectiongroupsection.NewUserIdOnenoteNotebookIdSectionGroupID("userId", "notebookId", "sectionGroupId")
read, err := client.GetOnenoteNotebookSectionGroupSectionsCount(ctx, id, onenotenotebooksectiongroupsection.DefaultGetOnenoteNotebookSectionGroupSectionsCountOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: OnenoteNotebookSectionGroupSectionClient.ListOnenoteNotebookSectionGroupSections
ctx := context.TODO()
id := onenotenotebooksectiongroupsection.NewUserIdOnenoteNotebookIdSectionGroupID("userId", "notebookId", "sectionGroupId")
// alternatively `client.ListOnenoteNotebookSectionGroupSections(ctx, id, onenotenotebooksectiongroupsection.DefaultListOnenoteNotebookSectionGroupSectionsOperationOptions())` can be used to do batched pagination
items, err := client.ListOnenoteNotebookSectionGroupSectionsComplete(ctx, id, onenotenotebooksectiongroupsection.DefaultListOnenoteNotebookSectionGroupSectionsOperationOptions())
if err != nil {
// handle the error
}
for _, item := range items {
// do something
}
Example Usage: OnenoteNotebookSectionGroupSectionClient.UpdateOnenoteNotebookSectionGroupSection
ctx := context.TODO()
id := onenotenotebooksectiongroupsection.NewUserIdOnenoteNotebookIdSectionGroupIdSectionID("userId", "notebookId", "sectionGroupId", "onenoteSectionId")
payload := onenotenotebooksectiongroupsection.OnenoteSection{
// ...
}
read, err := client.UpdateOnenoteNotebookSectionGroupSection(ctx, id, payload, onenotenotebooksectiongroupsection.DefaultUpdateOnenoteNotebookSectionGroupSectionOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Documentation ¶
Index ¶
- type CopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions
- func (o CopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) ToHeaders() *client.Headers
- func (o CopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) ToOData() *odata.Query
- func (o CopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) ToQuery() *client.QueryParams
- type CopyOnenoteNotebookSectionGroupSectionToNotebookOperationResponse
- type CopyOnenoteNotebookSectionGroupSectionToNotebookRequest
- type CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions
- func (o CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions) ToHeaders() *client.Headers
- func (o CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions) ToOData() *odata.Query
- func (o CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions) ToQuery() *client.QueryParams
- type CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationResponse
- type CopyOnenoteNotebookSectionGroupSectionToSectionGroupRequest
- type CreateOnenoteNotebookSectionGroupSectionOperationOptions
- type CreateOnenoteNotebookSectionGroupSectionOperationResponse
- type DeleteOnenoteNotebookSectionGroupSectionOperationOptions
- type DeleteOnenoteNotebookSectionGroupSectionOperationResponse
- type GetOnenoteNotebookSectionGroupSectionOperationOptions
- type GetOnenoteNotebookSectionGroupSectionOperationResponse
- type GetOnenoteNotebookSectionGroupSectionsCountOperationOptions
- type GetOnenoteNotebookSectionGroupSectionsCountOperationResponse
- type ListOnenoteNotebookSectionGroupSectionsCompleteResult
- type ListOnenoteNotebookSectionGroupSectionsCustomPager
- type ListOnenoteNotebookSectionGroupSectionsOperationOptions
- type ListOnenoteNotebookSectionGroupSectionsOperationResponse
- type OnenoteNotebookSectionGroupSectionClient
- func (c OnenoteNotebookSectionGroupSectionClient) CopyOnenoteNotebookSectionGroupSectionToNotebook(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupIdSectionId, ...) (result CopyOnenoteNotebookSectionGroupSectionToNotebookOperationResponse, ...)
- func (c OnenoteNotebookSectionGroupSectionClient) CopyOnenoteNotebookSectionGroupSectionToSectionGroup(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupIdSectionId, ...) (result CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationResponse, ...)
- func (c OnenoteNotebookSectionGroupSectionClient) CreateOnenoteNotebookSectionGroupSection(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupId, ...) (result CreateOnenoteNotebookSectionGroupSectionOperationResponse, err error)
- func (c OnenoteNotebookSectionGroupSectionClient) DeleteOnenoteNotebookSectionGroupSection(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupIdSectionId, ...) (result DeleteOnenoteNotebookSectionGroupSectionOperationResponse, err error)
- func (c OnenoteNotebookSectionGroupSectionClient) GetOnenoteNotebookSectionGroupSection(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupIdSectionId, ...) (result GetOnenoteNotebookSectionGroupSectionOperationResponse, err error)
- func (c OnenoteNotebookSectionGroupSectionClient) GetOnenoteNotebookSectionGroupSectionsCount(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupId, ...) (result GetOnenoteNotebookSectionGroupSectionsCountOperationResponse, err error)
- func (c OnenoteNotebookSectionGroupSectionClient) ListOnenoteNotebookSectionGroupSections(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupId, ...) (result ListOnenoteNotebookSectionGroupSectionsOperationResponse, err error)
- func (c OnenoteNotebookSectionGroupSectionClient) ListOnenoteNotebookSectionGroupSectionsComplete(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupId, ...) (ListOnenoteNotebookSectionGroupSectionsCompleteResult, error)
- func (c OnenoteNotebookSectionGroupSectionClient) ListOnenoteNotebookSectionGroupSectionsCompleteMatchingPredicate(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupId, ...) (result ListOnenoteNotebookSectionGroupSectionsCompleteResult, err error)
- func (c OnenoteNotebookSectionGroupSectionClient) UpdateOnenoteNotebookSectionGroupSection(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupIdSectionId, ...) (result UpdateOnenoteNotebookSectionGroupSectionOperationResponse, err error)
- type OnenoteSectionOperationPredicate
- type UpdateOnenoteNotebookSectionGroupSectionOperationOptions
- type UpdateOnenoteNotebookSectionGroupSectionOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions ¶
type CopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions ¶
func DefaultCopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions() CopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions
func (CopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) ToHeaders ¶
func (o CopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) ToHeaders() *client.Headers
func (CopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) ToOData ¶
func (o CopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) ToOData() *odata.Query
func (CopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) ToQuery ¶
func (o CopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) ToQuery() *client.QueryParams
type CopyOnenoteNotebookSectionGroupSectionToNotebookRequest ¶
type CopyOnenoteNotebookSectionGroupSectionToNotebookRequest 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 CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions ¶
type CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions ¶
func DefaultCopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions() CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions
func (CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions) ToHeaders ¶
func (o CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions) ToHeaders() *client.Headers
func (CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions) ToOData ¶
func (o CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions) ToOData() *odata.Query
func (CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions) ToQuery ¶
func (o CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions) ToQuery() *client.QueryParams
type CopyOnenoteNotebookSectionGroupSectionToSectionGroupRequest ¶
type CopyOnenoteNotebookSectionGroupSectionToSectionGroupRequest 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 CreateOnenoteNotebookSectionGroupSectionOperationOptions ¶
type CreateOnenoteNotebookSectionGroupSectionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateOnenoteNotebookSectionGroupSectionOperationOptions ¶
func DefaultCreateOnenoteNotebookSectionGroupSectionOperationOptions() CreateOnenoteNotebookSectionGroupSectionOperationOptions
func (CreateOnenoteNotebookSectionGroupSectionOperationOptions) ToHeaders ¶
func (o CreateOnenoteNotebookSectionGroupSectionOperationOptions) ToHeaders() *client.Headers
func (CreateOnenoteNotebookSectionGroupSectionOperationOptions) ToOData ¶
func (o CreateOnenoteNotebookSectionGroupSectionOperationOptions) ToOData() *odata.Query
func (CreateOnenoteNotebookSectionGroupSectionOperationOptions) ToQuery ¶
func (o CreateOnenoteNotebookSectionGroupSectionOperationOptions) ToQuery() *client.QueryParams
type DeleteOnenoteNotebookSectionGroupSectionOperationOptions ¶
type DeleteOnenoteNotebookSectionGroupSectionOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteOnenoteNotebookSectionGroupSectionOperationOptions ¶
func DefaultDeleteOnenoteNotebookSectionGroupSectionOperationOptions() DeleteOnenoteNotebookSectionGroupSectionOperationOptions
func (DeleteOnenoteNotebookSectionGroupSectionOperationOptions) ToHeaders ¶
func (o DeleteOnenoteNotebookSectionGroupSectionOperationOptions) ToHeaders() *client.Headers
func (DeleteOnenoteNotebookSectionGroupSectionOperationOptions) ToOData ¶
func (o DeleteOnenoteNotebookSectionGroupSectionOperationOptions) ToOData() *odata.Query
func (DeleteOnenoteNotebookSectionGroupSectionOperationOptions) ToQuery ¶
func (o DeleteOnenoteNotebookSectionGroupSectionOperationOptions) ToQuery() *client.QueryParams
type GetOnenoteNotebookSectionGroupSectionOperationOptions ¶
type GetOnenoteNotebookSectionGroupSectionOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetOnenoteNotebookSectionGroupSectionOperationOptions ¶
func DefaultGetOnenoteNotebookSectionGroupSectionOperationOptions() GetOnenoteNotebookSectionGroupSectionOperationOptions
func (GetOnenoteNotebookSectionGroupSectionOperationOptions) ToHeaders ¶
func (o GetOnenoteNotebookSectionGroupSectionOperationOptions) ToHeaders() *client.Headers
func (GetOnenoteNotebookSectionGroupSectionOperationOptions) ToOData ¶
func (o GetOnenoteNotebookSectionGroupSectionOperationOptions) ToOData() *odata.Query
func (GetOnenoteNotebookSectionGroupSectionOperationOptions) ToQuery ¶
func (o GetOnenoteNotebookSectionGroupSectionOperationOptions) ToQuery() *client.QueryParams
type GetOnenoteNotebookSectionGroupSectionsCountOperationOptions ¶
type GetOnenoteNotebookSectionGroupSectionsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetOnenoteNotebookSectionGroupSectionsCountOperationOptions ¶
func DefaultGetOnenoteNotebookSectionGroupSectionsCountOperationOptions() GetOnenoteNotebookSectionGroupSectionsCountOperationOptions
func (GetOnenoteNotebookSectionGroupSectionsCountOperationOptions) ToHeaders ¶
func (o GetOnenoteNotebookSectionGroupSectionsCountOperationOptions) ToHeaders() *client.Headers
func (GetOnenoteNotebookSectionGroupSectionsCountOperationOptions) ToOData ¶
func (o GetOnenoteNotebookSectionGroupSectionsCountOperationOptions) ToOData() *odata.Query
func (GetOnenoteNotebookSectionGroupSectionsCountOperationOptions) ToQuery ¶
func (o GetOnenoteNotebookSectionGroupSectionsCountOperationOptions) ToQuery() *client.QueryParams
type ListOnenoteNotebookSectionGroupSectionsCompleteResult ¶
type ListOnenoteNotebookSectionGroupSectionsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.OnenoteSection }
type ListOnenoteNotebookSectionGroupSectionsCustomPager ¶
type ListOnenoteNotebookSectionGroupSectionsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListOnenoteNotebookSectionGroupSectionsCustomPager) NextPageLink ¶
func (p *ListOnenoteNotebookSectionGroupSectionsCustomPager) NextPageLink() *odata.Link
type ListOnenoteNotebookSectionGroupSectionsOperationOptions ¶
type ListOnenoteNotebookSectionGroupSectionsOperationOptions 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 DefaultListOnenoteNotebookSectionGroupSectionsOperationOptions ¶
func DefaultListOnenoteNotebookSectionGroupSectionsOperationOptions() ListOnenoteNotebookSectionGroupSectionsOperationOptions
func (ListOnenoteNotebookSectionGroupSectionsOperationOptions) ToHeaders ¶
func (o ListOnenoteNotebookSectionGroupSectionsOperationOptions) ToHeaders() *client.Headers
func (ListOnenoteNotebookSectionGroupSectionsOperationOptions) ToOData ¶
func (o ListOnenoteNotebookSectionGroupSectionsOperationOptions) ToOData() *odata.Query
func (ListOnenoteNotebookSectionGroupSectionsOperationOptions) ToQuery ¶
func (o ListOnenoteNotebookSectionGroupSectionsOperationOptions) ToQuery() *client.QueryParams
type OnenoteNotebookSectionGroupSectionClient ¶
func NewOnenoteNotebookSectionGroupSectionClientWithBaseURI ¶
func NewOnenoteNotebookSectionGroupSectionClientWithBaseURI(sdkApi sdkEnv.Api) (*OnenoteNotebookSectionGroupSectionClient, error)
func (OnenoteNotebookSectionGroupSectionClient) CopyOnenoteNotebookSectionGroupSectionToNotebook ¶
func (c OnenoteNotebookSectionGroupSectionClient) CopyOnenoteNotebookSectionGroupSectionToNotebook(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupIdSectionId, input CopyOnenoteNotebookSectionGroupSectionToNotebookRequest, options CopyOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) (result CopyOnenoteNotebookSectionGroupSectionToNotebookOperationResponse, err error)
CopyOnenoteNotebookSectionGroupSectionToNotebook - 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 (OnenoteNotebookSectionGroupSectionClient) CopyOnenoteNotebookSectionGroupSectionToSectionGroup ¶
func (c OnenoteNotebookSectionGroupSectionClient) CopyOnenoteNotebookSectionGroupSectionToSectionGroup(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupIdSectionId, input CopyOnenoteNotebookSectionGroupSectionToSectionGroupRequest, options CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions) (result CopyOnenoteNotebookSectionGroupSectionToSectionGroupOperationResponse, err error)
CopyOnenoteNotebookSectionGroupSectionToSectionGroup - 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 (OnenoteNotebookSectionGroupSectionClient) CreateOnenoteNotebookSectionGroupSection ¶
func (c OnenoteNotebookSectionGroupSectionClient) CreateOnenoteNotebookSectionGroupSection(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupId, input stable.OnenoteSection, options CreateOnenoteNotebookSectionGroupSectionOperationOptions) (result CreateOnenoteNotebookSectionGroupSectionOperationResponse, err error)
CreateOnenoteNotebookSectionGroupSection - Create new navigation property to sections for users
func (OnenoteNotebookSectionGroupSectionClient) DeleteOnenoteNotebookSectionGroupSection ¶
func (c OnenoteNotebookSectionGroupSectionClient) DeleteOnenoteNotebookSectionGroupSection(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupIdSectionId, options DeleteOnenoteNotebookSectionGroupSectionOperationOptions) (result DeleteOnenoteNotebookSectionGroupSectionOperationResponse, err error)
DeleteOnenoteNotebookSectionGroupSection - Delete navigation property sections for users
func (OnenoteNotebookSectionGroupSectionClient) GetOnenoteNotebookSectionGroupSection ¶
func (c OnenoteNotebookSectionGroupSectionClient) GetOnenoteNotebookSectionGroupSection(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupIdSectionId, options GetOnenoteNotebookSectionGroupSectionOperationOptions) (result GetOnenoteNotebookSectionGroupSectionOperationResponse, err error)
GetOnenoteNotebookSectionGroupSection - Get sections from users. The sections in the section group. Read-only. Nullable.
func (OnenoteNotebookSectionGroupSectionClient) GetOnenoteNotebookSectionGroupSectionsCount ¶
func (c OnenoteNotebookSectionGroupSectionClient) GetOnenoteNotebookSectionGroupSectionsCount(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupId, options GetOnenoteNotebookSectionGroupSectionsCountOperationOptions) (result GetOnenoteNotebookSectionGroupSectionsCountOperationResponse, err error)
GetOnenoteNotebookSectionGroupSectionsCount - Get the number of the resource
func (OnenoteNotebookSectionGroupSectionClient) ListOnenoteNotebookSectionGroupSections ¶
func (c OnenoteNotebookSectionGroupSectionClient) ListOnenoteNotebookSectionGroupSections(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupId, options ListOnenoteNotebookSectionGroupSectionsOperationOptions) (result ListOnenoteNotebookSectionGroupSectionsOperationResponse, err error)
ListOnenoteNotebookSectionGroupSections - Get sections from users. The sections in the section group. Read-only. Nullable.
func (OnenoteNotebookSectionGroupSectionClient) ListOnenoteNotebookSectionGroupSectionsComplete ¶
func (c OnenoteNotebookSectionGroupSectionClient) ListOnenoteNotebookSectionGroupSectionsComplete(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupId, options ListOnenoteNotebookSectionGroupSectionsOperationOptions) (ListOnenoteNotebookSectionGroupSectionsCompleteResult, error)
ListOnenoteNotebookSectionGroupSectionsComplete retrieves all the results into a single object
func (OnenoteNotebookSectionGroupSectionClient) ListOnenoteNotebookSectionGroupSectionsCompleteMatchingPredicate ¶
func (c OnenoteNotebookSectionGroupSectionClient) ListOnenoteNotebookSectionGroupSectionsCompleteMatchingPredicate(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupId, options ListOnenoteNotebookSectionGroupSectionsOperationOptions, predicate OnenoteSectionOperationPredicate) (result ListOnenoteNotebookSectionGroupSectionsCompleteResult, err error)
ListOnenoteNotebookSectionGroupSectionsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (OnenoteNotebookSectionGroupSectionClient) UpdateOnenoteNotebookSectionGroupSection ¶
func (c OnenoteNotebookSectionGroupSectionClient) UpdateOnenoteNotebookSectionGroupSection(ctx context.Context, id stable.UserIdOnenoteNotebookIdSectionGroupIdSectionId, input stable.OnenoteSection, options UpdateOnenoteNotebookSectionGroupSectionOperationOptions) (result UpdateOnenoteNotebookSectionGroupSectionOperationResponse, err error)
UpdateOnenoteNotebookSectionGroupSection - Update the navigation property sections in users
type OnenoteSectionOperationPredicate ¶
type OnenoteSectionOperationPredicate struct { }
func (OnenoteSectionOperationPredicate) Matches ¶
func (p OnenoteSectionOperationPredicate) Matches(input stable.OnenoteSection) bool
type UpdateOnenoteNotebookSectionGroupSectionOperationOptions ¶
type UpdateOnenoteNotebookSectionGroupSectionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateOnenoteNotebookSectionGroupSectionOperationOptions ¶
func DefaultUpdateOnenoteNotebookSectionGroupSectionOperationOptions() UpdateOnenoteNotebookSectionGroupSectionOperationOptions
func (UpdateOnenoteNotebookSectionGroupSectionOperationOptions) ToHeaders ¶
func (o UpdateOnenoteNotebookSectionGroupSectionOperationOptions) ToHeaders() *client.Headers
func (UpdateOnenoteNotebookSectionGroupSectionOperationOptions) ToOData ¶
func (o UpdateOnenoteNotebookSectionGroupSectionOperationOptions) ToOData() *odata.Query
func (UpdateOnenoteNotebookSectionGroupSectionOperationOptions) ToQuery ¶
func (o UpdateOnenoteNotebookSectionGroupSectionOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_copyonenotenotebooksectiongroupsectiontonotebook.go
- method_copyonenotenotebooksectiongroupsectiontosectiongroup.go
- method_createonenotenotebooksectiongroupsection.go
- method_deleteonenotenotebooksectiongroupsection.go
- method_getonenotenotebooksectiongroupsection.go
- method_getonenotenotebooksectiongroupsectionscount.go
- method_listonenotenotebooksectiongroupsections.go
- method_updateonenotenotebooksectiongroupsection.go
- model_copyonenotenotebooksectiongroupsectiontonotebookrequest.go
- model_copyonenotenotebooksectiongroupsectiontosectiongrouprequest.go
- predicates.go
- version.go