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