Class FacebookId

java.lang.Object
com.mypurecloud.sdk.v2.model.FacebookId
All Implemented Interfaces:
Serializable

public class FacebookId extends Object implements Serializable
User information for a Facebook user interacting with a page or app
See Also:
  • Constructor Details

    • FacebookId

      public FacebookId()
    • FacebookId

      public FacebookId(Boolean initWithEmptyList)
  • Method Details

    • ids

      public FacebookId ids(List<FacebookScopedId> 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

      public List<FacebookScopedId> getIds()
    • setIds

      public void setIds(List<FacebookScopedId> ids)
    • displayName

      public FacebookId displayName(String 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

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String displayName)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object