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