public class BlobPublicControllerWebApi
extends java.lang.Object
| Constructor and Description |
|---|
BlobPublicControllerWebApi() |
BlobPublicControllerWebApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
java.lang.String |
getCustomBaseUrl() |
int |
getHostIndex() |
java.time.OffsetDateTime |
getUpdateTimeStamp(java.lang.String filename)
returns the upate timestamp of the given public storage file
|
okhttp3.Call |
getUpdateTimeStampAsync(java.lang.String filename,
ApiCallback<java.time.OffsetDateTime> _callback)
(asynchronously)
returns the upate timestamp of the given public storage file
|
okhttp3.Call |
getUpdateTimeStampCall(java.lang.String filename,
ApiCallback _callback)
Build call for getUpdateTimeStamp
|
java.time.OffsetDateTime |
getUpdateTimeStampOfRestrictedFile(java.lang.String filename)
returns the upate timestamp of the given restricted storage file
|
okhttp3.Call |
getUpdateTimeStampOfRestrictedFileAsync(java.lang.String filename,
ApiCallback<java.time.OffsetDateTime> _callback)
(asynchronously)
returns the upate timestamp of the given restricted storage file
|
okhttp3.Call |
getUpdateTimeStampOfRestrictedFileCall(java.lang.String filename,
ApiCallback _callback)
Build call for getUpdateTimeStampOfRestrictedFile
|
ApiResponse<java.time.OffsetDateTime> |
getUpdateTimeStampOfRestrictedFileWithHttpInfo(java.lang.String filename)
returns the upate timestamp of the given restricted storage file
|
ApiResponse<java.time.OffsetDateTime> |
getUpdateTimeStampWithHttpInfo(java.lang.String filename)
returns the upate timestamp of the given public storage file
|
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(java.lang.String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
public BlobPublicControllerWebApi()
public BlobPublicControllerWebApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public int getHostIndex()
public void setHostIndex(int hostIndex)
public java.lang.String getCustomBaseUrl()
public void setCustomBaseUrl(java.lang.String customBaseUrl)
public okhttp3.Call getUpdateTimeStampCall(java.lang.String filename,
ApiCallback _callback)
throws ApiException
filename - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
public java.time.OffsetDateTime getUpdateTimeStamp(java.lang.String filename)
throws ApiException
filename - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
public ApiResponse<java.time.OffsetDateTime> getUpdateTimeStampWithHttpInfo(java.lang.String filename) throws ApiException
filename - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
public okhttp3.Call getUpdateTimeStampAsync(java.lang.String filename,
ApiCallback<java.time.OffsetDateTime> _callback)
throws ApiException
filename - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
public okhttp3.Call getUpdateTimeStampOfRestrictedFileCall(java.lang.String filename,
ApiCallback _callback)
throws ApiException
filename - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
public java.time.OffsetDateTime getUpdateTimeStampOfRestrictedFile(java.lang.String filename)
throws ApiException
filename - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
public ApiResponse<java.time.OffsetDateTime> getUpdateTimeStampOfRestrictedFileWithHttpInfo(java.lang.String filename) throws ApiException
filename - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
public okhttp3.Call getUpdateTimeStampOfRestrictedFileAsync(java.lang.String filename,
ApiCallback<java.time.OffsetDateTime> _callback)
throws ApiException
filename - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |