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