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