Uses of Enum Class
com.mypurecloud.sdk.v2.model.SocialExpression.StateEnum
Packages that use SocialExpression.StateEnum
-
Uses of SocialExpression.StateEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SocialExpression.StateEnumModifier and TypeMethodDescriptionstatic SocialExpression.StateEnumSocialExpression.StateEnum.fromString(String key) SocialExpression.getState()static SocialExpression.StateEnumReturns the enum constant of this class with the specified name.static SocialExpression.StateEnum[]SocialExpression.StateEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type SocialExpression.StateEnumModifier and TypeMethodDescriptionvoidSocialExpression.setState(SocialExpression.StateEnum state) SocialExpression.state(SocialExpression.StateEnum state) The connection state of this communication.