public class TransformApi
extends java.lang.Object
| Constructor and Description |
|---|
TransformApi() |
TransformApi(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 |
transform(TransformRequest transformRequest)
Transform a media asset
Transform a media asset
|
okhttp3.Call |
transformAsync(TransformRequest transformRequest,
ApiCallback<TransformResult> _callback)
Transform a media asset (asynchronously)
Transform a media asset
|
okhttp3.Call |
transformCall(TransformRequest transformRequest,
ApiCallback _callback)
Build call for transform
|
ApiResponse<TransformResult> |
transformWithHttpInfo(TransformRequest transformRequest)
Transform a media asset
Transform a media asset
|
public TransformApi()
public TransformApi(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 transformCall(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 transform(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> transformWithHttpInfo(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 transformAsync(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 | - |