public class StorageApi extends Object
Modifier and Type | Method and Description |
---|---|
StorageExist |
exists(StorageExistsRequest request)
Check if storage exists
|
DiscUsage |
getDiscUsage(GetDiscUsageRequest request)
Get disc usage
|
FileVersions |
getFileVersions(GetFileVersionsRequest request)
Get file versions
|
ObjectExist |
objectExists(ObjectExistsRequest request)
Check if file or folder exists
|
public DiscUsage getDiscUsage(GetDiscUsageRequest request) throws ApiException
request
- Holds parameters for this request invocation.ApiException
- API error.public FileVersions getFileVersions(GetFileVersionsRequest request) throws ApiException
request
- Holds parameters for this request invocation.ApiException
- API error.public ObjectExist objectExists(ObjectExistsRequest request) throws ApiException
request
- Holds parameters for this request invocation.ApiException
- API error.public StorageExist exists(StorageExistsRequest request) throws ApiException
request
- Holds parameters for this request invocation.ApiException
- API error.Copyright © 2020. All rights reserved.