Uses of Enum Class
com.mypurecloud.sdk.v2.model.SocialTopicResponse.StatusEnum
Packages that use SocialTopicResponse.StatusEnum
-
Uses of SocialTopicResponse.StatusEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SocialTopicResponse.StatusEnumModifier and TypeMethodDescriptionSocialTopicResponse.StatusEnum.fromString(String key) SocialTopicResponse.getStatus()Returns the enum constant of this class with the specified name.static SocialTopicResponse.StatusEnum[]SocialTopicResponse.StatusEnum.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 SocialTopicResponse.StatusEnumModifier and TypeMethodDescriptionvoidSocialTopicResponse.setStatus(SocialTopicResponse.StatusEnum status) SocialTopicResponse.status(SocialTopicResponse.StatusEnum status) The status of the social topic.