All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
OpenGraphObject |
copyFrom(OpenGraphObject instance) |
OpenGraphObject.APIRequestCreateComment |
createComment() |
OpenGraphObject.APIRequestCreateLike |
createLike() |
OpenGraphObject |
fetch() |
static OpenGraphObject |
fetchById(Long id,
APIContext context) |
static OpenGraphObject |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<OpenGraphObject> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<OpenGraphObject> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<OpenGraphObject> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<OpenGraphObject>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
OpenGraphObject.APIRequestGet |
get() |
OpenGraphObject.APIRequestGetComments |
getComments() |
APIContext |
getContext() |
List<Object> |
getFieldAdmins() |
Object |
getFieldApplication() |
List<Object> |
getFieldAudio() |
OpenGraphContext |
getFieldContext() |
String |
getFieldCreatedTime() |
String |
getFieldDescription() |
String |
getFieldDeterminer() |
Engagement |
getFieldEngagement() |
String |
getFieldId() |
List<Object> |
getFieldImage() |
Boolean |
getFieldIsScraped() |
Object |
getFieldLocale() |
Location |
getFieldLocation() |
String |
getFieldPostActionId() |
Object |
getFieldProfileId() |
Object |
getFieldRestrictions() |
List<String> |
getFieldSeeAlso() |
String |
getFieldSiteName() |
String |
getFieldTitle() |
String |
getFieldType() |
String |
getFieldUpdatedTime() |
List<Object> |
getFieldVideo() |
String |
getId() |
OpenGraphObject.APIRequestGetLikes |
getLikes() |
static APIRequest.ResponseParser<OpenGraphObject> |
getParser() |
OpenGraphObject.APIRequestGetPicture |
getPicture() |
OpenGraphObject.APIRequestGetReactions |
getReactions() |
static OpenGraphObject |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<OpenGraphObject> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
OpenGraphObject.APIRequestUpdate |
update() |