public static class Event.APIRequestCreateFeed extends APIRequest<APINode>
APIRequest.DefaultAsyncRequestExecutor, APIRequest.DefaultRequestExecutor, APIRequest.IAsyncRequestExecutor, APIRequest.IRequestExecutor, APIRequest.RequestHelper, APIRequest.ResponseParser<T extends APINode>| Modifier and Type | Field and Description |
|---|---|
static String[] |
FIELDS |
static String[] |
PARAMS |
context, endpoint, method, nodeId, paramNames, params, parser, returnFields, USER_AGENT, useVideoEndpoint| Constructor and Description |
|---|
APIRequestCreateFeed(String nodeId,
APIContext context) |
addToBatch, addToBatch, changeAsyncRequestExecutor, changeRequestExecutor, executeAsyncBase, executeAsyncBase, executeAsyncInternal, executeAsyncInternal, executeInternal, executeInternal, getAsyncExecutor, getContext, getExecutor, joinStringList, requestFieldInternal, setContext, setOverrideUrl, setParamInternal, setParamsInternal, setUseVideoEndpointpublic APIRequestCreateFeed(String nodeId, APIContext context)
public APINode getLastResponse()
getLastResponse in class APIRequest<APINode>public APINode parseResponse(String response) throws APIException
parseResponse in class APIRequest<APINode>APIExceptionpublic APINode execute() throws APIException
execute in class APIRequest<APINode>APIExceptionpublic APINode execute(Map<String,Object> extraParams) throws APIException
execute in class APIRequest<APINode>APIExceptionpublic com.google.common.util.concurrent.ListenableFuture<APINode> executeAsync() throws APIException
APIExceptionpublic com.google.common.util.concurrent.ListenableFuture<APINode> executeAsync(Map<String,Object> extraParams) throws APIException
APIExceptionpublic Event.APIRequestCreateFeed setParam(String param, Object value)
setParam in class APIRequest<APINode>public Event.APIRequestCreateFeed setParams(Map<String,Object> params)
setParams in class APIRequest<APINode>public Event.APIRequestCreateFeed setPicture(String picture)
public Event.APIRequestCreateFeed setName(String name)
public Event.APIRequestCreateFeed setLink(String link)
public Event.APIRequestCreateFeed setCaption(String caption)
public Event.APIRequestCreateFeed setDescription(String description)
public Event.APIRequestCreateFeed setQuote(String quote)
public Event.APIRequestCreateFeed setSource(String source)
public Event.APIRequestCreateFeed setProperties(Object properties)
public Event.APIRequestCreateFeed setProperties(String properties)
public Event.APIRequestCreateFeed setObjectAttachment(String objectAttachment)
public Event.APIRequestCreateFeed setHeight(Long height)
public Event.APIRequestCreateFeed setHeight(String height)
public Event.APIRequestCreateFeed setWidth(Long width)
public Event.APIRequestCreateFeed setWidth(String width)
public Event.APIRequestCreateFeed setExpandedHeight(Long expandedHeight)
public Event.APIRequestCreateFeed setExpandedHeight(String expandedHeight)
public Event.APIRequestCreateFeed setExpandedWidth(Long expandedWidth)
public Event.APIRequestCreateFeed setExpandedWidth(String expandedWidth)
public Event.APIRequestCreateFeed setReferralId(String referralId)
public Event.APIRequestCreateFeed setThumbnail(File thumbnail)
public Event.APIRequestCreateFeed setThumbnail(String thumbnail)
public Event.APIRequestCreateFeed setImageCrops(Map<String,String> imageCrops)
public Event.APIRequestCreateFeed setImageCrops(String imageCrops)
public Event.APIRequestCreateFeed setCallToAction(Object callToAction)
public Event.APIRequestCreateFeed setCallToAction(String callToAction)
public Event.APIRequestCreateFeed setTimeSinceOriginalPost(Long timeSinceOriginalPost)
public Event.APIRequestCreateFeed setTimeSinceOriginalPost(String timeSinceOriginalPost)
public Event.APIRequestCreateFeed setClientMutationId(String clientMutationId)
public Event.APIRequestCreateFeed setPrivacy(Object privacy)
public Event.APIRequestCreateFeed setPrivacy(String privacy)
public Event.APIRequestCreateFeed setComposerSessionId(String composerSessionId)
public Event.APIRequestCreateFeed setContentAttachment(String contentAttachment)
public Event.APIRequestCreateFeed setActions(Object actions)
public Event.APIRequestCreateFeed setActions(String actions)
public Event.APIRequestCreateFeed setTargeting(Object targeting)
public Event.APIRequestCreateFeed setTargeting(String targeting)
public Event.APIRequestCreateFeed setFeedTargeting(Object feedTargeting)
public Event.APIRequestCreateFeed setFeedTargeting(String feedTargeting)
public Event.APIRequestCreateFeed setRef(List<String> ref)
public Event.APIRequestCreateFeed setRef(String ref)
public Event.APIRequestCreateFeed setTags(List<Long> tags)
public Event.APIRequestCreateFeed setTags(String tags)
public Event.APIRequestCreateFeed setPlace(Object place)
public Event.APIRequestCreateFeed setPlace(String place)
public Event.APIRequestCreateFeed setIsExplicitLocation(Boolean isExplicitLocation)
public Event.APIRequestCreateFeed setIsExplicitLocation(String isExplicitLocation)
public Event.APIRequestCreateFeed setOgActionTypeId(String ogActionTypeId)
public Event.APIRequestCreateFeed setOgObjectId(String ogObjectId)
public Event.APIRequestCreateFeed setOgPhrase(String ogPhrase)
public Event.APIRequestCreateFeed setOgIconId(String ogIconId)
public Event.APIRequestCreateFeed setOgSetProfileBadge(Boolean ogSetProfileBadge)
public Event.APIRequestCreateFeed setOgSetProfileBadge(String ogSetProfileBadge)
public Event.APIRequestCreateFeed setOgSuggestionMechanism(String ogSuggestionMechanism)
public Event.APIRequestCreateFeed setOgHideObjectAttachment(Boolean ogHideObjectAttachment)
public Event.APIRequestCreateFeed setOgHideObjectAttachment(String ogHideObjectAttachment)
public Event.APIRequestCreateFeed setBackdatedTime(String backdatedTime)
public Event.APIRequestCreateFeed setBackdatedTimeGranularity(Event.EnumBackdatedTimeGranularity backdatedTimeGranularity)
public Event.APIRequestCreateFeed setBackdatedTimeGranularity(String backdatedTimeGranularity)
public Event.APIRequestCreateFeed setPublished(Boolean published)
public Event.APIRequestCreateFeed setPublished(String published)
public Event.APIRequestCreateFeed setScheduledPublishTime(String scheduledPublishTime)
public Event.APIRequestCreateFeed setUnpublishedContentType(Event.EnumUnpublishedContentType unpublishedContentType)
public Event.APIRequestCreateFeed setUnpublishedContentType(String unpublishedContentType)
public Event.APIRequestCreateFeed setApplicationId(String applicationId)
public Event.APIRequestCreateFeed setProxiedAppId(String proxiedAppId)
public Event.APIRequestCreateFeed setIosBundleId(String iosBundleId)
public Event.APIRequestCreateFeed setAndroidKeyHash(String androidKeyHash)
public Event.APIRequestCreateFeed setUserSelectedTags(Boolean userSelectedTags)
public Event.APIRequestCreateFeed setUserSelectedTags(String userSelectedTags)
public Event.APIRequestCreateFeed setNectarModule(String nectarModule)
public Event.APIRequestCreateFeed setManualPrivacy(Boolean manualPrivacy)
public Event.APIRequestCreateFeed setManualPrivacy(String manualPrivacy)
public Event.APIRequestCreateFeed setAudienceExp(Boolean audienceExp)
public Event.APIRequestCreateFeed setAudienceExp(String audienceExp)
public Event.APIRequestCreateFeed setCoordinates(Object coordinates)
public Event.APIRequestCreateFeed setCoordinates(String coordinates)
public Event.APIRequestCreateFeed setIsExplicitShare(Boolean isExplicitShare)
public Event.APIRequestCreateFeed setIsExplicitShare(String isExplicitShare)
public Event.APIRequestCreateFeed setIsPhotoContainer(Boolean isPhotoContainer)
public Event.APIRequestCreateFeed setIsPhotoContainer(String isPhotoContainer)
public Event.APIRequestCreateFeed setImplicitWithTags(List<Long> implicitWithTags)
public Event.APIRequestCreateFeed setImplicitWithTags(String implicitWithTags)
public Event.APIRequestCreateFeed setChildAttachments(List<Object> childAttachments)
public Event.APIRequestCreateFeed setChildAttachments(String childAttachments)
public Event.APIRequestCreateFeed setSuggestedPlaceId(Object suggestedPlaceId)
public Event.APIRequestCreateFeed setSuggestedPlaceId(String suggestedPlaceId)
public Event.APIRequestCreateFeed setAttachPlaceSuggestion(Boolean attachPlaceSuggestion)
public Event.APIRequestCreateFeed setAttachPlaceSuggestion(String attachPlaceSuggestion)
public Event.APIRequestCreateFeed setViewerCoordinates(Object viewerCoordinates)
public Event.APIRequestCreateFeed setViewerCoordinates(String viewerCoordinates)
public Event.APIRequestCreateFeed setAlbumId(String albumId)
public Event.APIRequestCreateFeed setMultiShareOptimized(Boolean multiShareOptimized)
public Event.APIRequestCreateFeed setMultiShareOptimized(String multiShareOptimized)
public Event.APIRequestCreateFeed setMultiShareEndCard(Boolean multiShareEndCard)
public Event.APIRequestCreateFeed setMultiShareEndCard(String multiShareEndCard)
public Event.APIRequestCreateFeed setTitle(String title)
public Event.APIRequestCreateFeed setAttachedMedia(List<Object> attachedMedia)
public Event.APIRequestCreateFeed setAttachedMedia(String attachedMedia)
public Event.APIRequestCreateFeed setHomeCheckinCityId(Object homeCheckinCityId)
public Event.APIRequestCreateFeed setHomeCheckinCityId(String homeCheckinCityId)
public Event.APIRequestCreateFeed setTextOnlyPlace(String textOnlyPlace)
public Event.APIRequestCreateFeed setConnectionClass(String connectionClass)
public Event.APIRequestCreateFeed setAssociatedId(String associatedId)
public Event.APIRequestCreateFeed setPostingToRedspace(Event.EnumPostingToRedspace postingToRedspace)
public Event.APIRequestCreateFeed setPostingToRedspace(String postingToRedspace)
public Event.APIRequestCreateFeed setPlaceAttachmentSetting(Event.EnumPlaceAttachmentSetting placeAttachmentSetting)
public Event.APIRequestCreateFeed setPlaceAttachmentSetting(String placeAttachmentSetting)
public Event.APIRequestCreateFeed setCheckinEntryPoint(Event.EnumCheckinEntryPoint checkinEntryPoint)
public Event.APIRequestCreateFeed setCheckinEntryPoint(String checkinEntryPoint)
public Event.APIRequestCreateFeed setIsBackoutDraft(Boolean isBackoutDraft)
public Event.APIRequestCreateFeed setIsBackoutDraft(String isBackoutDraft)
public Event.APIRequestCreateFeed setSponsorId(String sponsorId)
public Event.APIRequestCreateFeed setDirectShareStatus(Long directShareStatus)
public Event.APIRequestCreateFeed setDirectShareStatus(String directShareStatus)
public Event.APIRequestCreateFeed setSponsorRelationship(Long sponsorRelationship)
public Event.APIRequestCreateFeed setSponsorRelationship(String sponsorRelationship)
public Event.APIRequestCreateFeed setReferenceableImageIds(List<String> referenceableImageIds)
public Event.APIRequestCreateFeed setReferenceableImageIds(String referenceableImageIds)
public Event.APIRequestCreateFeed setPromptId(String promptId)
public Event.APIRequestCreateFeed setPromptTrackingString(String promptTrackingString)
public Event.APIRequestCreateFeed setPostSurfacesBlacklist(List<Event.EnumPostSurfacesBlacklist> postSurfacesBlacklist)
public Event.APIRequestCreateFeed setPostSurfacesBlacklist(String postSurfacesBlacklist)
public Event.APIRequestCreateFeed setTrackingInfo(String trackingInfo)
public Event.APIRequestCreateFeed setTextFormatPresetId(String textFormatPresetId)
public Event.APIRequestCreateFeed setCtaLink(String ctaLink)
public Event.APIRequestCreateFeed setCtaType(String ctaType)
public Event.APIRequestCreateFeed setPlaceListData(Object placeListData)
public Event.APIRequestCreateFeed setPlaceListData(String placeListData)
public Event.APIRequestCreateFeed setFormatting(Event.EnumFormatting formatting)
public Event.APIRequestCreateFeed setFormatting(String formatting)
public Event.APIRequestCreateFeed setTargetSurface(Event.EnumTargetSurface targetSurface)
public Event.APIRequestCreateFeed setTargetSurface(String targetSurface)
public Event.APIRequestCreateFeed setAdaptiveType(String adaptiveType)
public Event.APIRequestCreateFeed setAnimatedEffectId(Long animatedEffectId)
public Event.APIRequestCreateFeed setAnimatedEffectId(String animatedEffectId)
public Event.APIRequestCreateFeed setAskedFunFactPromptId(Long askedFunFactPromptId)
public Event.APIRequestCreateFeed setAskedFunFactPromptId(String askedFunFactPromptId)
public Event.APIRequestCreateFeed setAsset3dId(Long asset3dId)
public Event.APIRequestCreateFeed setAsset3dId(String asset3dId)
public Event.APIRequestCreateFeed setComposerEntryPicker(String composerEntryPicker)
public Event.APIRequestCreateFeed setComposerEntryPoint(String composerEntryPoint)
public Event.APIRequestCreateFeed setComposerEntryTime(Long composerEntryTime)
public Event.APIRequestCreateFeed setComposerEntryTime(String composerEntryTime)
public Event.APIRequestCreateFeed setComposerSessionEventsLog(String composerSessionEventsLog)
public Event.APIRequestCreateFeed setComposerSourceSurface(String composerSourceSurface)
public Event.APIRequestCreateFeed setComposerType(String composerType)
public Event.APIRequestCreateFeed setFunFactPromptId(String funFactPromptId)
public Event.APIRequestCreateFeed setFunFactToasteeId(Long funFactToasteeId)
public Event.APIRequestCreateFeed setFunFactToasteeId(String funFactToasteeId)
public Event.APIRequestCreateFeed setIsGroupLinkingPost(Boolean isGroupLinkingPost)
public Event.APIRequestCreateFeed setIsGroupLinkingPost(String isGroupLinkingPost)
public Event.APIRequestCreateFeed setHasNickname(Boolean hasNickname)
public Event.APIRequestCreateFeed setHasNickname(String hasNickname)
public Event.APIRequestCreateFeed setHolidayCard(String holidayCard)
public Event.APIRequestCreateFeed setInstantGameEntryPointData(String instantGameEntryPointData)
public Event.APIRequestCreateFeed setIsBoostIntended(Boolean isBoostIntended)
public Event.APIRequestCreateFeed setIsBoostIntended(String isBoostIntended)
public Event.APIRequestCreateFeed setLocationSourceId(String locationSourceId)
public Event.APIRequestCreateFeed setMessage(String message)
public Event.APIRequestCreateFeed setOfferLikePostId(String offerLikePostId)
public Event.APIRequestCreateFeed setPageRecommendation(String pageRecommendation)
public Event.APIRequestCreateFeed setPlaceList(String placeList)
public Event.APIRequestCreateFeed setPublishEventId(Long publishEventId)
public Event.APIRequestCreateFeed setPublishEventId(String publishEventId)
public Event.APIRequestCreateFeed setReactModeMetadata(String reactModeMetadata)
public Event.APIRequestCreateFeed setSalesPromoId(Long salesPromoId)
public Event.APIRequestCreateFeed setSalesPromoId(String salesPromoId)
public Event.APIRequestCreateFeed setTextFormatMetadata(String textFormatMetadata)
public Event.APIRequestCreateFeed setThrowbackCameraRollMedia(String throwbackCameraRollMedia)
public Event.APIRequestCreateFeed setVideoStartTimeMs(Long videoStartTimeMs)
public Event.APIRequestCreateFeed setVideoStartTimeMs(String videoStartTimeMs)
public Event.APIRequestCreateFeed requestAllFields()
public Event.APIRequestCreateFeed requestAllFields(boolean value)
public Event.APIRequestCreateFeed requestFields(List<String> fields)
requestFields in class APIRequest<APINode>public Event.APIRequestCreateFeed requestFields(List<String> fields, boolean value)
requestFields in class APIRequest<APINode>public Event.APIRequestCreateFeed requestField(String field)
requestField in class APIRequest<APINode>public Event.APIRequestCreateFeed requestField(String field, boolean value)
requestField in class APIRequest<APINode>Copyright © 2018. All rights reserved.