Interface FacebookEndpointBuilderFactory.FacebookEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver,org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver,FacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder,FacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder
- Enclosing interface:
FacebookEndpointBuilderFactory
public static interface FacebookEndpointBuilderFactory.FacebookEndpointBuilder
extends FacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder, FacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder
Builder for endpoint for the Facebook component.
-
Method Summary
Modifier and TypeMethodDescriptionachievementURL(String achievementURL) The unique URL of the achievement.achievementURL(URL achievementURL) The unique URL of the achievement.advanced()The album ID.albumUpdate(facebook4j.AlbumUpdate albumUpdate) The facebook Album to be created or updated.albumUpdate(String albumUpdate) The facebook Album to be created or updated.The ID of the Facebook Application.center(facebook4j.GeoLocation center) Location latitude and longitude.Location latitude and longitude.The checkin ID.checkinUpdate(facebook4j.CheckinUpdate checkinUpdate) Deprecated.checkinUpdate(String checkinUpdate) Deprecated.Facebook4J API client URL.clientVersion(String clientVersion) Facebook4J client API version.The comment ID.commentUpdate(facebook4j.CommentUpdate commentUpdate) The facebook Comment to be created or updated.commentUpdate(String commentUpdate) The facebook Comment to be created or updated.debugEnabled(Boolean debugEnabled) Enables deubg output.debugEnabled(String debugEnabled) Enables deubg output.description(String description) The description text.Distance in meters.Distance in meters.The domain ID.domainName(String domainName) The domain name.domainNames(String domainNames) The domain names.domainNames(List<String> domainNames) The domain names.The event ID.eventUpdate(facebook4j.EventUpdate eventUpdate) The event to be created or updated.eventUpdate(String eventUpdate) The event to be created or updated.The friend ID.friendlistId(String friendlistId) The friend list ID.friendlistName(String friendlistName) The friend list Name.friendUserId(String friendUserId) The friend user ID.The group ID.gzipEnabled(Boolean gzipEnabled) Use Facebook GZIP encoding.gzipEnabled(String gzipEnabled) Use Facebook GZIP encoding.httpConnectionTimeout(Integer httpConnectionTimeout) Http connection timeout in milliseconds.httpConnectionTimeout(String httpConnectionTimeout) Http connection timeout in milliseconds.httpDefaultMaxPerRoute(Integer httpDefaultMaxPerRoute) HTTP maximum connections per route.httpDefaultMaxPerRoute(String httpDefaultMaxPerRoute) HTTP maximum connections per route.httpMaxTotalConnections(Integer httpMaxTotalConnections) HTTP maximum total connections.httpMaxTotalConnections(String httpMaxTotalConnections) HTTP maximum total connections.httpProxyHost(String httpProxyHost) HTTP proxy server host name.httpProxyPassword(String httpProxyPassword) HTTP proxy server password.httpProxyPort(Integer httpProxyPort) HTTP proxy server port.httpProxyPort(String httpProxyPort) HTTP proxy server port.httpProxyUser(String httpProxyUser) HTTP proxy server user name.httpReadTimeout(Integer httpReadTimeout) Http read timeout in milliseconds.httpReadTimeout(String httpReadTimeout) Http read timeout in milliseconds.httpRetryCount(Integer httpRetryCount) Number of HTTP retries.httpRetryCount(String httpRetryCount) Number of HTTP retries.httpRetryIntervalSeconds(Integer httpRetryIntervalSeconds) HTTP retry interval in seconds.httpRetryIntervalSeconds(String httpRetryIntervalSeconds) HTTP retry interval in seconds.httpStreamingReadTimeout(Integer httpStreamingReadTimeout) HTTP streaming read timeout in milliseconds.httpStreamingReadTimeout(String httpStreamingReadTimeout) HTTP streaming read timeout in milliseconds.The ids of users.The ids of users.Sets the name of a parameter to be passed in the exchange In Body.includeRead(Boolean includeRead) Enables notifications that the user has already read in addition to unread ones.includeRead(String includeRead) Enables notifications that the user has already read in addition to unread ones.Whether hidden.Whether hidden.jsonStoreEnabled(Boolean jsonStoreEnabled) If set to true, raw JSON forms will be stored in DataObjectFactory.jsonStoreEnabled(String jsonStoreEnabled) If set to true, raw JSON forms will be stored in DataObjectFactory.Link URL.Link URL.Link ID.Desired FQL locale.Desired FQL locale.mbeanEnabled(Boolean mbeanEnabled) If set to true, Facebook4J mbean will be registerd.mbeanEnabled(String mbeanEnabled) If set to true, Facebook4J mbean will be registerd.The message text.The message ID.The metric name.milestoneId(String milestoneId) The milestone id.Test user name, must be of the form 'first last'.The note ID.notificationId(String notificationId) The notification ID.oAuthAccessToken(String oAuthAccessToken) The user access token.oAuthAccessTokenURL(String oAuthAccessTokenURL) OAuth access token URL.oAuthAppId(String oAuthAppId) The application Id.oAuthAppSecret(String oAuthAppSecret) The application Secret.oAuthAuthorizationURL(String oAuthAuthorizationURL) OAuth authorization URL.oAuthPermissions(String oAuthPermissions) Default OAuth permissions.The insight object ID.The offer id.optionDescription(String optionDescription) The question's answer option description.The page id.permissionName(String permissionName) The permission name.permissions(String permissions) Test user permissions in the format perm1,perm2,...The photo ID.The picture id.The picture id.pictureId2(Integer pictureId2) The picture2 id.pictureId2(String pictureId2) The picture2 id.pictureSize(facebook4j.PictureSize pictureSize) The picture size.pictureSize(String pictureSize) The picture size.The place ID.The post ID.postUpdate(facebook4j.PostUpdate postUpdate) The post to create or update.postUpdate(String postUpdate) The post to create or update.prettyDebugEnabled(Boolean prettyDebugEnabled) Prettify JSON debug output if set to true.prettyDebugEnabled(String prettyDebugEnabled) Prettify JSON debug output if set to true.FQL queries.FQL queries.FQL query or search terms for search endpoints.questionId(String questionId) The question id.reading(facebook4j.Reading reading) Optional reading parameters.Optional reading parameters.readingOptions(String key, Object value) To configure Reading using key/value pairs from the Map.readingOptions(Map values) To configure Reading using key/value pairs from the Map.restBaseURL(String restBaseURL) API base URL.scoreValue(Integer scoreValue) The numeric score with value.scoreValue(String scoreValue) The numeric score with value.size(facebook4j.PictureSize size) The picture size, one of large, normal, small or square.The picture size, one of large, normal, small or square.source(facebook4j.Media source) The media content from either a java.io.File or java.io.Inputstream.The media content from either a java.io.File or java.io.Inputstream.The note of the subject.The tab id.tagUpdate(facebook4j.TagUpdate tagUpdate) Photo tag information.Photo tag information.testUser1(facebook4j.TestUser testUser1) Test user 1.Test user 1.testUser2(facebook4j.TestUser testUser2) Test user 2.Test user 2.testUserId(String testUserId) The ID of the test user.The title text.The ID of the user to tag.The IDs of the users to tag.The IDs of the users to tag.The Facebook user ID.The ID of a user 1.The ID of a user 2.The IDs of users to invite to event.The IDs of users to invite to event.userLocale(String userLocale) The test user locale.Use SSL.Use SSL.videoBaseURL(String videoBaseURL) Video API base URL.The video ID.Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolve
-
Method Details
-
advanced
- Specified by:
advancedin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
advancedin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder
-
achievementURL
The unique URL of the achievement. The option is a: <code>java.net.URL</code> type. Group: common- Specified by:
achievementURLin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
achievementURLin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
achievementURL- the value to set- Returns:
- the dsl builder
-
achievementURL
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder achievementURL(String achievementURL) The unique URL of the achievement. The option will be converted to a <code>java.net.URL</code> type. Group: common- Specified by:
achievementURLin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
achievementURLin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
achievementURL- the value to set- Returns:
- the dsl builder
-
albumId
The album ID. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
albumIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
albumIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
albumId- the value to set- Returns:
- the dsl builder
-
albumUpdate
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder albumUpdate(facebook4j.AlbumUpdate albumUpdate) The facebook Album to be created or updated. The option is a: <code>facebook4j.AlbumUpdate</code> type. Group: common- Specified by:
albumUpdatein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
albumUpdatein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
albumUpdate- the value to set- Returns:
- the dsl builder
-
albumUpdate
The facebook Album to be created or updated. The option will be converted to a <code>facebook4j.AlbumUpdate</code> type. Group: common- Specified by:
albumUpdatein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
albumUpdatein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
albumUpdate- the value to set- Returns:
- the dsl builder
-
appId
The ID of the Facebook Application. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
appIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
appIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
appId- the value to set- Returns:
- the dsl builder
-
center
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder center(facebook4j.GeoLocation center) Location latitude and longitude. The option is a: <code>facebook4j.GeoLocation</code> type. Group: common- Specified by:
centerin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
centerin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
center- the value to set- Returns:
- the dsl builder
-
center
Location latitude and longitude. The option will be converted to a <code>facebook4j.GeoLocation</code> type. Group: common- Specified by:
centerin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
centerin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
center- the value to set- Returns:
- the dsl builder
-
checkinId
The checkin ID. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
checkinIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
checkinIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
checkinId- the value to set- Returns:
- the dsl builder
-
checkinUpdate
@Deprecated default FacebookEndpointBuilderFactory.FacebookEndpointBuilder checkinUpdate(facebook4j.CheckinUpdate checkinUpdate) Deprecated.The checkin to be created. Deprecated, instead create a Post with an attached location. The option is a: <code>facebook4j.CheckinUpdate</code> type. Group: common- Specified by:
checkinUpdatein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
checkinUpdatein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
checkinUpdate- the value to set- Returns:
- the dsl builder
-
checkinUpdate
@Deprecated default FacebookEndpointBuilderFactory.FacebookEndpointBuilder checkinUpdate(String checkinUpdate) Deprecated.The checkin to be created. Deprecated, instead create a Post with an attached location. The option will be converted to a <code>facebook4j.CheckinUpdate</code> type. Group: common- Specified by:
checkinUpdatein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
checkinUpdatein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
checkinUpdate- the value to set- Returns:
- the dsl builder
-
clientURL
Facebook4J API client URL. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
clientURLin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
clientURLin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
clientURL- the value to set- Returns:
- the dsl builder
-
clientVersion
Facebook4J client API version. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
clientVersionin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
clientVersionin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
clientVersion- the value to set- Returns:
- the dsl builder
-
commentId
The comment ID. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
commentIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
commentIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
commentId- the value to set- Returns:
- the dsl builder
-
commentUpdate
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder commentUpdate(facebook4j.CommentUpdate commentUpdate) The facebook Comment to be created or updated. The option is a: <code>facebook4j.CommentUpdate</code> type. Group: common- Specified by:
commentUpdatein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
commentUpdatein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
commentUpdate- the value to set- Returns:
- the dsl builder
-
commentUpdate
The facebook Comment to be created or updated. The option will be converted to a <code>facebook4j.CommentUpdate</code> type. Group: common- Specified by:
commentUpdatein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
commentUpdatein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
commentUpdate- the value to set- Returns:
- the dsl builder
-
debugEnabled
Enables deubg output. Effective only with the embedded logger. The option is a: <code>java.lang.Boolean</code> type. Default: false Group: common- Specified by:
debugEnabledin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
debugEnabledin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
debugEnabled- the value to set- Returns:
- the dsl builder
-
debugEnabled
Enables deubg output. Effective only with the embedded logger. The option will be converted to a <code>java.lang.Boolean</code> type. Default: false Group: common- Specified by:
debugEnabledin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
debugEnabledin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
debugEnabled- the value to set- Returns:
- the dsl builder
-
description
The description text. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
descriptionin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
descriptionin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
description- the value to set- Returns:
- the dsl builder
-
distance
Distance in meters. The option is a: <code>java.lang.Integer</code> type. Group: common- Specified by:
distancein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
distancein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
distance- the value to set- Returns:
- the dsl builder
-
distance
Distance in meters. The option will be converted to a <code>java.lang.Integer</code> type. Group: common- Specified by:
distancein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
distancein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
distance- the value to set- Returns:
- the dsl builder
-
domainId
The domain ID. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
domainIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
domainIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
domainId- the value to set- Returns:
- the dsl builder
-
domainName
The domain name. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
domainNamein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
domainNamein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
domainName- the value to set- Returns:
- the dsl builder
-
domainNames
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder domainNames(List<String> domainNames) The domain names. The option is a: <code>java.util.List<java.lang.String></code> type. Group: common- Specified by:
domainNamesin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
domainNamesin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
domainNames- the value to set- Returns:
- the dsl builder
-
domainNames
The domain names. The option will be converted to a <code>java.util.List<java.lang.String></code> type. Group: common- Specified by:
domainNamesin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
domainNamesin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
domainNames- the value to set- Returns:
- the dsl builder
-
eventId
The event ID. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
eventIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
eventIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
eventId- the value to set- Returns:
- the dsl builder
-
eventUpdate
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder eventUpdate(facebook4j.EventUpdate eventUpdate) The event to be created or updated. The option is a: <code>facebook4j.EventUpdate</code> type. Group: common- Specified by:
eventUpdatein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
eventUpdatein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
eventUpdate- the value to set- Returns:
- the dsl builder
-
eventUpdate
The event to be created or updated. The option will be converted to a <code>facebook4j.EventUpdate</code> type. Group: common- Specified by:
eventUpdatein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
eventUpdatein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
eventUpdate- the value to set- Returns:
- the dsl builder
-
friendId
The friend ID. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
friendIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
friendIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
friendId- the value to set- Returns:
- the dsl builder
-
friendlistId
The friend list ID. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
friendlistIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
friendlistIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
friendlistId- the value to set- Returns:
- the dsl builder
-
friendlistName
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder friendlistName(String friendlistName) The friend list Name. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
friendlistNamein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
friendlistNamein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
friendlistName- the value to set- Returns:
- the dsl builder
-
friendUserId
The friend user ID. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
friendUserIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
friendUserIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
friendUserId- the value to set- Returns:
- the dsl builder
-
groupId
The group ID. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
groupIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
groupIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
groupId- the value to set- Returns:
- the dsl builder
-
gzipEnabled
Use Facebook GZIP encoding. The option is a: <code>java.lang.Boolean</code> type. Default: true Group: common- Specified by:
gzipEnabledin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
gzipEnabledin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
gzipEnabled- the value to set- Returns:
- the dsl builder
-
gzipEnabled
Use Facebook GZIP encoding. The option will be converted to a <code>java.lang.Boolean</code> type. Default: true Group: common- Specified by:
gzipEnabledin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
gzipEnabledin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
gzipEnabled- the value to set- Returns:
- the dsl builder
-
httpConnectionTimeout
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder httpConnectionTimeout(Integer httpConnectionTimeout) Http connection timeout in milliseconds. The option is a: <code>java.lang.Integer</code> type. Default: 20000 Group: common- Specified by:
httpConnectionTimeoutin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
httpConnectionTimeoutin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
httpConnectionTimeout- the value to set- Returns:
- the dsl builder
-
httpConnectionTimeout
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder httpConnectionTimeout(String httpConnectionTimeout) Http connection timeout in milliseconds. The option will be converted to a <code>java.lang.Integer</code> type. Default: 20000 Group: common- Specified by:
httpConnectionTimeoutin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
httpConnectionTimeoutin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
httpConnectionTimeout- the value to set- Returns:
- the dsl builder
-
httpDefaultMaxPerRoute
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder httpDefaultMaxPerRoute(Integer httpDefaultMaxPerRoute) HTTP maximum connections per route. The option is a: <code>java.lang.Integer</code> type. Default: 2 Group: common- Specified by:
httpDefaultMaxPerRoutein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
httpDefaultMaxPerRoutein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
httpDefaultMaxPerRoute- the value to set- Returns:
- the dsl builder
-
httpDefaultMaxPerRoute
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder httpDefaultMaxPerRoute(String httpDefaultMaxPerRoute) HTTP maximum connections per route. The option will be converted to a <code>java.lang.Integer</code> type. Default: 2 Group: common- Specified by:
httpDefaultMaxPerRoutein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
httpDefaultMaxPerRoutein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
httpDefaultMaxPerRoute- the value to set- Returns:
- the dsl builder
-
httpMaxTotalConnections
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder httpMaxTotalConnections(Integer httpMaxTotalConnections) HTTP maximum total connections. The option is a: <code>java.lang.Integer</code> type. Default: 20 Group: common- Specified by:
httpMaxTotalConnectionsin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
httpMaxTotalConnectionsin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
httpMaxTotalConnections- the value to set- Returns:
- the dsl builder
-
httpMaxTotalConnections
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder httpMaxTotalConnections(String httpMaxTotalConnections) HTTP maximum total connections. The option will be converted to a <code>java.lang.Integer</code> type. Default: 20 Group: common- Specified by:
httpMaxTotalConnectionsin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
httpMaxTotalConnectionsin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
httpMaxTotalConnections- the value to set- Returns:
- the dsl builder
-
httpReadTimeout
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder httpReadTimeout(Integer httpReadTimeout) Http read timeout in milliseconds. The option is a: <code>java.lang.Integer</code> type. Default: 120000 Group: common- Specified by:
httpReadTimeoutin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
httpReadTimeoutin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
httpReadTimeout- the value to set- Returns:
- the dsl builder
-
httpReadTimeout
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder httpReadTimeout(String httpReadTimeout) Http read timeout in milliseconds. The option will be converted to a <code>java.lang.Integer</code> type. Default: 120000 Group: common- Specified by:
httpReadTimeoutin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
httpReadTimeoutin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
httpReadTimeout- the value to set- Returns:
- the dsl builder
-
httpRetryCount
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder httpRetryCount(Integer httpRetryCount) Number of HTTP retries. The option is a: <code>java.lang.Integer</code> type. Default: 0 Group: common- Specified by:
httpRetryCountin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
httpRetryCountin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
httpRetryCount- the value to set- Returns:
- the dsl builder
-
httpRetryCount
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder httpRetryCount(String httpRetryCount) Number of HTTP retries. The option will be converted to a <code>java.lang.Integer</code> type. Default: 0 Group: common- Specified by:
httpRetryCountin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
httpRetryCountin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
httpRetryCount- the value to set- Returns:
- the dsl builder
-
httpRetryIntervalSeconds
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder httpRetryIntervalSeconds(Integer httpRetryIntervalSeconds) HTTP retry interval in seconds. The option is a: <code>java.lang.Integer</code> type. Default: 5 Group: common- Specified by:
httpRetryIntervalSecondsin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
httpRetryIntervalSecondsin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
httpRetryIntervalSeconds- the value to set- Returns:
- the dsl builder
-
httpRetryIntervalSeconds
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder httpRetryIntervalSeconds(String httpRetryIntervalSeconds) HTTP retry interval in seconds. The option will be converted to a <code>java.lang.Integer</code> type. Default: 5 Group: common- Specified by:
httpRetryIntervalSecondsin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
httpRetryIntervalSecondsin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
httpRetryIntervalSeconds- the value to set- Returns:
- the dsl builder
-
httpStreamingReadTimeout
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder httpStreamingReadTimeout(Integer httpStreamingReadTimeout) HTTP streaming read timeout in milliseconds. The option is a: <code>java.lang.Integer</code> type. Default: 40000 Group: common- Specified by:
httpStreamingReadTimeoutin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
httpStreamingReadTimeoutin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
httpStreamingReadTimeout- the value to set- Returns:
- the dsl builder
-
httpStreamingReadTimeout
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder httpStreamingReadTimeout(String httpStreamingReadTimeout) HTTP streaming read timeout in milliseconds. The option will be converted to a <code>java.lang.Integer</code> type. Default: 40000 Group: common- Specified by:
httpStreamingReadTimeoutin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
httpStreamingReadTimeoutin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
httpStreamingReadTimeout- the value to set- Returns:
- the dsl builder
-
ids
The ids of users. The option is a: <code>java.util.List<java.lang.String></code> type. Group: common- Specified by:
idsin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
idsin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
ids- the value to set- Returns:
- the dsl builder
-
ids
The ids of users. The option will be converted to a <code>java.util.List<java.lang.String></code> type. Group: common- Specified by:
idsin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
idsin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
ids- the value to set- Returns:
- the dsl builder
-
inBody
Sets the name of a parameter to be passed in the exchange In Body. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
inBodyin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
inBodyin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
inBody- the value to set- Returns:
- the dsl builder
-
includeRead
Enables notifications that the user has already read in addition to unread ones. The option is a: <code>java.lang.Boolean</code> type. Group: common- Specified by:
includeReadin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
includeReadin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
includeRead- the value to set- Returns:
- the dsl builder
-
includeRead
Enables notifications that the user has already read in addition to unread ones. The option will be converted to a <code>java.lang.Boolean</code> type. Group: common- Specified by:
includeReadin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
includeReadin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
includeRead- the value to set- Returns:
- the dsl builder
-
isHidden
Whether hidden. The option is a: <code>java.lang.Boolean</code> type. Group: common- Specified by:
isHiddenin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
isHiddenin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
isHidden- the value to set- Returns:
- the dsl builder
-
isHidden
Whether hidden. The option will be converted to a <code>java.lang.Boolean</code> type. Group: common- Specified by:
isHiddenin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
isHiddenin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
isHidden- the value to set- Returns:
- the dsl builder
-
jsonStoreEnabled
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder jsonStoreEnabled(Boolean jsonStoreEnabled) If set to true, raw JSON forms will be stored in DataObjectFactory. The option is a: <code>java.lang.Boolean</code> type. Default: false Group: common- Specified by:
jsonStoreEnabledin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
jsonStoreEnabledin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
jsonStoreEnabled- the value to set- Returns:
- the dsl builder
-
jsonStoreEnabled
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder jsonStoreEnabled(String jsonStoreEnabled) If set to true, raw JSON forms will be stored in DataObjectFactory. The option will be converted to a <code>java.lang.Boolean</code> type. Default: false Group: common- Specified by:
jsonStoreEnabledin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
jsonStoreEnabledin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
jsonStoreEnabled- the value to set- Returns:
- the dsl builder
-
link
Link URL. The option is a: <code>java.net.URL</code> type. Group: common- Specified by:
linkin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
linkin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
link- the value to set- Returns:
- the dsl builder
-
link
Link URL. The option will be converted to a <code>java.net.URL</code> type. Group: common- Specified by:
linkin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
linkin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
link- the value to set- Returns:
- the dsl builder
-
linkId
Link ID. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
linkIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
linkIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
linkId- the value to set- Returns:
- the dsl builder
-
locale
Desired FQL locale. The option is a: <code>java.util.Locale</code> type. Group: common- Specified by:
localein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
localein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
locale- the value to set- Returns:
- the dsl builder
-
locale
Desired FQL locale. The option will be converted to a <code>java.util.Locale</code> type. Group: common- Specified by:
localein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
localein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
locale- the value to set- Returns:
- the dsl builder
-
mbeanEnabled
If set to true, Facebook4J mbean will be registerd. The option is a: <code>java.lang.Boolean</code> type. Default: false Group: common- Specified by:
mbeanEnabledin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
mbeanEnabledin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
mbeanEnabled- the value to set- Returns:
- the dsl builder
-
mbeanEnabled
If set to true, Facebook4J mbean will be registerd. The option will be converted to a <code>java.lang.Boolean</code> type. Default: false Group: common- Specified by:
mbeanEnabledin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
mbeanEnabledin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
mbeanEnabled- the value to set- Returns:
- the dsl builder
-
message
The message text. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
messagein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
messagein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
message- the value to set- Returns:
- the dsl builder
-
messageId
The message ID. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
messageIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
messageIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
messageId- the value to set- Returns:
- the dsl builder
-
metric
The metric name. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
metricin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
metricin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
metric- the value to set- Returns:
- the dsl builder
-
milestoneId
The milestone id. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
milestoneIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
milestoneIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
milestoneId- the value to set- Returns:
- the dsl builder
-
name
Test user name, must be of the form 'first last'. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
namein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
namein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
name- the value to set- Returns:
- the dsl builder
-
noteId
The note ID. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
noteIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
noteIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
noteId- the value to set- Returns:
- the dsl builder
-
notificationId
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder notificationId(String notificationId) The notification ID. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
notificationIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
notificationIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
notificationId- the value to set- Returns:
- the dsl builder
-
objectId
The insight object ID. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
objectIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
objectIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
objectId- the value to set- Returns:
- the dsl builder
-
offerId
The offer id. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
offerIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
offerIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
offerId- the value to set- Returns:
- the dsl builder
-
optionDescription
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder optionDescription(String optionDescription) The question's answer option description. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
optionDescriptionin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
optionDescriptionin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
optionDescription- the value to set- Returns:
- the dsl builder
-
pageId
The page id. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
pageIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
pageIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
pageId- the value to set- Returns:
- the dsl builder
-
permissionName
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder permissionName(String permissionName) The permission name. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
permissionNamein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
permissionNamein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
permissionName- the value to set- Returns:
- the dsl builder
-
permissions
Test user permissions in the format perm1,perm2,... The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
permissionsin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
permissionsin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
permissions- the value to set- Returns:
- the dsl builder
-
photoId
The photo ID. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
photoIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
photoIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
photoId- the value to set- Returns:
- the dsl builder
-
pictureId
The picture id. The option is a: <code>java.lang.Integer</code> type. Group: common- Specified by:
pictureIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
pictureIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
pictureId- the value to set- Returns:
- the dsl builder
-
pictureId
The picture id. The option will be converted to a <code>java.lang.Integer</code> type. Group: common- Specified by:
pictureIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
pictureIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
pictureId- the value to set- Returns:
- the dsl builder
-
pictureId2
The picture2 id. The option is a: <code>java.lang.Integer</code> type. Group: common- Specified by:
pictureId2in interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
pictureId2in interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
pictureId2- the value to set- Returns:
- the dsl builder
-
pictureId2
The picture2 id. The option will be converted to a <code>java.lang.Integer</code> type. Group: common- Specified by:
pictureId2in interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
pictureId2in interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
pictureId2- the value to set- Returns:
- the dsl builder
-
pictureSize
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder pictureSize(facebook4j.PictureSize pictureSize) The picture size. The option is a: <code>facebook4j.PictureSize</code> type. Group: common- Specified by:
pictureSizein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
pictureSizein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
pictureSize- the value to set- Returns:
- the dsl builder
-
pictureSize
The picture size. The option will be converted to a <code>facebook4j.PictureSize</code> type. Group: common- Specified by:
pictureSizein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
pictureSizein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
pictureSize- the value to set- Returns:
- the dsl builder
-
placeId
The place ID. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
placeIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
placeIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
placeId- the value to set- Returns:
- the dsl builder
-
postId
The post ID. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
postIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
postIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
postId- the value to set- Returns:
- the dsl builder
-
postUpdate
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder postUpdate(facebook4j.PostUpdate postUpdate) The post to create or update. The option is a: <code>facebook4j.PostUpdate</code> type. Group: common- Specified by:
postUpdatein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
postUpdatein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
postUpdate- the value to set- Returns:
- the dsl builder
-
postUpdate
The post to create or update. The option will be converted to a <code>facebook4j.PostUpdate</code> type. Group: common- Specified by:
postUpdatein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
postUpdatein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
postUpdate- the value to set- Returns:
- the dsl builder
-
prettyDebugEnabled
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder prettyDebugEnabled(Boolean prettyDebugEnabled) Prettify JSON debug output if set to true. The option is a: <code>java.lang.Boolean</code> type. Default: false Group: common- Specified by:
prettyDebugEnabledin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
prettyDebugEnabledin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
prettyDebugEnabled- the value to set- Returns:
- the dsl builder
-
prettyDebugEnabled
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder prettyDebugEnabled(String prettyDebugEnabled) Prettify JSON debug output if set to true. The option will be converted to a <code>java.lang.Boolean</code> type. Default: false Group: common- Specified by:
prettyDebugEnabledin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
prettyDebugEnabledin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
prettyDebugEnabled- the value to set- Returns:
- the dsl builder
-
queries
FQL queries. The option is a: <code>java.util.Map<java.lang.String, java.lang.String></code> type. Group: common- Specified by:
queriesin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
queriesin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
queries- the value to set- Returns:
- the dsl builder
-
queries
FQL queries. The option will be converted to a <code>java.util.Map<java.lang.String, java.lang.String></code> type. Group: common- Specified by:
queriesin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
queriesin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
queries- the value to set- Returns:
- the dsl builder
-
query
FQL query or search terms for search endpoints. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
queryin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
queryin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
query- the value to set- Returns:
- the dsl builder
-
questionId
The question id. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
questionIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
questionIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
questionId- the value to set- Returns:
- the dsl builder
-
reading
Optional reading parameters. See Reading Options(#reading). The option is a: <code>facebook4j.Reading</code> type. Group: common- Specified by:
readingin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
readingin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
reading- the value to set- Returns:
- the dsl builder
-
reading
Optional reading parameters. See Reading Options(#reading). The option will be converted to a <code>facebook4j.Reading</code> type. Group: common- Specified by:
readingin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
readingin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
reading- the value to set- Returns:
- the dsl builder
-
readingOptions
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder readingOptions(String key, Object value) To configure Reading using key/value pairs from the Map. The option is a: <code>java.util.Map<java.lang.String, java.lang.Object></code> type. The option is multivalued, and you can use the readingOptions(String, Object) method to add a value (call the method multiple times to set more values). Group: common- Specified by:
readingOptionsin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
readingOptionsin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
key- the option keyvalue- the option value- Returns:
- the dsl builder
-
readingOptions
To configure Reading using key/value pairs from the Map. The option is a: <code>java.util.Map<java.lang.String, java.lang.Object></code> type. The option is multivalued, and you can use the readingOptions(String, Object) method to add a value (call the method multiple times to set more values). Group: common- Specified by:
readingOptionsin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
readingOptionsin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
values- the values- Returns:
- the dsl builder
-
restBaseURL
API base URL. The option is a: <code>java.lang.String</code> type. Default: https://graph.facebook.com/ Group: common- Specified by:
restBaseURLin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
restBaseURLin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
restBaseURL- the value to set- Returns:
- the dsl builder
-
scoreValue
The numeric score with value. The option is a: <code>java.lang.Integer</code> type. Group: common- Specified by:
scoreValuein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
scoreValuein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
scoreValue- the value to set- Returns:
- the dsl builder
-
scoreValue
The numeric score with value. The option will be converted to a <code>java.lang.Integer</code> type. Group: common- Specified by:
scoreValuein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
scoreValuein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
scoreValue- the value to set- Returns:
- the dsl builder
-
size
The picture size, one of large, normal, small or square. The option is a: <code>facebook4j.PictureSize</code> type. Group: common- Specified by:
sizein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
sizein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
size- the value to set- Returns:
- the dsl builder
-
size
The picture size, one of large, normal, small or square. The option will be converted to a <code>facebook4j.PictureSize</code> type. Group: common- Specified by:
sizein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
sizein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
size- the value to set- Returns:
- the dsl builder
-
source
The media content from either a java.io.File or java.io.Inputstream. The option is a: <code>facebook4j.Media</code> type. Group: common- Specified by:
sourcein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
sourcein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
source- the value to set- Returns:
- the dsl builder
-
source
The media content from either a java.io.File or java.io.Inputstream. The option will be converted to a <code>facebook4j.Media</code> type. Group: common- Specified by:
sourcein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
sourcein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
source- the value to set- Returns:
- the dsl builder
-
subject
The note of the subject. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
subjectin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
subjectin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
subject- the value to set- Returns:
- the dsl builder
-
tabId
The tab id. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
tabIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
tabIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
tabId- the value to set- Returns:
- the dsl builder
-
tagUpdate
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder tagUpdate(facebook4j.TagUpdate tagUpdate) Photo tag information. The option is a: <code>facebook4j.TagUpdate</code> type. Group: common- Specified by:
tagUpdatein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
tagUpdatein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
tagUpdate- the value to set- Returns:
- the dsl builder
-
tagUpdate
Photo tag information. The option will be converted to a <code>facebook4j.TagUpdate</code> type. Group: common- Specified by:
tagUpdatein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
tagUpdatein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
tagUpdate- the value to set- Returns:
- the dsl builder
-
testUser1
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder testUser1(facebook4j.TestUser testUser1) Test user 1. The option is a: <code>facebook4j.TestUser</code> type. Group: common- Specified by:
testUser1in interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
testUser1in interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
testUser1- the value to set- Returns:
- the dsl builder
-
testUser1
Test user 1. The option will be converted to a <code>facebook4j.TestUser</code> type. Group: common- Specified by:
testUser1in interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
testUser1in interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
testUser1- the value to set- Returns:
- the dsl builder
-
testUser2
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder testUser2(facebook4j.TestUser testUser2) Test user 2. The option is a: <code>facebook4j.TestUser</code> type. Group: common- Specified by:
testUser2in interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
testUser2in interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
testUser2- the value to set- Returns:
- the dsl builder
-
testUser2
Test user 2. The option will be converted to a <code>facebook4j.TestUser</code> type. Group: common- Specified by:
testUser2in interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
testUser2in interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
testUser2- the value to set- Returns:
- the dsl builder
-
testUserId
The ID of the test user. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
testUserIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
testUserIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
testUserId- the value to set- Returns:
- the dsl builder
-
title
The title text. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
titlein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
titlein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
title- the value to set- Returns:
- the dsl builder
-
toUserId
The ID of the user to tag. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
toUserIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
toUserIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
toUserId- the value to set- Returns:
- the dsl builder
-
toUserIds
The IDs of the users to tag. The option is a: <code>java.util.List<java.lang.String></code> type. Group: common- Specified by:
toUserIdsin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
toUserIdsin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
toUserIds- the value to set- Returns:
- the dsl builder
-
toUserIds
The IDs of the users to tag. The option will be converted to a <code>java.util.List<java.lang.String></code> type. Group: common- Specified by:
toUserIdsin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
toUserIdsin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
toUserIds- the value to set- Returns:
- the dsl builder
-
userId
The Facebook user ID. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
userIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
userIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
userId- the value to set- Returns:
- the dsl builder
-
userId1
The ID of a user 1. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
userId1in interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
userId1in interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
userId1- the value to set- Returns:
- the dsl builder
-
userId2
The ID of a user 2. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
userId2in interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
userId2in interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
userId2- the value to set- Returns:
- the dsl builder
-
userIds
The IDs of users to invite to event. The option is a: <code>java.util.List<java.lang.String></code> type. Group: common- Specified by:
userIdsin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
userIdsin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
userIds- the value to set- Returns:
- the dsl builder
-
userIds
The IDs of users to invite to event. The option will be converted to a <code>java.util.List<java.lang.String></code> type. Group: common- Specified by:
userIdsin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
userIdsin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
userIds- the value to set- Returns:
- the dsl builder
-
userLocale
The test user locale. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
userLocalein interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
userLocalein interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
userLocale- the value to set- Returns:
- the dsl builder
-
useSSL
Use SSL. The option is a: <code>java.lang.Boolean</code> type. Default: true Group: common- Specified by:
useSSLin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
useSSLin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
useSSL- the value to set- Returns:
- the dsl builder
-
useSSL
Use SSL. The option will be converted to a <code>java.lang.Boolean</code> type. Default: true Group: common- Specified by:
useSSLin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
useSSLin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
useSSL- the value to set- Returns:
- the dsl builder
-
videoBaseURL
Video API base URL. The option is a: <code>java.lang.String</code> type. Default: https://graph-video.facebook.com/ Group: common- Specified by:
videoBaseURLin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
videoBaseURLin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
videoBaseURL- the value to set- Returns:
- the dsl builder
-
videoId
The video ID. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
videoIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
videoIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
videoId- the value to set- Returns:
- the dsl builder
-
httpProxyHost
HTTP proxy server host name. The option is a: <code>java.lang.String</code> type. Group: proxy- Specified by:
httpProxyHostin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
httpProxyHostin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
httpProxyHost- the value to set- Returns:
- the dsl builder
-
httpProxyPassword
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder httpProxyPassword(String httpProxyPassword) HTTP proxy server password. The option is a: <code>java.lang.String</code> type. Group: proxy- Specified by:
httpProxyPasswordin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
httpProxyPasswordin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
httpProxyPassword- the value to set- Returns:
- the dsl builder
-
httpProxyPort
HTTP proxy server port. The option is a: <code>java.lang.Integer</code> type. Group: proxy- Specified by:
httpProxyPortin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
httpProxyPortin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
httpProxyPort- the value to set- Returns:
- the dsl builder
-
httpProxyPort
HTTP proxy server port. The option will be converted to a <code>java.lang.Integer</code> type. Group: proxy- Specified by:
httpProxyPortin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
httpProxyPortin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
httpProxyPort- the value to set- Returns:
- the dsl builder
-
httpProxyUser
HTTP proxy server user name. The option is a: <code>java.lang.String</code> type. Group: proxy- Specified by:
httpProxyUserin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
httpProxyUserin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
httpProxyUser- the value to set- Returns:
- the dsl builder
-
oAuthAccessToken
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder oAuthAccessToken(String oAuthAccessToken) The user access token. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
oAuthAccessTokenin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
oAuthAccessTokenin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
oAuthAccessToken- the value to set- Returns:
- the dsl builder
-
oAuthAccessTokenURL
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder oAuthAccessTokenURL(String oAuthAccessTokenURL) OAuth access token URL. The option is a: <code>java.lang.String</code> type. Default: https://graph.facebook.com/oauth/access_token Group: security- Specified by:
oAuthAccessTokenURLin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
oAuthAccessTokenURLin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
oAuthAccessTokenURL- the value to set- Returns:
- the dsl builder
-
oAuthAppId
The application Id. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
oAuthAppIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
oAuthAppIdin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
oAuthAppId- the value to set- Returns:
- the dsl builder
-
oAuthAppSecret
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder oAuthAppSecret(String oAuthAppSecret) The application Secret. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
oAuthAppSecretin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
oAuthAppSecretin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
oAuthAppSecret- the value to set- Returns:
- the dsl builder
-
oAuthAuthorizationURL
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder oAuthAuthorizationURL(String oAuthAuthorizationURL) OAuth authorization URL. The option is a: <code>java.lang.String</code> type. Default: https://www.facebook.com/dialog/oauth Group: security- Specified by:
oAuthAuthorizationURLin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
oAuthAuthorizationURLin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
oAuthAuthorizationURL- the value to set- Returns:
- the dsl builder
-
oAuthPermissions
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder oAuthPermissions(String oAuthPermissions) Default OAuth permissions. Comma separated permission names. See https://developers.facebook.com/docs/reference/login/#permissions for the detail. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
oAuthPermissionsin interfaceFacebookEndpointBuilderFactory.FacebookEndpointConsumerBuilder- Specified by:
oAuthPermissionsin interfaceFacebookEndpointBuilderFactory.FacebookEndpointProducerBuilder- Parameters:
oAuthPermissions- the value to set- Returns:
- the dsl builder
-