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