public class UserPropertySetsApiContainer extends ApiContainer
gson| 构造器和说明 |
|---|
UserPropertySetsApiContainer() |
| 限定符和类型 | 方法和说明 |
|---|---|
UserPropertySetsAddResponseData |
userPropertySetsAdd(UserPropertySetsAddRequest data)
创建用户属性数据源
|
UserPropertySetsGetResponseData |
userPropertySetsGet(Long accountId,
Long userPropertySetId,
List<String> fields)
获取用户属性数据源
|
UserPropertySetsUpdateResponse |
userPropertySetsUpdate(UserPropertySetsUpdateRequest data)
更新用户属性数据源
|
handleResponsepublic UserPropertySetsAddResponseData userPropertySetsAdd(UserPropertySetsAddRequest data) throws ApiException, TencentAdsResponseException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic UserPropertySetsGetResponseData userPropertySetsGet(Long accountId, Long userPropertySetId, List<String> fields) throws ApiException, TencentAdsResponseException
accountId - (required)userPropertySetId - (optional)fields - 返回参数的字段列表 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic UserPropertySetsUpdateResponse userPropertySetsUpdate(UserPropertySetsUpdateRequest data) throws ApiException, TencentAdsResponseException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionCopyright © 2020. All rights reserved.