public class TransformAndStoreApi
extends java.lang.Object
| Constructor and Description |
|---|
TransformAndStoreApi() |
TransformAndStoreApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
java.lang.String |
getCustomBaseUrl() |
int |
getHostIndex() |
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(java.lang.String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
TransformResult |
transformAndStore(TransformRequest transformRequest)
Transform and store media asset
Transform and store media asset
|
okhttp3.Call |
transformAndStoreAsync(TransformRequest transformRequest,
ApiCallback<TransformResult> _callback)
Transform and store media asset (asynchronously)
Transform and store media asset
|
okhttp3.Call |
transformAndStoreCall(TransformRequest transformRequest,
ApiCallback _callback)
Build call for transformAndStore
|
ApiResponse<TransformResult> |
transformAndStoreWithHttpInfo(TransformRequest transformRequest)
Transform and store media asset
Transform and store media asset
|
public TransformAndStoreApi()
public TransformAndStoreApi(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 transformAndStoreCall(TransformRequest transformRequest, ApiCallback _callback) throws ApiException
transformRequest - (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | Return transformed media | - |
| 202 | Request enqueued | - |
| 400 | Illegal request error | - |
| 401 | Authentication error | - |
| 500 | Server error | - |
public TransformResult transformAndStore(TransformRequest transformRequest) throws ApiException
transformRequest - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | Return transformed media | - |
| 202 | Request enqueued | - |
| 400 | Illegal request error | - |
| 401 | Authentication error | - |
| 500 | Server error | - |
public ApiResponse<TransformResult> transformAndStoreWithHttpInfo(TransformRequest transformRequest) throws ApiException
transformRequest - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | Return transformed media | - |
| 202 | Request enqueued | - |
| 400 | Illegal request error | - |
| 401 | Authentication error | - |
| 500 | Server error | - |
public okhttp3.Call transformAndStoreAsync(TransformRequest transformRequest, ApiCallback<TransformResult> _callback) throws ApiException
transformRequest - (optional)_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 |
| 200 | Return transformed media | - |
| 202 | Request enqueued | - |
| 400 | Illegal request error | - |
| 401 | Authentication error | - |
| 500 | Server error | - |