Class InstagramScopedId

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

public class InstagramScopedId extends Object implements Serializable
Scoped ID for an Instagram user interacting with a page or app
See Also:
  • Constructor Details

    • InstagramScopedId

      public InstagramScopedId()
    • InstagramScopedId

      public InstagramScopedId(Boolean initWithEmptyList)
  • Method Details

    • scopedId

      public InstagramScopedId scopedId(String scopedId)
      The unique page/app-specific scopedId for the user. Max: 255 characters. Leading and trailing whitespace stripped.
    • getScopedId

      public String getScopedId()
    • setScopedId

      public void setScopedId(String scopedId)
    • 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