All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
PageAboutStory |
copyFrom(PageAboutStory instance) |
PageAboutStory.APIRequestDelete |
delete() |
PageAboutStory |
fetch() |
static PageAboutStory |
fetchById(Long id,
APIContext context) |
static PageAboutStory |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PageAboutStory> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PageAboutStory> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<PageAboutStory> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<PageAboutStory>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
PageAboutStory.APIRequestGet |
get() |
APIContext |
getContext() |
List<Object> |
getFieldComposedText() |
Photo |
getFieldCoverPhoto() |
List<Object> |
getFieldEntityMap() |
String |
getFieldId() |
Boolean |
getFieldIsPublished() |
String |
getFieldPageId() |
String |
getFieldTitle() |
String |
getId() |
static APIRequest.ResponseParser<PageAboutStory> |
getParser() |
static PageAboutStory |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<PageAboutStory> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
PageAboutStory.APIRequestUpdate |
update() |