Package com.mypurecloud.sdk.v2.model
Class TwitterId
java.lang.Object
com.mypurecloud.sdk.v2.model.TwitterId
- All Implemented Interfaces:
Serializable
User information for a twitter account. Either id OR screenName (or both) must be present
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()inthashCode()twitter user.id_str.twitter user.name.screenName(String screenName) twitter user.screen_name.voidvoidvoidsetScreenName(String screenName) toString()
-
Constructor Details
-
TwitterId
public TwitterId() -
TwitterId
-
-
Method Details
-
id
twitter user.id_str. Max: 255 characters -
getId
-
setId
-
name
twitter user.name. Max: 255 characters -
getName
-
setName
-
screenName
twitter user.screen_name. Max: 255 characters. Must match pattern: ^@?[A-Za-z0-9_]+$ -
getScreenName
-
setScreenName
-
getVerified
-
getProfileUrl
-
equals
-
hashCode
public int hashCode() -
toString
-