All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
HighDemandPeriod |
copyFrom(HighDemandPeriod instance) |
HighDemandPeriod.APIRequestDelete |
delete() |
HighDemandPeriod |
fetch() |
static HighDemandPeriod |
fetchById(Long id,
APIContext context) |
static HighDemandPeriod |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<HighDemandPeriod> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<HighDemandPeriod> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<HighDemandPeriod> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<HighDemandPeriod>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
HighDemandPeriod.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldAdObjectId() |
Long |
getFieldBudgetValue() |
String |
getFieldBudgetValueType() |
String |
getFieldId() |
String |
getFieldRecurrenceType() |
String |
getFieldTimeEnd() |
String |
getFieldTimeStart() |
List<HighDemandPeriodTimeSuggestionWeeklySegment> |
getFieldWeeklySchedule() |
String |
getId() |
static APIRequest.ResponseParser<HighDemandPeriod> |
getParser() |
static HighDemandPeriod |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<HighDemandPeriod> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
HighDemandPeriod.APIRequestUpdate |
update() |