Documentation ¶
Index ¶
- type CreateDriveListItemDocumentSetVersionOperationOptions
- type CreateDriveListItemDocumentSetVersionOperationResponse
- type DeleteDriveListItemDocumentSetVersionOperationOptions
- type DeleteDriveListItemDocumentSetVersionOperationResponse
- type DocumentSetVersionOperationPredicate
- type DriveListItemDocumentSetVersionClient
- func (c DriveListItemDocumentSetVersionClient) CreateDriveListItemDocumentSetVersion(ctx context.Context, id beta.GroupIdDriveIdListItemId, ...) (result CreateDriveListItemDocumentSetVersionOperationResponse, err error)
- func (c DriveListItemDocumentSetVersionClient) DeleteDriveListItemDocumentSetVersion(ctx context.Context, id beta.GroupIdDriveIdListItemIdDocumentSetVersionId, ...) (result DeleteDriveListItemDocumentSetVersionOperationResponse, err error)
- func (c DriveListItemDocumentSetVersionClient) GetDriveListItemDocumentSetVersion(ctx context.Context, id beta.GroupIdDriveIdListItemIdDocumentSetVersionId, ...) (result GetDriveListItemDocumentSetVersionOperationResponse, err error)
- func (c DriveListItemDocumentSetVersionClient) GetDriveListItemDocumentSetVersionsCount(ctx context.Context, id beta.GroupIdDriveIdListItemId, ...) (result GetDriveListItemDocumentSetVersionsCountOperationResponse, err error)
- func (c DriveListItemDocumentSetVersionClient) ListDriveListItemDocumentSetVersions(ctx context.Context, id beta.GroupIdDriveIdListItemId, ...) (result ListDriveListItemDocumentSetVersionsOperationResponse, err error)
- func (c DriveListItemDocumentSetVersionClient) ListDriveListItemDocumentSetVersionsComplete(ctx context.Context, id beta.GroupIdDriveIdListItemId, ...) (ListDriveListItemDocumentSetVersionsCompleteResult, error)
- func (c DriveListItemDocumentSetVersionClient) ListDriveListItemDocumentSetVersionsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdDriveIdListItemId, ...) (result ListDriveListItemDocumentSetVersionsCompleteResult, err error)
- func (c DriveListItemDocumentSetVersionClient) RestoreDriveListItemDocumentSetVersion(ctx context.Context, id beta.GroupIdDriveIdListItemIdDocumentSetVersionId, ...) (result RestoreDriveListItemDocumentSetVersionOperationResponse, err error)
- func (c DriveListItemDocumentSetVersionClient) UpdateDriveListItemDocumentSetVersion(ctx context.Context, id beta.GroupIdDriveIdListItemIdDocumentSetVersionId, ...) (result UpdateDriveListItemDocumentSetVersionOperationResponse, err error)
- type GetDriveListItemDocumentSetVersionOperationOptions
- type GetDriveListItemDocumentSetVersionOperationResponse
- type GetDriveListItemDocumentSetVersionsCountOperationOptions
- type GetDriveListItemDocumentSetVersionsCountOperationResponse
- type ListDriveListItemDocumentSetVersionsCompleteResult
- type ListDriveListItemDocumentSetVersionsCustomPager
- type ListDriveListItemDocumentSetVersionsOperationOptions
- type ListDriveListItemDocumentSetVersionsOperationResponse
- type RestoreDriveListItemDocumentSetVersionOperationOptions
- type RestoreDriveListItemDocumentSetVersionOperationResponse
- type UpdateDriveListItemDocumentSetVersionOperationOptions
- type UpdateDriveListItemDocumentSetVersionOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateDriveListItemDocumentSetVersionOperationOptions ¶
type CreateDriveListItemDocumentSetVersionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateDriveListItemDocumentSetVersionOperationOptions ¶
func DefaultCreateDriveListItemDocumentSetVersionOperationOptions() CreateDriveListItemDocumentSetVersionOperationOptions
func (CreateDriveListItemDocumentSetVersionOperationOptions) ToHeaders ¶
func (o CreateDriveListItemDocumentSetVersionOperationOptions) ToHeaders() *client.Headers
func (CreateDriveListItemDocumentSetVersionOperationOptions) ToOData ¶
func (o CreateDriveListItemDocumentSetVersionOperationOptions) ToOData() *odata.Query
func (CreateDriveListItemDocumentSetVersionOperationOptions) ToQuery ¶
func (o CreateDriveListItemDocumentSetVersionOperationOptions) ToQuery() *client.QueryParams
type DeleteDriveListItemDocumentSetVersionOperationOptions ¶
type DeleteDriveListItemDocumentSetVersionOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveListItemDocumentSetVersionOperationOptions ¶
func DefaultDeleteDriveListItemDocumentSetVersionOperationOptions() DeleteDriveListItemDocumentSetVersionOperationOptions
func (DeleteDriveListItemDocumentSetVersionOperationOptions) ToHeaders ¶
func (o DeleteDriveListItemDocumentSetVersionOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveListItemDocumentSetVersionOperationOptions) ToOData ¶
func (o DeleteDriveListItemDocumentSetVersionOperationOptions) ToOData() *odata.Query
func (DeleteDriveListItemDocumentSetVersionOperationOptions) ToQuery ¶
func (o DeleteDriveListItemDocumentSetVersionOperationOptions) ToQuery() *client.QueryParams
type DocumentSetVersionOperationPredicate ¶
type DocumentSetVersionOperationPredicate struct { }
func (DocumentSetVersionOperationPredicate) Matches ¶
func (p DocumentSetVersionOperationPredicate) Matches(input beta.DocumentSetVersion) bool
type DriveListItemDocumentSetVersionClient ¶
func NewDriveListItemDocumentSetVersionClientWithBaseURI ¶
func NewDriveListItemDocumentSetVersionClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveListItemDocumentSetVersionClient, error)
func (DriveListItemDocumentSetVersionClient) CreateDriveListItemDocumentSetVersion ¶
func (c DriveListItemDocumentSetVersionClient) CreateDriveListItemDocumentSetVersion(ctx context.Context, id beta.GroupIdDriveIdListItemId, input beta.DocumentSetVersion, options CreateDriveListItemDocumentSetVersionOperationOptions) (result CreateDriveListItemDocumentSetVersionOperationResponse, err error)
CreateDriveListItemDocumentSetVersion - Create new navigation property to documentSetVersions for groups
func (DriveListItemDocumentSetVersionClient) DeleteDriveListItemDocumentSetVersion ¶
func (c DriveListItemDocumentSetVersionClient) DeleteDriveListItemDocumentSetVersion(ctx context.Context, id beta.GroupIdDriveIdListItemIdDocumentSetVersionId, options DeleteDriveListItemDocumentSetVersionOperationOptions) (result DeleteDriveListItemDocumentSetVersionOperationResponse, err error)
DeleteDriveListItemDocumentSetVersion - Delete navigation property documentSetVersions for groups
func (DriveListItemDocumentSetVersionClient) GetDriveListItemDocumentSetVersion ¶
func (c DriveListItemDocumentSetVersionClient) GetDriveListItemDocumentSetVersion(ctx context.Context, id beta.GroupIdDriveIdListItemIdDocumentSetVersionId, options GetDriveListItemDocumentSetVersionOperationOptions) (result GetDriveListItemDocumentSetVersionOperationResponse, err error)
GetDriveListItemDocumentSetVersion - Get documentSetVersions from groups. Version information for a document set version created by a user.
func (DriveListItemDocumentSetVersionClient) GetDriveListItemDocumentSetVersionsCount ¶
func (c DriveListItemDocumentSetVersionClient) GetDriveListItemDocumentSetVersionsCount(ctx context.Context, id beta.GroupIdDriveIdListItemId, options GetDriveListItemDocumentSetVersionsCountOperationOptions) (result GetDriveListItemDocumentSetVersionsCountOperationResponse, err error)
GetDriveListItemDocumentSetVersionsCount - Get the number of the resource
func (DriveListItemDocumentSetVersionClient) ListDriveListItemDocumentSetVersions ¶
func (c DriveListItemDocumentSetVersionClient) ListDriveListItemDocumentSetVersions(ctx context.Context, id beta.GroupIdDriveIdListItemId, options ListDriveListItemDocumentSetVersionsOperationOptions) (result ListDriveListItemDocumentSetVersionsOperationResponse, err error)
ListDriveListItemDocumentSetVersions - Get documentSetVersions from groups. Version information for a document set version created by a user.
func (DriveListItemDocumentSetVersionClient) ListDriveListItemDocumentSetVersionsComplete ¶
func (c DriveListItemDocumentSetVersionClient) ListDriveListItemDocumentSetVersionsComplete(ctx context.Context, id beta.GroupIdDriveIdListItemId, options ListDriveListItemDocumentSetVersionsOperationOptions) (ListDriveListItemDocumentSetVersionsCompleteResult, error)
ListDriveListItemDocumentSetVersionsComplete retrieves all the results into a single object
func (DriveListItemDocumentSetVersionClient) ListDriveListItemDocumentSetVersionsCompleteMatchingPredicate ¶
func (c DriveListItemDocumentSetVersionClient) ListDriveListItemDocumentSetVersionsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdDriveIdListItemId, options ListDriveListItemDocumentSetVersionsOperationOptions, predicate DocumentSetVersionOperationPredicate) (result ListDriveListItemDocumentSetVersionsCompleteResult, err error)
ListDriveListItemDocumentSetVersionsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DriveListItemDocumentSetVersionClient) RestoreDriveListItemDocumentSetVersion ¶
func (c DriveListItemDocumentSetVersionClient) RestoreDriveListItemDocumentSetVersion(ctx context.Context, id beta.GroupIdDriveIdListItemIdDocumentSetVersionId, options RestoreDriveListItemDocumentSetVersionOperationOptions) (result RestoreDriveListItemDocumentSetVersionOperationResponse, err error)
RestoreDriveListItemDocumentSetVersion - Invoke action restore. Restore a document set version.
func (DriveListItemDocumentSetVersionClient) UpdateDriveListItemDocumentSetVersion ¶
func (c DriveListItemDocumentSetVersionClient) UpdateDriveListItemDocumentSetVersion(ctx context.Context, id beta.GroupIdDriveIdListItemIdDocumentSetVersionId, input beta.DocumentSetVersion, options UpdateDriveListItemDocumentSetVersionOperationOptions) (result UpdateDriveListItemDocumentSetVersionOperationResponse, err error)
UpdateDriveListItemDocumentSetVersion - Update the navigation property documentSetVersions in groups
type GetDriveListItemDocumentSetVersionOperationOptions ¶
type GetDriveListItemDocumentSetVersionOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDriveListItemDocumentSetVersionOperationOptions ¶
func DefaultGetDriveListItemDocumentSetVersionOperationOptions() GetDriveListItemDocumentSetVersionOperationOptions
func (GetDriveListItemDocumentSetVersionOperationOptions) ToHeaders ¶
func (o GetDriveListItemDocumentSetVersionOperationOptions) ToHeaders() *client.Headers
func (GetDriveListItemDocumentSetVersionOperationOptions) ToOData ¶
func (o GetDriveListItemDocumentSetVersionOperationOptions) ToOData() *odata.Query
func (GetDriveListItemDocumentSetVersionOperationOptions) ToQuery ¶
func (o GetDriveListItemDocumentSetVersionOperationOptions) ToQuery() *client.QueryParams
type GetDriveListItemDocumentSetVersionsCountOperationOptions ¶
type GetDriveListItemDocumentSetVersionsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDriveListItemDocumentSetVersionsCountOperationOptions ¶
func DefaultGetDriveListItemDocumentSetVersionsCountOperationOptions() GetDriveListItemDocumentSetVersionsCountOperationOptions
func (GetDriveListItemDocumentSetVersionsCountOperationOptions) ToHeaders ¶
func (o GetDriveListItemDocumentSetVersionsCountOperationOptions) ToHeaders() *client.Headers
func (GetDriveListItemDocumentSetVersionsCountOperationOptions) ToOData ¶
func (o GetDriveListItemDocumentSetVersionsCountOperationOptions) ToOData() *odata.Query
func (GetDriveListItemDocumentSetVersionsCountOperationOptions) ToQuery ¶
func (o GetDriveListItemDocumentSetVersionsCountOperationOptions) ToQuery() *client.QueryParams
type ListDriveListItemDocumentSetVersionsCompleteResult ¶
type ListDriveListItemDocumentSetVersionsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DocumentSetVersion }
type ListDriveListItemDocumentSetVersionsCustomPager ¶
type ListDriveListItemDocumentSetVersionsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListDriveListItemDocumentSetVersionsCustomPager) NextPageLink ¶
func (p *ListDriveListItemDocumentSetVersionsCustomPager) NextPageLink() *odata.Link
type ListDriveListItemDocumentSetVersionsOperationOptions ¶
type ListDriveListItemDocumentSetVersionsOperationOptions 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 DefaultListDriveListItemDocumentSetVersionsOperationOptions ¶
func DefaultListDriveListItemDocumentSetVersionsOperationOptions() ListDriveListItemDocumentSetVersionsOperationOptions
func (ListDriveListItemDocumentSetVersionsOperationOptions) ToHeaders ¶
func (o ListDriveListItemDocumentSetVersionsOperationOptions) ToHeaders() *client.Headers
func (ListDriveListItemDocumentSetVersionsOperationOptions) ToOData ¶
func (o ListDriveListItemDocumentSetVersionsOperationOptions) ToOData() *odata.Query
func (ListDriveListItemDocumentSetVersionsOperationOptions) ToQuery ¶
func (o ListDriveListItemDocumentSetVersionsOperationOptions) ToQuery() *client.QueryParams
type RestoreDriveListItemDocumentSetVersionOperationOptions ¶
type RestoreDriveListItemDocumentSetVersionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultRestoreDriveListItemDocumentSetVersionOperationOptions ¶
func DefaultRestoreDriveListItemDocumentSetVersionOperationOptions() RestoreDriveListItemDocumentSetVersionOperationOptions
func (RestoreDriveListItemDocumentSetVersionOperationOptions) ToHeaders ¶
func (o RestoreDriveListItemDocumentSetVersionOperationOptions) ToHeaders() *client.Headers
func (RestoreDriveListItemDocumentSetVersionOperationOptions) ToOData ¶
func (o RestoreDriveListItemDocumentSetVersionOperationOptions) ToOData() *odata.Query
func (RestoreDriveListItemDocumentSetVersionOperationOptions) ToQuery ¶
func (o RestoreDriveListItemDocumentSetVersionOperationOptions) ToQuery() *client.QueryParams
type UpdateDriveListItemDocumentSetVersionOperationOptions ¶
type UpdateDriveListItemDocumentSetVersionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDriveListItemDocumentSetVersionOperationOptions ¶
func DefaultUpdateDriveListItemDocumentSetVersionOperationOptions() UpdateDriveListItemDocumentSetVersionOperationOptions
func (UpdateDriveListItemDocumentSetVersionOperationOptions) ToHeaders ¶
func (o UpdateDriveListItemDocumentSetVersionOperationOptions) ToHeaders() *client.Headers
func (UpdateDriveListItemDocumentSetVersionOperationOptions) ToOData ¶
func (o UpdateDriveListItemDocumentSetVersionOperationOptions) ToOData() *odata.Query
func (UpdateDriveListItemDocumentSetVersionOperationOptions) ToQuery ¶
func (o UpdateDriveListItemDocumentSetVersionOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createdrivelistitemdocumentsetversion.go
- method_deletedrivelistitemdocumentsetversion.go
- method_getdrivelistitemdocumentsetversion.go
- method_getdrivelistitemdocumentsetversionscount.go
- method_listdrivelistitemdocumentsetversions.go
- method_restoredrivelistitemdocumentsetversion.go
- method_updatedrivelistitemdocumentsetversion.go
- predicates.go
- version.go