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