All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
BusinessProject |
copyFrom(BusinessProject instance) |
BusinessProject.APIRequestCreateAdAccount |
createAdAccount() |
BusinessProject.APIRequestCreateApp |
createApp() |
BusinessProject.APIRequestCreateAsset |
createAsset() |
BusinessProject.APIRequestCreatePage |
createPage() |
BusinessProject.APIRequestCreateProductCatalog |
createProductCatalog() |
BusinessProject.APIRequestDelete |
delete() |
BusinessProject.APIRequestDeleteAdAccounts |
deleteAdAccounts() |
BusinessProject.APIRequestDeleteApps |
deleteApps() |
BusinessProject.APIRequestDeleteAssets |
deleteAssets() |
BusinessProject.APIRequestDeletePages |
deletePages() |
BusinessProject.APIRequestDeleteProductCatalogs |
deleteProductCatalogs() |
BusinessProject |
fetch() |
static BusinessProject |
fetchById(Long id,
APIContext context) |
static BusinessProject |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<BusinessProject> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<BusinessProject> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<BusinessProject> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<BusinessProject>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
BusinessProject.APIRequestGet |
get() |
BusinessProject.APIRequestGetAdAccounts |
getAdAccounts() |
BusinessProject.APIRequestGetApps |
getApps() |
APIContext |
getContext() |
Business |
getFieldBusiness() |
String |
getFieldCreatedTime() |
Object |
getFieldCreator() |
String |
getFieldId() |
String |
getFieldName() |
String |
getId() |
BusinessProject.APIRequestGetPages |
getPages() |
static APIRequest.ResponseParser<BusinessProject> |
getParser() |
BusinessProject.APIRequestGetProductCatalogs |
getProductCatalogs() |
static BusinessProject |
loadJSON(String json,
APIContext context) |
static APINodeList<BusinessProject> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
String |
toString() |
BusinessProject.APIRequestUpdate |
update() |