Package com.mypurecloud.sdk.v2.model
Class FacebookId
java.lang.Object
com.mypurecloud.sdk.v2.model.FacebookId
- All Implemented Interfaces:
Serializable
User information for a Facebook user interacting with a page or app
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisplayName(String displayName) The displayName of this person's Facebook account.booleangetIds()inthashCode()ids(List<FacebookScopedId> ids) The set of scopedIds that this person has.voidsetDisplayName(String displayName) voidsetIds(List<FacebookScopedId> ids) toString()
-
Constructor Details
-
FacebookId
public FacebookId() -
FacebookId
-
-
Method Details
-
ids
The set of scopedIds that this person has. Each scopedId is specific to a page or app that the user interacts with. Max: 1 Id -
getIds
-
setIds
-
displayName
The displayName of this person's Facebook account. Roughly translates to user.first_name + ' ' + user.last_name in the Facebook API. Max: 100 characters. -
getDisplayName
-
setDisplayName
-
equals
-
hashCode
public int hashCode() -
toString
-