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