All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
CPASBusinessSetupConfig |
copyFrom(CPASBusinessSetupConfig instance) |
CPASBusinessSetupConfig |
fetch() |
static CPASBusinessSetupConfig |
fetchById(Long id,
APIContext context) |
static CPASBusinessSetupConfig |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<CPASBusinessSetupConfig> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<CPASBusinessSetupConfig> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<CPASBusinessSetupConfig> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<CPASBusinessSetupConfig>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
CPASBusinessSetupConfig.APIRequestGet |
get() |
CPASBusinessSetupConfig.APIRequestGetAdAccounts |
getAdAccounts() |
APIContext |
getContext() |
Boolean |
getFieldAcceptedCollabAdsTos() |
Business |
getFieldBusiness() |
List<Map<String,String>> |
getFieldBusinessCapabilitiesStatus() |
List<Map<String,Object>> |
getFieldCapabilitiesComplianceStatus() |
String |
getFieldId() |
String |
getId() |
static APIRequest.ResponseParser<CPASBusinessSetupConfig> |
getParser() |
static CPASBusinessSetupConfig |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<CPASBusinessSetupConfig> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |