public class DynamicAdVideoApi extends Object
| 构造器和说明 |
|---|
DynamicAdVideoApi() |
DynamicAdVideoApi(ApiClient apiClient) |
| 限定符和类型 | 方法和说明 |
|---|---|
DynamicAdVideoAddResponse |
dynamicAdVideoAdd(DynamicAdVideoAddRequest data)
创建用于广告投放的动态广告视频
|
com.squareup.okhttp.Call |
dynamicAdVideoAddAsync(DynamicAdVideoAddRequest data,
ApiCallback<DynamicAdVideoAddResponse> callback)
创建用于广告投放的动态广告视频 (asynchronously)
|
com.squareup.okhttp.Call |
dynamicAdVideoAddCall(DynamicAdVideoAddRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for dynamicAdVideoAdd
|
ApiResponse<DynamicAdVideoAddResponse> |
dynamicAdVideoAddWithHttpInfo(DynamicAdVideoAddRequest data)
创建用于广告投放的动态广告视频
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public DynamicAdVideoApi()
public DynamicAdVideoApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call dynamicAdVideoAddCall(DynamicAdVideoAddRequest data, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
data - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic DynamicAdVideoAddResponse dynamicAdVideoAdd(DynamicAdVideoAddRequest data) throws ApiException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<DynamicAdVideoAddResponse> dynamicAdVideoAddWithHttpInfo(DynamicAdVideoAddRequest data) throws ApiException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic com.squareup.okhttp.Call dynamicAdVideoAddAsync(DynamicAdVideoAddRequest data, ApiCallback<DynamicAdVideoAddResponse> callback) throws ApiException
data - (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 objectCopyright © 2020. All rights reserved.