All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
BrandRequest |
copyFrom(BrandRequest instance) |
BrandRequest |
fetch() |
static BrandRequest |
fetchById(Long id,
APIContext context) |
static BrandRequest |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<BrandRequest> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<BrandRequest> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<BrandRequest> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<BrandRequest>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
BrandRequest.APIRequestGet |
get() |
APIContext |
getContext() |
List<String> |
getFieldAdCountries() |
List<String> |
getFieldAdditionalContacts() |
Long |
getFieldApprovalLevel() |
List<Object> |
getFieldCells() |
List<String> |
getFieldCountries() |
String |
getFieldDenyReason() |
String |
getFieldEndTime() |
Long |
getFieldEstimatedReach() |
String |
getFieldId() |
Boolean |
getFieldIsMulticell() |
String |
getFieldLocale() |
Long |
getFieldMaxAge() |
Long |
getFieldMinAge() |
List<Object> |
getFieldQuestions() |
String |
getFieldRegion() |
String |
getFieldRequestStatus() |
String |
getFieldReviewDate() |
String |
getFieldStartTime() |
String |
getFieldStatus() |
String |
getFieldSubmitDate() |
Long |
getFieldTotalBudget() |
String |
getId() |
static APIRequest.ResponseParser<BrandRequest> |
getParser() |
static BrandRequest |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<BrandRequest> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |