Documentation ¶
Index ¶
- type CopySiteOnenoteSectionGroupSectionToNotebookOperationOptions
- type CopySiteOnenoteSectionGroupSectionToNotebookOperationResponse
- type CopySiteOnenoteSectionGroupSectionToNotebookRequest
- type CopySiteOnenoteSectionGroupSectionToSectionGroupOperationOptions
- func (o CopySiteOnenoteSectionGroupSectionToSectionGroupOperationOptions) ToHeaders() *client.Headers
- func (o CopySiteOnenoteSectionGroupSectionToSectionGroupOperationOptions) ToOData() *odata.Query
- func (o CopySiteOnenoteSectionGroupSectionToSectionGroupOperationOptions) ToQuery() *client.QueryParams
- type CopySiteOnenoteSectionGroupSectionToSectionGroupOperationResponse
- type CopySiteOnenoteSectionGroupSectionToSectionGroupRequest
- type CreateSiteOnenoteSectionGroupSectionOperationOptions
- type CreateSiteOnenoteSectionGroupSectionOperationResponse
- type DeleteSiteOnenoteSectionGroupSectionOperationOptions
- type DeleteSiteOnenoteSectionGroupSectionOperationResponse
- type GetSiteOnenoteSectionGroupSectionOperationOptions
- type GetSiteOnenoteSectionGroupSectionOperationResponse
- type GetSiteOnenoteSectionGroupSectionsCountOperationOptions
- type GetSiteOnenoteSectionGroupSectionsCountOperationResponse
- type ListSiteOnenoteSectionGroupSectionsCompleteResult
- type ListSiteOnenoteSectionGroupSectionsCustomPager
- type ListSiteOnenoteSectionGroupSectionsOperationOptions
- type ListSiteOnenoteSectionGroupSectionsOperationResponse
- type OnenoteSectionOperationPredicate
- type SiteOnenoteSectionGroupSectionClient
- func (c SiteOnenoteSectionGroupSectionClient) CopySiteOnenoteSectionGroupSectionToNotebook(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionGroupIdSectionId, ...) (result CopySiteOnenoteSectionGroupSectionToNotebookOperationResponse, ...)
- func (c SiteOnenoteSectionGroupSectionClient) CopySiteOnenoteSectionGroupSectionToSectionGroup(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionGroupIdSectionId, ...) (result CopySiteOnenoteSectionGroupSectionToSectionGroupOperationResponse, ...)
- func (c SiteOnenoteSectionGroupSectionClient) CreateSiteOnenoteSectionGroupSection(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionGroupId, ...) (result CreateSiteOnenoteSectionGroupSectionOperationResponse, err error)
- func (c SiteOnenoteSectionGroupSectionClient) DeleteSiteOnenoteSectionGroupSection(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionGroupIdSectionId, ...) (result DeleteSiteOnenoteSectionGroupSectionOperationResponse, err error)
- func (c SiteOnenoteSectionGroupSectionClient) GetSiteOnenoteSectionGroupSection(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionGroupIdSectionId, ...) (result GetSiteOnenoteSectionGroupSectionOperationResponse, err error)
- func (c SiteOnenoteSectionGroupSectionClient) GetSiteOnenoteSectionGroupSectionsCount(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionGroupId, ...) (result GetSiteOnenoteSectionGroupSectionsCountOperationResponse, err error)
- func (c SiteOnenoteSectionGroupSectionClient) ListSiteOnenoteSectionGroupSections(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionGroupId, ...) (result ListSiteOnenoteSectionGroupSectionsOperationResponse, err error)
- func (c SiteOnenoteSectionGroupSectionClient) ListSiteOnenoteSectionGroupSectionsComplete(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionGroupId, ...) (ListSiteOnenoteSectionGroupSectionsCompleteResult, error)
- func (c SiteOnenoteSectionGroupSectionClient) ListSiteOnenoteSectionGroupSectionsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionGroupId, ...) (result ListSiteOnenoteSectionGroupSectionsCompleteResult, err error)
- func (c SiteOnenoteSectionGroupSectionClient) UpdateSiteOnenoteSectionGroupSection(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionGroupIdSectionId, ...) (result UpdateSiteOnenoteSectionGroupSectionOperationResponse, err error)
- type UpdateSiteOnenoteSectionGroupSectionOperationOptions
- type UpdateSiteOnenoteSectionGroupSectionOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CopySiteOnenoteSectionGroupSectionToNotebookOperationOptions ¶
type CopySiteOnenoteSectionGroupSectionToNotebookOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCopySiteOnenoteSectionGroupSectionToNotebookOperationOptions ¶
func DefaultCopySiteOnenoteSectionGroupSectionToNotebookOperationOptions() CopySiteOnenoteSectionGroupSectionToNotebookOperationOptions
func (CopySiteOnenoteSectionGroupSectionToNotebookOperationOptions) ToHeaders ¶
func (o CopySiteOnenoteSectionGroupSectionToNotebookOperationOptions) ToHeaders() *client.Headers
func (CopySiteOnenoteSectionGroupSectionToNotebookOperationOptions) ToOData ¶
func (o CopySiteOnenoteSectionGroupSectionToNotebookOperationOptions) ToOData() *odata.Query
func (CopySiteOnenoteSectionGroupSectionToNotebookOperationOptions) ToQuery ¶
func (o CopySiteOnenoteSectionGroupSectionToNotebookOperationOptions) ToQuery() *client.QueryParams
type CopySiteOnenoteSectionGroupSectionToNotebookRequest ¶
type CopySiteOnenoteSectionGroupSectionToNotebookRequest 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 CopySiteOnenoteSectionGroupSectionToSectionGroupOperationOptions ¶
type CopySiteOnenoteSectionGroupSectionToSectionGroupOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCopySiteOnenoteSectionGroupSectionToSectionGroupOperationOptions ¶
func DefaultCopySiteOnenoteSectionGroupSectionToSectionGroupOperationOptions() CopySiteOnenoteSectionGroupSectionToSectionGroupOperationOptions
func (CopySiteOnenoteSectionGroupSectionToSectionGroupOperationOptions) ToHeaders ¶
func (o CopySiteOnenoteSectionGroupSectionToSectionGroupOperationOptions) ToHeaders() *client.Headers
func (CopySiteOnenoteSectionGroupSectionToSectionGroupOperationOptions) ToOData ¶
func (o CopySiteOnenoteSectionGroupSectionToSectionGroupOperationOptions) ToOData() *odata.Query
func (CopySiteOnenoteSectionGroupSectionToSectionGroupOperationOptions) ToQuery ¶
func (o CopySiteOnenoteSectionGroupSectionToSectionGroupOperationOptions) ToQuery() *client.QueryParams
type CopySiteOnenoteSectionGroupSectionToSectionGroupRequest ¶
type CopySiteOnenoteSectionGroupSectionToSectionGroupRequest 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 CreateSiteOnenoteSectionGroupSectionOperationOptions ¶
type CreateSiteOnenoteSectionGroupSectionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateSiteOnenoteSectionGroupSectionOperationOptions ¶
func DefaultCreateSiteOnenoteSectionGroupSectionOperationOptions() CreateSiteOnenoteSectionGroupSectionOperationOptions
func (CreateSiteOnenoteSectionGroupSectionOperationOptions) ToHeaders ¶
func (o CreateSiteOnenoteSectionGroupSectionOperationOptions) ToHeaders() *client.Headers
func (CreateSiteOnenoteSectionGroupSectionOperationOptions) ToOData ¶
func (o CreateSiteOnenoteSectionGroupSectionOperationOptions) ToOData() *odata.Query
func (CreateSiteOnenoteSectionGroupSectionOperationOptions) ToQuery ¶
func (o CreateSiteOnenoteSectionGroupSectionOperationOptions) ToQuery() *client.QueryParams
type DeleteSiteOnenoteSectionGroupSectionOperationOptions ¶
type DeleteSiteOnenoteSectionGroupSectionOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteSiteOnenoteSectionGroupSectionOperationOptions ¶
func DefaultDeleteSiteOnenoteSectionGroupSectionOperationOptions() DeleteSiteOnenoteSectionGroupSectionOperationOptions
func (DeleteSiteOnenoteSectionGroupSectionOperationOptions) ToHeaders ¶
func (o DeleteSiteOnenoteSectionGroupSectionOperationOptions) ToHeaders() *client.Headers
func (DeleteSiteOnenoteSectionGroupSectionOperationOptions) ToOData ¶
func (o DeleteSiteOnenoteSectionGroupSectionOperationOptions) ToOData() *odata.Query
func (DeleteSiteOnenoteSectionGroupSectionOperationOptions) ToQuery ¶
func (o DeleteSiteOnenoteSectionGroupSectionOperationOptions) ToQuery() *client.QueryParams
type GetSiteOnenoteSectionGroupSectionOperationOptions ¶
type GetSiteOnenoteSectionGroupSectionOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetSiteOnenoteSectionGroupSectionOperationOptions ¶
func DefaultGetSiteOnenoteSectionGroupSectionOperationOptions() GetSiteOnenoteSectionGroupSectionOperationOptions
func (GetSiteOnenoteSectionGroupSectionOperationOptions) ToHeaders ¶
func (o GetSiteOnenoteSectionGroupSectionOperationOptions) ToHeaders() *client.Headers
func (GetSiteOnenoteSectionGroupSectionOperationOptions) ToOData ¶
func (o GetSiteOnenoteSectionGroupSectionOperationOptions) ToOData() *odata.Query
func (GetSiteOnenoteSectionGroupSectionOperationOptions) ToQuery ¶
func (o GetSiteOnenoteSectionGroupSectionOperationOptions) ToQuery() *client.QueryParams
type GetSiteOnenoteSectionGroupSectionsCountOperationOptions ¶
type GetSiteOnenoteSectionGroupSectionsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetSiteOnenoteSectionGroupSectionsCountOperationOptions ¶
func DefaultGetSiteOnenoteSectionGroupSectionsCountOperationOptions() GetSiteOnenoteSectionGroupSectionsCountOperationOptions
func (GetSiteOnenoteSectionGroupSectionsCountOperationOptions) ToHeaders ¶
func (o GetSiteOnenoteSectionGroupSectionsCountOperationOptions) ToHeaders() *client.Headers
func (GetSiteOnenoteSectionGroupSectionsCountOperationOptions) ToOData ¶
func (o GetSiteOnenoteSectionGroupSectionsCountOperationOptions) ToOData() *odata.Query
func (GetSiteOnenoteSectionGroupSectionsCountOperationOptions) ToQuery ¶
func (o GetSiteOnenoteSectionGroupSectionsCountOperationOptions) ToQuery() *client.QueryParams
type ListSiteOnenoteSectionGroupSectionsCompleteResult ¶
type ListSiteOnenoteSectionGroupSectionsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.OnenoteSection }
type ListSiteOnenoteSectionGroupSectionsCustomPager ¶
type ListSiteOnenoteSectionGroupSectionsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListSiteOnenoteSectionGroupSectionsCustomPager) NextPageLink ¶
func (p *ListSiteOnenoteSectionGroupSectionsCustomPager) NextPageLink() *odata.Link
type ListSiteOnenoteSectionGroupSectionsOperationOptions ¶
type ListSiteOnenoteSectionGroupSectionsOperationOptions 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 DefaultListSiteOnenoteSectionGroupSectionsOperationOptions ¶
func DefaultListSiteOnenoteSectionGroupSectionsOperationOptions() ListSiteOnenoteSectionGroupSectionsOperationOptions
func (ListSiteOnenoteSectionGroupSectionsOperationOptions) ToHeaders ¶
func (o ListSiteOnenoteSectionGroupSectionsOperationOptions) ToHeaders() *client.Headers
func (ListSiteOnenoteSectionGroupSectionsOperationOptions) ToOData ¶
func (o ListSiteOnenoteSectionGroupSectionsOperationOptions) ToOData() *odata.Query
func (ListSiteOnenoteSectionGroupSectionsOperationOptions) ToQuery ¶
func (o ListSiteOnenoteSectionGroupSectionsOperationOptions) ToQuery() *client.QueryParams
type OnenoteSectionOperationPredicate ¶
type OnenoteSectionOperationPredicate struct { }
func (OnenoteSectionOperationPredicate) Matches ¶
func (p OnenoteSectionOperationPredicate) Matches(input beta.OnenoteSection) bool
type SiteOnenoteSectionGroupSectionClient ¶
func NewSiteOnenoteSectionGroupSectionClientWithBaseURI ¶
func NewSiteOnenoteSectionGroupSectionClientWithBaseURI(sdkApi sdkEnv.Api) (*SiteOnenoteSectionGroupSectionClient, error)
func (SiteOnenoteSectionGroupSectionClient) CopySiteOnenoteSectionGroupSectionToNotebook ¶
func (c SiteOnenoteSectionGroupSectionClient) CopySiteOnenoteSectionGroupSectionToNotebook(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionGroupIdSectionId, input CopySiteOnenoteSectionGroupSectionToNotebookRequest, options CopySiteOnenoteSectionGroupSectionToNotebookOperationOptions) (result CopySiteOnenoteSectionGroupSectionToNotebookOperationResponse, err error)
CopySiteOnenoteSectionGroupSectionToNotebook - Invoke action copyToNotebook. Copies a section to a specific notebook. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.
func (SiteOnenoteSectionGroupSectionClient) CopySiteOnenoteSectionGroupSectionToSectionGroup ¶
func (c SiteOnenoteSectionGroupSectionClient) CopySiteOnenoteSectionGroupSectionToSectionGroup(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionGroupIdSectionId, input CopySiteOnenoteSectionGroupSectionToSectionGroupRequest, options CopySiteOnenoteSectionGroupSectionToSectionGroupOperationOptions) (result CopySiteOnenoteSectionGroupSectionToSectionGroupOperationResponse, err error)
CopySiteOnenoteSectionGroupSectionToSectionGroup - Invoke action copyToSectionGroup. Copies a section to a specific section group. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.
func (SiteOnenoteSectionGroupSectionClient) CreateSiteOnenoteSectionGroupSection ¶
func (c SiteOnenoteSectionGroupSectionClient) CreateSiteOnenoteSectionGroupSection(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionGroupId, input beta.OnenoteSection, options CreateSiteOnenoteSectionGroupSectionOperationOptions) (result CreateSiteOnenoteSectionGroupSectionOperationResponse, err error)
CreateSiteOnenoteSectionGroupSection - Create new navigation property to sections for groups
func (SiteOnenoteSectionGroupSectionClient) DeleteSiteOnenoteSectionGroupSection ¶
func (c SiteOnenoteSectionGroupSectionClient) DeleteSiteOnenoteSectionGroupSection(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionGroupIdSectionId, options DeleteSiteOnenoteSectionGroupSectionOperationOptions) (result DeleteSiteOnenoteSectionGroupSectionOperationResponse, err error)
DeleteSiteOnenoteSectionGroupSection - Delete navigation property sections for groups
func (SiteOnenoteSectionGroupSectionClient) GetSiteOnenoteSectionGroupSection ¶
func (c SiteOnenoteSectionGroupSectionClient) GetSiteOnenoteSectionGroupSection(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionGroupIdSectionId, options GetSiteOnenoteSectionGroupSectionOperationOptions) (result GetSiteOnenoteSectionGroupSectionOperationResponse, err error)
GetSiteOnenoteSectionGroupSection - Get sections from groups. The sections in the section group. Read-only. Nullable.
func (SiteOnenoteSectionGroupSectionClient) GetSiteOnenoteSectionGroupSectionsCount ¶
func (c SiteOnenoteSectionGroupSectionClient) GetSiteOnenoteSectionGroupSectionsCount(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionGroupId, options GetSiteOnenoteSectionGroupSectionsCountOperationOptions) (result GetSiteOnenoteSectionGroupSectionsCountOperationResponse, err error)
GetSiteOnenoteSectionGroupSectionsCount - Get the number of the resource
func (SiteOnenoteSectionGroupSectionClient) ListSiteOnenoteSectionGroupSections ¶
func (c SiteOnenoteSectionGroupSectionClient) ListSiteOnenoteSectionGroupSections(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionGroupId, options ListSiteOnenoteSectionGroupSectionsOperationOptions) (result ListSiteOnenoteSectionGroupSectionsOperationResponse, err error)
ListSiteOnenoteSectionGroupSections - Get sections from groups. The sections in the section group. Read-only. Nullable.
func (SiteOnenoteSectionGroupSectionClient) ListSiteOnenoteSectionGroupSectionsComplete ¶
func (c SiteOnenoteSectionGroupSectionClient) ListSiteOnenoteSectionGroupSectionsComplete(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionGroupId, options ListSiteOnenoteSectionGroupSectionsOperationOptions) (ListSiteOnenoteSectionGroupSectionsCompleteResult, error)
ListSiteOnenoteSectionGroupSectionsComplete retrieves all the results into a single object
func (SiteOnenoteSectionGroupSectionClient) ListSiteOnenoteSectionGroupSectionsCompleteMatchingPredicate ¶
func (c SiteOnenoteSectionGroupSectionClient) ListSiteOnenoteSectionGroupSectionsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionGroupId, options ListSiteOnenoteSectionGroupSectionsOperationOptions, predicate OnenoteSectionOperationPredicate) (result ListSiteOnenoteSectionGroupSectionsCompleteResult, err error)
ListSiteOnenoteSectionGroupSectionsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (SiteOnenoteSectionGroupSectionClient) UpdateSiteOnenoteSectionGroupSection ¶
func (c SiteOnenoteSectionGroupSectionClient) UpdateSiteOnenoteSectionGroupSection(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionGroupIdSectionId, input beta.OnenoteSection, options UpdateSiteOnenoteSectionGroupSectionOperationOptions) (result UpdateSiteOnenoteSectionGroupSectionOperationResponse, err error)
UpdateSiteOnenoteSectionGroupSection - Update the navigation property sections in groups
type UpdateSiteOnenoteSectionGroupSectionOperationOptions ¶
type UpdateSiteOnenoteSectionGroupSectionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateSiteOnenoteSectionGroupSectionOperationOptions ¶
func DefaultUpdateSiteOnenoteSectionGroupSectionOperationOptions() UpdateSiteOnenoteSectionGroupSectionOperationOptions
func (UpdateSiteOnenoteSectionGroupSectionOperationOptions) ToHeaders ¶
func (o UpdateSiteOnenoteSectionGroupSectionOperationOptions) ToHeaders() *client.Headers
func (UpdateSiteOnenoteSectionGroupSectionOperationOptions) ToOData ¶
func (o UpdateSiteOnenoteSectionGroupSectionOperationOptions) ToOData() *odata.Query
func (UpdateSiteOnenoteSectionGroupSectionOperationOptions) ToQuery ¶
func (o UpdateSiteOnenoteSectionGroupSectionOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_copysiteonenotesectiongroupsectiontonotebook.go
- method_copysiteonenotesectiongroupsectiontosectiongroup.go
- method_createsiteonenotesectiongroupsection.go
- method_deletesiteonenotesectiongroupsection.go
- method_getsiteonenotesectiongroupsection.go
- method_getsiteonenotesectiongroupsectionscount.go
- method_listsiteonenotesectiongroupsections.go
- method_updatesiteonenotesectiongroupsection.go
- model_copysiteonenotesectiongroupsectiontonotebookrequest.go
- model_copysiteonenotesectiongroupsectiontosectiongrouprequest.go
- predicates.go
- version.go