Package com.mypurecloud.sdk.v2.model
Class InstagramId
java.lang.Object
com.mypurecloud.sdk.v2.model.InstagramId
- All Implemented Interfaces:
Serializable
User information for an Instagram account
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisplayName(String displayName) The displayName of the person who owns this Instagram account.booleangetIds()The handle of the person who owns this Instagram account.inthashCode()ids(List<InstagramScopedId> ids) The set of scopedIds that this person has.voidsetDisplayName(String displayName) voidvoidsetIds(List<InstagramScopedId> ids) toString()
-
Constructor Details
-
InstagramId
public InstagramId() -
InstagramId
-
-
Method Details
-
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
-
setIds
-
displayName
The displayName of the person who owns this Instagram account. Max: 100 characters. -
getDisplayName
-
setDisplayName
-
handle
The handle of the person who owns this Instagram account. Max: 100 characters. -
getHandle
-
setHandle
-
equals
-
hashCode
public int hashCode() -
toString
-