All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
BCPCampaign |
copyFrom(BCPCampaign instance) |
BCPCampaign |
fetch() |
static BCPCampaign |
fetchById(Long id,
APIContext context) |
static BCPCampaign |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<BCPCampaign> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<BCPCampaign> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<BCPCampaign> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<BCPCampaign>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
BCPCampaign.APIRequestGet |
get() |
APIContext |
getContext() |
Boolean |
getFieldAdsPermissionRequired() |
String |
getFieldApplicationDeadline() |
String |
getFieldCampaignGoal() |
String |
getFieldCampaignGoalOther() |
String |
getFieldContentDeliveryDeadline() |
String |
getFieldContentDeliveryStartDate() |
List<Map<String,Long>> |
getFieldContentRequirements() |
String |
getFieldContentRequirementsDescription() |
String |
getFieldCurrency() |
String |
getFieldDealNegotiationType() |
String |
getFieldDescription() |
Boolean |
getFieldHasFreeProduct() |
String |
getFieldId() |
String |
getFieldName() |
Long |
getFieldPaymentAmountForAds() |
Long |
getFieldPaymentAmountForContent() |
String |
getFieldPaymentDescription() |
String |
getId() |
static APIRequest.ResponseParser<BCPCampaign> |
getParser() |
static BCPCampaign |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<BCPCampaign> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |