All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
BidSchedule |
copyFrom(BidSchedule instance) |
BidSchedule |
fetch() |
static BidSchedule |
fetchById(Long id,
APIContext context) |
static BidSchedule |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<BidSchedule> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<BidSchedule> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<BidSchedule> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<BidSchedule>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
BidSchedule.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldAdObjectId() |
String |
getFieldBidRecurrenceType() |
String |
getFieldBidTimezone() |
Long |
getFieldBidValue() |
String |
getFieldId() |
String |
getFieldStatus() |
String |
getFieldTimeEnd() |
String |
getFieldTimeStart() |
String |
getId() |
static APIRequest.ResponseParser<BidSchedule> |
getParser() |
static BidSchedule |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<BidSchedule> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |