All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
DirectDeal |
copyFrom(DirectDeal instance) |
DirectDeal |
fetch() |
static DirectDeal |
fetchById(Long id,
APIContext context) |
static DirectDeal |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<DirectDeal> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<DirectDeal> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<DirectDeal> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<DirectDeal>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
DirectDeal.APIRequestGet |
get() |
DirectDeal.APIRequestGetApplications |
getApplications() |
APIContext |
getContext() |
Boolean |
getFieldAdbreaksEnabled() |
AdSet |
getFieldAdset() |
Object |
getFieldAdvertiser() |
String |
getFieldAdvertiserLeadEmail() |
String |
getFieldAdvertiserPage() |
Long |
getFieldCpeAmount() |
String |
getFieldCpeCurrency() |
Long |
getFieldEndTime() |
String |
getFieldId() |
Long |
getFieldLifetimeBudgetAmount() |
String |
getFieldLifetimeBudgetCurrency() |
Long |
getFieldLifetimeImpressions() |
String |
getFieldName() |
List<String> |
getFieldPages() |
List<String> |
getFieldPlacements() |
String |
getFieldPricedBy() |
String |
getFieldPublisherName() |
String |
getFieldReviewRequirement() |
String |
getFieldSalesLeadEmail() |
Long |
getFieldStartTime() |
String |
getFieldStatus() |
Targeting |
getFieldTargeting() |
List<String> |
getFieldThirdPartyIds() |
Boolean |
getFieldThirdPartyIntegratedDeal() |
String |
getId() |
static APIRequest.ResponseParser<DirectDeal> |
getParser() |
static DirectDeal |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<DirectDeal> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |