Class InstagramId

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

public class InstagramId extends Object implements Serializable
User information for an Instagram account
See Also:
  • Constructor Details

    • InstagramId

      public InstagramId()
    • InstagramId

      public InstagramId(Boolean initWithEmptyList)
  • Method Details

    • ids

      public InstagramId ids(List<InstagramScopedId> ids)
      The set of scopedIds that this person has. Each scopedId is specific to an Instagram page or app that the user interacts with. Max 1 id.
    • getIds

      public List<InstagramScopedId> getIds()
    • setIds

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

      public InstagramId displayName(String displayName)
      The displayName of the person who owns this Instagram account. Max: 100 characters.
    • getDisplayName

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String displayName)
    • handle

      public InstagramId handle(String handle)
      The handle of the person who owns this Instagram account. Max: 100 characters.
    • getHandle

      public String getHandle()
    • setHandle

      public void setHandle(String handle)
    • 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