All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
BrandSafetyDownloadable |
copyFrom(BrandSafetyDownloadable instance) |
BrandSafetyDownloadable |
fetch() |
static BrandSafetyDownloadable |
fetchById(Long id,
APIContext context) |
static BrandSafetyDownloadable |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<BrandSafetyDownloadable> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<BrandSafetyDownloadable> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<BrandSafetyDownloadable> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<BrandSafetyDownloadable>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
BrandSafetyDownloadable.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldAccountContextId() |
Long |
getFieldAsyncJobPercentComplete() |
String |
getFieldAsyncJobStatus() |
String |
getFieldFileName() |
String |
getFieldId() |
String |
getFieldRequestSurface() |
String |
getFieldUrl() |
String |
getId() |
static APIRequest.ResponseParser<BrandSafetyDownloadable> |
getParser() |
static BrandSafetyDownloadable |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<BrandSafetyDownloadable> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |