Documentation ¶
Index ¶
- type CopySiteOnenoteSectionToNotebookOperationOptions
- type CopySiteOnenoteSectionToNotebookOperationResponse
- type CopySiteOnenoteSectionToNotebookRequest
- type CopySiteOnenoteSectionToSectionGroupOperationOptions
- type CopySiteOnenoteSectionToSectionGroupOperationResponse
- type CopySiteOnenoteSectionToSectionGroupRequest
- type CreateSiteOnenoteSectionOperationOptions
- type CreateSiteOnenoteSectionOperationResponse
- type DeleteSiteOnenoteSectionOperationOptions
- type DeleteSiteOnenoteSectionOperationResponse
- type GetSiteOnenoteSectionOperationOptions
- type GetSiteOnenoteSectionOperationResponse
- type GetSiteOnenoteSectionsCountOperationOptions
- type GetSiteOnenoteSectionsCountOperationResponse
- type ListSiteOnenoteSectionsCompleteResult
- type ListSiteOnenoteSectionsCustomPager
- type ListSiteOnenoteSectionsOperationOptions
- type ListSiteOnenoteSectionsOperationResponse
- type OnenoteSectionOperationPredicate
- type SiteOnenoteSectionClient
- func (c SiteOnenoteSectionClient) CopySiteOnenoteSectionToNotebook(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionId, ...) (result CopySiteOnenoteSectionToNotebookOperationResponse, err error)
- func (c SiteOnenoteSectionClient) CopySiteOnenoteSectionToSectionGroup(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionId, ...) (result CopySiteOnenoteSectionToSectionGroupOperationResponse, err error)
- func (c SiteOnenoteSectionClient) CreateSiteOnenoteSection(ctx context.Context, id beta.GroupIdSiteId, input beta.OnenoteSection, ...) (result CreateSiteOnenoteSectionOperationResponse, err error)
- func (c SiteOnenoteSectionClient) DeleteSiteOnenoteSection(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionId, ...) (result DeleteSiteOnenoteSectionOperationResponse, err error)
- func (c SiteOnenoteSectionClient) GetSiteOnenoteSection(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionId, ...) (result GetSiteOnenoteSectionOperationResponse, err error)
- func (c SiteOnenoteSectionClient) GetSiteOnenoteSectionsCount(ctx context.Context, id beta.GroupIdSiteId, ...) (result GetSiteOnenoteSectionsCountOperationResponse, err error)
- func (c SiteOnenoteSectionClient) ListSiteOnenoteSections(ctx context.Context, id beta.GroupIdSiteId, ...) (result ListSiteOnenoteSectionsOperationResponse, err error)
- func (c SiteOnenoteSectionClient) ListSiteOnenoteSectionsComplete(ctx context.Context, id beta.GroupIdSiteId, ...) (ListSiteOnenoteSectionsCompleteResult, error)
- func (c SiteOnenoteSectionClient) ListSiteOnenoteSectionsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdSiteId, ...) (result ListSiteOnenoteSectionsCompleteResult, err error)
- func (c SiteOnenoteSectionClient) UpdateSiteOnenoteSection(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionId, ...) (result UpdateSiteOnenoteSectionOperationResponse, err error)
- type UpdateSiteOnenoteSectionOperationOptions
- type UpdateSiteOnenoteSectionOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CopySiteOnenoteSectionToNotebookOperationOptions ¶
type CopySiteOnenoteSectionToNotebookOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCopySiteOnenoteSectionToNotebookOperationOptions ¶
func DefaultCopySiteOnenoteSectionToNotebookOperationOptions() CopySiteOnenoteSectionToNotebookOperationOptions
func (CopySiteOnenoteSectionToNotebookOperationOptions) ToHeaders ¶
func (o CopySiteOnenoteSectionToNotebookOperationOptions) ToHeaders() *client.Headers
func (CopySiteOnenoteSectionToNotebookOperationOptions) ToOData ¶
func (o CopySiteOnenoteSectionToNotebookOperationOptions) ToOData() *odata.Query
func (CopySiteOnenoteSectionToNotebookOperationOptions) ToQuery ¶
func (o CopySiteOnenoteSectionToNotebookOperationOptions) ToQuery() *client.QueryParams
type CopySiteOnenoteSectionToNotebookRequest ¶
type CopySiteOnenoteSectionToNotebookRequest 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 CopySiteOnenoteSectionToSectionGroupOperationOptions ¶
type CopySiteOnenoteSectionToSectionGroupOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCopySiteOnenoteSectionToSectionGroupOperationOptions ¶
func DefaultCopySiteOnenoteSectionToSectionGroupOperationOptions() CopySiteOnenoteSectionToSectionGroupOperationOptions
func (CopySiteOnenoteSectionToSectionGroupOperationOptions) ToHeaders ¶
func (o CopySiteOnenoteSectionToSectionGroupOperationOptions) ToHeaders() *client.Headers
func (CopySiteOnenoteSectionToSectionGroupOperationOptions) ToOData ¶
func (o CopySiteOnenoteSectionToSectionGroupOperationOptions) ToOData() *odata.Query
func (CopySiteOnenoteSectionToSectionGroupOperationOptions) ToQuery ¶
func (o CopySiteOnenoteSectionToSectionGroupOperationOptions) ToQuery() *client.QueryParams
type CopySiteOnenoteSectionToSectionGroupRequest ¶
type CopySiteOnenoteSectionToSectionGroupRequest 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 CreateSiteOnenoteSectionOperationOptions ¶
type CreateSiteOnenoteSectionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateSiteOnenoteSectionOperationOptions ¶
func DefaultCreateSiteOnenoteSectionOperationOptions() CreateSiteOnenoteSectionOperationOptions
func (CreateSiteOnenoteSectionOperationOptions) ToHeaders ¶
func (o CreateSiteOnenoteSectionOperationOptions) ToHeaders() *client.Headers
func (CreateSiteOnenoteSectionOperationOptions) ToOData ¶
func (o CreateSiteOnenoteSectionOperationOptions) ToOData() *odata.Query
func (CreateSiteOnenoteSectionOperationOptions) ToQuery ¶
func (o CreateSiteOnenoteSectionOperationOptions) ToQuery() *client.QueryParams
type DeleteSiteOnenoteSectionOperationOptions ¶
type DeleteSiteOnenoteSectionOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteSiteOnenoteSectionOperationOptions ¶
func DefaultDeleteSiteOnenoteSectionOperationOptions() DeleteSiteOnenoteSectionOperationOptions
func (DeleteSiteOnenoteSectionOperationOptions) ToHeaders ¶
func (o DeleteSiteOnenoteSectionOperationOptions) ToHeaders() *client.Headers
func (DeleteSiteOnenoteSectionOperationOptions) ToOData ¶
func (o DeleteSiteOnenoteSectionOperationOptions) ToOData() *odata.Query
func (DeleteSiteOnenoteSectionOperationOptions) ToQuery ¶
func (o DeleteSiteOnenoteSectionOperationOptions) ToQuery() *client.QueryParams
type GetSiteOnenoteSectionOperationOptions ¶
type GetSiteOnenoteSectionOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetSiteOnenoteSectionOperationOptions ¶
func DefaultGetSiteOnenoteSectionOperationOptions() GetSiteOnenoteSectionOperationOptions
func (GetSiteOnenoteSectionOperationOptions) ToHeaders ¶
func (o GetSiteOnenoteSectionOperationOptions) ToHeaders() *client.Headers
func (GetSiteOnenoteSectionOperationOptions) ToOData ¶
func (o GetSiteOnenoteSectionOperationOptions) ToOData() *odata.Query
func (GetSiteOnenoteSectionOperationOptions) ToQuery ¶
func (o GetSiteOnenoteSectionOperationOptions) ToQuery() *client.QueryParams
type GetSiteOnenoteSectionsCountOperationOptions ¶
type GetSiteOnenoteSectionsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetSiteOnenoteSectionsCountOperationOptions ¶
func DefaultGetSiteOnenoteSectionsCountOperationOptions() GetSiteOnenoteSectionsCountOperationOptions
func (GetSiteOnenoteSectionsCountOperationOptions) ToHeaders ¶
func (o GetSiteOnenoteSectionsCountOperationOptions) ToHeaders() *client.Headers
func (GetSiteOnenoteSectionsCountOperationOptions) ToOData ¶
func (o GetSiteOnenoteSectionsCountOperationOptions) ToOData() *odata.Query
func (GetSiteOnenoteSectionsCountOperationOptions) ToQuery ¶
func (o GetSiteOnenoteSectionsCountOperationOptions) ToQuery() *client.QueryParams
type ListSiteOnenoteSectionsCompleteResult ¶
type ListSiteOnenoteSectionsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.OnenoteSection }
type ListSiteOnenoteSectionsCustomPager ¶
func (*ListSiteOnenoteSectionsCustomPager) NextPageLink ¶
func (p *ListSiteOnenoteSectionsCustomPager) NextPageLink() *odata.Link
type ListSiteOnenoteSectionsOperationOptions ¶
type ListSiteOnenoteSectionsOperationOptions 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 DefaultListSiteOnenoteSectionsOperationOptions ¶
func DefaultListSiteOnenoteSectionsOperationOptions() ListSiteOnenoteSectionsOperationOptions
func (ListSiteOnenoteSectionsOperationOptions) ToHeaders ¶
func (o ListSiteOnenoteSectionsOperationOptions) ToHeaders() *client.Headers
func (ListSiteOnenoteSectionsOperationOptions) ToOData ¶
func (o ListSiteOnenoteSectionsOperationOptions) ToOData() *odata.Query
func (ListSiteOnenoteSectionsOperationOptions) ToQuery ¶
func (o ListSiteOnenoteSectionsOperationOptions) ToQuery() *client.QueryParams
type OnenoteSectionOperationPredicate ¶
type OnenoteSectionOperationPredicate struct { }
func (OnenoteSectionOperationPredicate) Matches ¶
func (p OnenoteSectionOperationPredicate) Matches(input beta.OnenoteSection) bool
type SiteOnenoteSectionClient ¶
func NewSiteOnenoteSectionClientWithBaseURI ¶
func NewSiteOnenoteSectionClientWithBaseURI(sdkApi sdkEnv.Api) (*SiteOnenoteSectionClient, error)
func (SiteOnenoteSectionClient) CopySiteOnenoteSectionToNotebook ¶
func (c SiteOnenoteSectionClient) CopySiteOnenoteSectionToNotebook(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionId, input CopySiteOnenoteSectionToNotebookRequest, options CopySiteOnenoteSectionToNotebookOperationOptions) (result CopySiteOnenoteSectionToNotebookOperationResponse, err error)
CopySiteOnenoteSectionToNotebook - 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 (SiteOnenoteSectionClient) CopySiteOnenoteSectionToSectionGroup ¶
func (c SiteOnenoteSectionClient) CopySiteOnenoteSectionToSectionGroup(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionId, input CopySiteOnenoteSectionToSectionGroupRequest, options CopySiteOnenoteSectionToSectionGroupOperationOptions) (result CopySiteOnenoteSectionToSectionGroupOperationResponse, err error)
CopySiteOnenoteSectionToSectionGroup - 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 (SiteOnenoteSectionClient) CreateSiteOnenoteSection ¶
func (c SiteOnenoteSectionClient) CreateSiteOnenoteSection(ctx context.Context, id beta.GroupIdSiteId, input beta.OnenoteSection, options CreateSiteOnenoteSectionOperationOptions) (result CreateSiteOnenoteSectionOperationResponse, err error)
CreateSiteOnenoteSection - Create new navigation property to sections for groups
func (SiteOnenoteSectionClient) DeleteSiteOnenoteSection ¶
func (c SiteOnenoteSectionClient) DeleteSiteOnenoteSection(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionId, options DeleteSiteOnenoteSectionOperationOptions) (result DeleteSiteOnenoteSectionOperationResponse, err error)
DeleteSiteOnenoteSection - Delete navigation property sections for groups
func (SiteOnenoteSectionClient) GetSiteOnenoteSection ¶
func (c SiteOnenoteSectionClient) GetSiteOnenoteSection(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionId, options GetSiteOnenoteSectionOperationOptions) (result GetSiteOnenoteSectionOperationResponse, err error)
GetSiteOnenoteSection - Get sections from groups. The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (SiteOnenoteSectionClient) GetSiteOnenoteSectionsCount ¶
func (c SiteOnenoteSectionClient) GetSiteOnenoteSectionsCount(ctx context.Context, id beta.GroupIdSiteId, options GetSiteOnenoteSectionsCountOperationOptions) (result GetSiteOnenoteSectionsCountOperationResponse, err error)
GetSiteOnenoteSectionsCount - Get the number of the resource
func (SiteOnenoteSectionClient) ListSiteOnenoteSections ¶
func (c SiteOnenoteSectionClient) ListSiteOnenoteSections(ctx context.Context, id beta.GroupIdSiteId, options ListSiteOnenoteSectionsOperationOptions) (result ListSiteOnenoteSectionsOperationResponse, err error)
ListSiteOnenoteSections - Get sections from groups. The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (SiteOnenoteSectionClient) ListSiteOnenoteSectionsComplete ¶
func (c SiteOnenoteSectionClient) ListSiteOnenoteSectionsComplete(ctx context.Context, id beta.GroupIdSiteId, options ListSiteOnenoteSectionsOperationOptions) (ListSiteOnenoteSectionsCompleteResult, error)
ListSiteOnenoteSectionsComplete retrieves all the results into a single object
func (SiteOnenoteSectionClient) ListSiteOnenoteSectionsCompleteMatchingPredicate ¶
func (c SiteOnenoteSectionClient) ListSiteOnenoteSectionsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdSiteId, options ListSiteOnenoteSectionsOperationOptions, predicate OnenoteSectionOperationPredicate) (result ListSiteOnenoteSectionsCompleteResult, err error)
ListSiteOnenoteSectionsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (SiteOnenoteSectionClient) UpdateSiteOnenoteSection ¶
func (c SiteOnenoteSectionClient) UpdateSiteOnenoteSection(ctx context.Context, id beta.GroupIdSiteIdOnenoteSectionId, input beta.OnenoteSection, options UpdateSiteOnenoteSectionOperationOptions) (result UpdateSiteOnenoteSectionOperationResponse, err error)
UpdateSiteOnenoteSection - Update the navigation property sections in groups
type UpdateSiteOnenoteSectionOperationOptions ¶
type UpdateSiteOnenoteSectionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateSiteOnenoteSectionOperationOptions ¶
func DefaultUpdateSiteOnenoteSectionOperationOptions() UpdateSiteOnenoteSectionOperationOptions
func (UpdateSiteOnenoteSectionOperationOptions) ToHeaders ¶
func (o UpdateSiteOnenoteSectionOperationOptions) ToHeaders() *client.Headers
func (UpdateSiteOnenoteSectionOperationOptions) ToOData ¶
func (o UpdateSiteOnenoteSectionOperationOptions) ToOData() *odata.Query
func (UpdateSiteOnenoteSectionOperationOptions) ToQuery ¶
func (o UpdateSiteOnenoteSectionOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_copysiteonenotesectiontonotebook.go
- method_copysiteonenotesectiontosectiongroup.go
- method_createsiteonenotesection.go
- method_deletesiteonenotesection.go
- method_getsiteonenotesection.go
- method_getsiteonenotesectionscount.go
- method_listsiteonenotesections.go
- method_updatesiteonenotesection.go
- model_copysiteonenotesectiontonotebookrequest.go
- model_copysiteonenotesectiontosectiongrouprequest.go
- predicates.go
- version.go