All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
Post |
copyFrom(Post instance) |
Post.APIRequestCreateComment |
createComment() |
Post.APIRequestCreateLike |
createLike() |
Post.APIRequestCreatePhoto |
createPhoto() |
Post.APIRequestCreatePromotion |
createPromotion() |
Post.APIRequestCreateSubscribed |
createSubscribed() |
Post.APIRequestDelete |
delete() |
Post.APIRequestDeleteLikes |
deleteLikes() |
Post.APIRequestDeleteSubscribed |
deleteSubscribed() |
Post |
fetch() |
static Post |
fetchById(Long id,
APIContext context) |
static Post |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<Post> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<Post> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<Post> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<Post>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
Post.APIRequestGet |
get() |
Post.APIRequestGetAttachments |
getAttachments() |
Post.APIRequestGetComments |
getComments() |
APIContext |
getContext() |
Post.APIRequestGetDynamicPosts |
getDynamicPosts() |
Post.APIRequestGetEditActions |
getEditActions() |
com.google.gson.JsonArray |
getFieldActions() |
Object |
getFieldAdminCreator() |
List<String> |
getFieldAllowedAdvertisingObjectives() |
Application |
getFieldApplication() |
String |
getFieldBackdatedTime() |
Object |
getFieldCallToAction() |
Boolean |
getFieldCanReplyPrivately() |
String |
getFieldCaption() |
com.google.gson.JsonArray |
getFieldChildAttachments() |
String |
getFieldCommentsMirroringDomain() |
Object |
getFieldCoordinates() |
String |
getFieldCreatedTime() |
String |
getFieldDescription() |
Event |
getFieldEvent() |
Long |
getFieldExpandedHeight() |
Long |
getFieldExpandedWidth() |
Object |
getFieldFeedTargeting() |
Object |
getFieldFrom() |
String |
getFieldFullPicture() |
Long |
getFieldHeight() |
String |
getFieldIcon() |
String |
getFieldId() |
String |
getFieldInstagramEligibility() |
Boolean |
getFieldIsAppShare() |
Boolean |
getFieldIsEligibleForPromotion() |
Boolean |
getFieldIsExpired() |
Boolean |
getFieldIsHidden() |
Boolean |
getFieldIsInstagramEligible() |
Boolean |
getFieldIsPopular() |
Boolean |
getFieldIsPublished() |
Boolean |
getFieldIsSpherical() |
String |
getFieldLink() |
String |
getFieldMessage() |
com.google.gson.JsonArray |
getFieldMessageTags() |
Boolean |
getFieldMultiShareEndCard() |
Boolean |
getFieldMultiShareOptimized() |
String |
getFieldName() |
String |
getFieldObjectId() |
String |
getFieldParentId() |
Object |
getFieldPermalinkUrl() |
String |
getFieldPicture() |
Place |
getFieldPlace() |
Privacy |
getFieldPrivacy() |
String |
getFieldPromotableId() |
String |
getFieldPromotionStatus() |
com.google.gson.JsonArray |
getFieldProperties() |
Double |
getFieldScheduledPublishTime() |
Object |
getFieldShares() |
String |
getFieldSource() |
String |
getFieldStatusType() |
String |
getFieldStory() |
com.google.gson.JsonArray |
getFieldStoryTags() |
Boolean |
getFieldSubscribed() |
Profile |
getFieldTarget() |
Object |
getFieldTargeting() |
String |
getFieldTimelineVisibility() |
String |
getFieldType() |
String |
getFieldUpdatedTime() |
Object |
getFieldVia() |
List<String> |
getFieldVideoBuyingEligibility() |
Long |
getFieldWidth() |
String |
getId() |
Post.APIRequestGetInsights |
getInsights() |
Post.APIRequestGetLikes |
getLikes() |
static APIRequest.ResponseParser<Post> |
getParser() |
Post.APIRequestGetReactions |
getReactions() |
Post.APIRequestGetSharedPosts |
getSharedPosts() |
Post.APIRequestGetSponsorTags |
getSponsorTags() |
Post.APIRequestGetTo |
getTo() |
Post.APIRequestGetWithTags |
getWithTags() |
static Post |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<Post> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
Post.APIRequestUpdate |
update() |