All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
PageUpcomingChange |
copyFrom(PageUpcomingChange instance) |
PageUpcomingChange |
fetch() |
static PageUpcomingChange |
fetchById(Long id,
APIContext context) |
static PageUpcomingChange |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PageUpcomingChange> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PageUpcomingChange> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<PageUpcomingChange> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<PageUpcomingChange>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
PageUpcomingChange.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldChangeType() |
String |
getFieldEffectiveTime() |
String |
getFieldId() |
Page |
getFieldPage() |
PageChangeProposal |
getFieldProposal() |
String |
getFieldTimerStatus() |
String |
getId() |
static APIRequest.ResponseParser<PageUpcomingChange> |
getParser() |
static PageUpcomingChange |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<PageUpcomingChange> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
PageUpcomingChange.APIRequestUpdate |
update() |