public class ProductItemsDetailApi extends Object
| 构造器和说明 |
|---|
ProductItemsDetailApi() |
ProductItemsDetailApi(ApiClient apiClient) |
| 限定符和类型 | 方法和说明 |
|---|---|
ApiClient |
getApiClient() |
ProductItemsDetailGetResponse |
productItemsDetailGet(Long accountId,
Long productCatalogId,
String productOuterId,
List<String> fields)
获取商品详情
|
com.squareup.okhttp.Call |
productItemsDetailGetAsync(Long accountId,
Long productCatalogId,
String productOuterId,
List<String> fields,
ApiCallback<ProductItemsDetailGetResponse> callback)
获取商品详情 (asynchronously)
|
com.squareup.okhttp.Call |
productItemsDetailGetCall(Long accountId,
Long productCatalogId,
String productOuterId,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for productItemsDetailGet
|
ApiResponse<ProductItemsDetailGetResponse> |
productItemsDetailGetWithHttpInfo(Long accountId,
Long productCatalogId,
String productOuterId,
List<String> fields)
获取商品详情
|
void |
setApiClient(ApiClient apiClient) |
public ProductItemsDetailApi()
public ProductItemsDetailApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call productItemsDetailGetCall(Long accountId, Long productCatalogId, String productOuterId, List<String> fields, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
accountId - (required)productCatalogId - (required)productOuterId - (required)fields - 返回参数的字段列表 (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ProductItemsDetailGetResponse productItemsDetailGet(Long accountId, Long productCatalogId, String productOuterId, List<String> fields) throws ApiException
accountId - (required)productCatalogId - (required)productOuterId - (required)fields - 返回参数的字段列表 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<ProductItemsDetailGetResponse> productItemsDetailGetWithHttpInfo(Long accountId, Long productCatalogId, String productOuterId, List<String> fields) throws ApiException
accountId - (required)productCatalogId - (required)productOuterId - (required)fields - 返回参数的字段列表 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic com.squareup.okhttp.Call productItemsDetailGetAsync(Long accountId, Long productCatalogId, String productOuterId, List<String> fields, ApiCallback<ProductItemsDetailGetResponse> callback) throws ApiException
accountId - (required)productCatalogId - (required)productOuterId - (required)fields - 返回参数的字段列表 (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 objectCopyright © 2020. All rights reserved.