Documentation ¶
Index ¶
- type CreateDriveRootVersionOperationOptions
- type CreateDriveRootVersionOperationResponse
- type DeleteDriveRootVersionOperationOptions
- type DeleteDriveRootVersionOperationResponse
- type DriveItemVersionOperationPredicate
- type DriveRootVersionClient
- func (c DriveRootVersionClient) CreateDriveRootVersion(ctx context.Context, id stable.GroupIdDriveId, input stable.DriveItemVersion, ...) (result CreateDriveRootVersionOperationResponse, err error)
- func (c DriveRootVersionClient) DeleteDriveRootVersion(ctx context.Context, id stable.GroupIdDriveIdRootVersionId, ...) (result DeleteDriveRootVersionOperationResponse, err error)
- func (c DriveRootVersionClient) GetDriveRootVersion(ctx context.Context, id stable.GroupIdDriveIdRootVersionId, ...) (result GetDriveRootVersionOperationResponse, err error)
- func (c DriveRootVersionClient) GetDriveRootVersionsCount(ctx context.Context, id stable.GroupIdDriveId, ...) (result GetDriveRootVersionsCountOperationResponse, err error)
- func (c DriveRootVersionClient) ListDriveRootVersions(ctx context.Context, id stable.GroupIdDriveId, ...) (result ListDriveRootVersionsOperationResponse, err error)
- func (c DriveRootVersionClient) ListDriveRootVersionsComplete(ctx context.Context, id stable.GroupIdDriveId, ...) (ListDriveRootVersionsCompleteResult, error)
- func (c DriveRootVersionClient) ListDriveRootVersionsCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdDriveId, ...) (result ListDriveRootVersionsCompleteResult, err error)
- func (c DriveRootVersionClient) RestoreDriveRootVersionVersion(ctx context.Context, id stable.GroupIdDriveIdRootVersionId, ...) (result RestoreDriveRootVersionVersionOperationResponse, err error)
- func (c DriveRootVersionClient) UpdateDriveRootVersion(ctx context.Context, id stable.GroupIdDriveIdRootVersionId, ...) (result UpdateDriveRootVersionOperationResponse, err error)
- type GetDriveRootVersionOperationOptions
- type GetDriveRootVersionOperationResponse
- type GetDriveRootVersionsCountOperationOptions
- type GetDriveRootVersionsCountOperationResponse
- type ListDriveRootVersionsCompleteResult
- type ListDriveRootVersionsCustomPager
- type ListDriveRootVersionsOperationOptions
- type ListDriveRootVersionsOperationResponse
- type RestoreDriveRootVersionVersionOperationOptions
- type RestoreDriveRootVersionVersionOperationResponse
- type UpdateDriveRootVersionOperationOptions
- type UpdateDriveRootVersionOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateDriveRootVersionOperationOptions ¶
type CreateDriveRootVersionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateDriveRootVersionOperationOptions ¶
func DefaultCreateDriveRootVersionOperationOptions() CreateDriveRootVersionOperationOptions
func (CreateDriveRootVersionOperationOptions) ToHeaders ¶
func (o CreateDriveRootVersionOperationOptions) ToHeaders() *client.Headers
func (CreateDriveRootVersionOperationOptions) ToOData ¶
func (o CreateDriveRootVersionOperationOptions) ToOData() *odata.Query
func (CreateDriveRootVersionOperationOptions) ToQuery ¶
func (o CreateDriveRootVersionOperationOptions) ToQuery() *client.QueryParams
type DeleteDriveRootVersionOperationOptions ¶
type DeleteDriveRootVersionOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveRootVersionOperationOptions ¶
func DefaultDeleteDriveRootVersionOperationOptions() DeleteDriveRootVersionOperationOptions
func (DeleteDriveRootVersionOperationOptions) ToHeaders ¶
func (o DeleteDriveRootVersionOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveRootVersionOperationOptions) ToOData ¶
func (o DeleteDriveRootVersionOperationOptions) ToOData() *odata.Query
func (DeleteDriveRootVersionOperationOptions) ToQuery ¶
func (o DeleteDriveRootVersionOperationOptions) ToQuery() *client.QueryParams
type DriveItemVersionOperationPredicate ¶
type DriveItemVersionOperationPredicate struct { }
func (DriveItemVersionOperationPredicate) Matches ¶
func (p DriveItemVersionOperationPredicate) Matches(input stable.DriveItemVersion) bool
type DriveRootVersionClient ¶
func NewDriveRootVersionClientWithBaseURI ¶
func NewDriveRootVersionClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootVersionClient, error)
func (DriveRootVersionClient) CreateDriveRootVersion ¶
func (c DriveRootVersionClient) CreateDriveRootVersion(ctx context.Context, id stable.GroupIdDriveId, input stable.DriveItemVersion, options CreateDriveRootVersionOperationOptions) (result CreateDriveRootVersionOperationResponse, err error)
CreateDriveRootVersion - Create new navigation property to versions for groups
func (DriveRootVersionClient) DeleteDriveRootVersion ¶
func (c DriveRootVersionClient) DeleteDriveRootVersion(ctx context.Context, id stable.GroupIdDriveIdRootVersionId, options DeleteDriveRootVersionOperationOptions) (result DeleteDriveRootVersionOperationResponse, err error)
DeleteDriveRootVersion - Delete navigation property versions for groups
func (DriveRootVersionClient) GetDriveRootVersion ¶
func (c DriveRootVersionClient) GetDriveRootVersion(ctx context.Context, id stable.GroupIdDriveIdRootVersionId, options GetDriveRootVersionOperationOptions) (result GetDriveRootVersionOperationResponse, err error)
GetDriveRootVersion - Get versions from groups. The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.
func (DriveRootVersionClient) GetDriveRootVersionsCount ¶
func (c DriveRootVersionClient) GetDriveRootVersionsCount(ctx context.Context, id stable.GroupIdDriveId, options GetDriveRootVersionsCountOperationOptions) (result GetDriveRootVersionsCountOperationResponse, err error)
GetDriveRootVersionsCount - Get the number of the resource
func (DriveRootVersionClient) ListDriveRootVersions ¶
func (c DriveRootVersionClient) ListDriveRootVersions(ctx context.Context, id stable.GroupIdDriveId, options ListDriveRootVersionsOperationOptions) (result ListDriveRootVersionsOperationResponse, err error)
ListDriveRootVersions - Get versions from groups. The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.
func (DriveRootVersionClient) ListDriveRootVersionsComplete ¶
func (c DriveRootVersionClient) ListDriveRootVersionsComplete(ctx context.Context, id stable.GroupIdDriveId, options ListDriveRootVersionsOperationOptions) (ListDriveRootVersionsCompleteResult, error)
ListDriveRootVersionsComplete retrieves all the results into a single object
func (DriveRootVersionClient) ListDriveRootVersionsCompleteMatchingPredicate ¶
func (c DriveRootVersionClient) ListDriveRootVersionsCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdDriveId, options ListDriveRootVersionsOperationOptions, predicate DriveItemVersionOperationPredicate) (result ListDriveRootVersionsCompleteResult, err error)
ListDriveRootVersionsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DriveRootVersionClient) RestoreDriveRootVersionVersion ¶
func (c DriveRootVersionClient) RestoreDriveRootVersionVersion(ctx context.Context, id stable.GroupIdDriveIdRootVersionId, options RestoreDriveRootVersionVersionOperationOptions) (result RestoreDriveRootVersionVersionOperationResponse, err error)
RestoreDriveRootVersionVersion - Invoke action restoreVersion. Restore a previous version of a DriveItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the file.
func (DriveRootVersionClient) UpdateDriveRootVersion ¶
func (c DriveRootVersionClient) UpdateDriveRootVersion(ctx context.Context, id stable.GroupIdDriveIdRootVersionId, input stable.DriveItemVersion, options UpdateDriveRootVersionOperationOptions) (result UpdateDriveRootVersionOperationResponse, err error)
UpdateDriveRootVersion - Update the navigation property versions in groups
type GetDriveRootVersionOperationOptions ¶
type GetDriveRootVersionOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDriveRootVersionOperationOptions ¶
func DefaultGetDriveRootVersionOperationOptions() GetDriveRootVersionOperationOptions
func (GetDriveRootVersionOperationOptions) ToHeaders ¶
func (o GetDriveRootVersionOperationOptions) ToHeaders() *client.Headers
func (GetDriveRootVersionOperationOptions) ToOData ¶
func (o GetDriveRootVersionOperationOptions) ToOData() *odata.Query
func (GetDriveRootVersionOperationOptions) ToQuery ¶
func (o GetDriveRootVersionOperationOptions) ToQuery() *client.QueryParams
type GetDriveRootVersionsCountOperationOptions ¶
type GetDriveRootVersionsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDriveRootVersionsCountOperationOptions ¶
func DefaultGetDriveRootVersionsCountOperationOptions() GetDriveRootVersionsCountOperationOptions
func (GetDriveRootVersionsCountOperationOptions) ToHeaders ¶
func (o GetDriveRootVersionsCountOperationOptions) ToHeaders() *client.Headers
func (GetDriveRootVersionsCountOperationOptions) ToOData ¶
func (o GetDriveRootVersionsCountOperationOptions) ToOData() *odata.Query
func (GetDriveRootVersionsCountOperationOptions) ToQuery ¶
func (o GetDriveRootVersionsCountOperationOptions) ToQuery() *client.QueryParams
type ListDriveRootVersionsCompleteResult ¶
type ListDriveRootVersionsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.DriveItemVersion }
type ListDriveRootVersionsCustomPager ¶
func (*ListDriveRootVersionsCustomPager) NextPageLink ¶
func (p *ListDriveRootVersionsCustomPager) NextPageLink() *odata.Link
type ListDriveRootVersionsOperationOptions ¶
type ListDriveRootVersionsOperationOptions 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 DefaultListDriveRootVersionsOperationOptions ¶
func DefaultListDriveRootVersionsOperationOptions() ListDriveRootVersionsOperationOptions
func (ListDriveRootVersionsOperationOptions) ToHeaders ¶
func (o ListDriveRootVersionsOperationOptions) ToHeaders() *client.Headers
func (ListDriveRootVersionsOperationOptions) ToOData ¶
func (o ListDriveRootVersionsOperationOptions) ToOData() *odata.Query
func (ListDriveRootVersionsOperationOptions) ToQuery ¶
func (o ListDriveRootVersionsOperationOptions) ToQuery() *client.QueryParams
type RestoreDriveRootVersionVersionOperationOptions ¶
type RestoreDriveRootVersionVersionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultRestoreDriveRootVersionVersionOperationOptions ¶
func DefaultRestoreDriveRootVersionVersionOperationOptions() RestoreDriveRootVersionVersionOperationOptions
func (RestoreDriveRootVersionVersionOperationOptions) ToHeaders ¶
func (o RestoreDriveRootVersionVersionOperationOptions) ToHeaders() *client.Headers
func (RestoreDriveRootVersionVersionOperationOptions) ToOData ¶
func (o RestoreDriveRootVersionVersionOperationOptions) ToOData() *odata.Query
func (RestoreDriveRootVersionVersionOperationOptions) ToQuery ¶
func (o RestoreDriveRootVersionVersionOperationOptions) ToQuery() *client.QueryParams
type UpdateDriveRootVersionOperationOptions ¶
type UpdateDriveRootVersionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDriveRootVersionOperationOptions ¶
func DefaultUpdateDriveRootVersionOperationOptions() UpdateDriveRootVersionOperationOptions
func (UpdateDriveRootVersionOperationOptions) ToHeaders ¶
func (o UpdateDriveRootVersionOperationOptions) ToHeaders() *client.Headers
func (UpdateDriveRootVersionOperationOptions) ToOData ¶
func (o UpdateDriveRootVersionOperationOptions) ToOData() *odata.Query
func (UpdateDriveRootVersionOperationOptions) ToQuery ¶
func (o UpdateDriveRootVersionOperationOptions) ToQuery() *client.QueryParams