Uses of Enum Class
com.mypurecloud.sdk.v2.model.TestTopicPhraseJob.StateEnum
Packages that use TestTopicPhraseJob.StateEnum
-
Uses of TestTopicPhraseJob.StateEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TestTopicPhraseJob.StateEnumModifier and TypeMethodDescriptionstatic TestTopicPhraseJob.StateEnumTestTopicPhraseJob.StateEnum.fromString(String key) TestTopicPhraseJob.getState()static TestTopicPhraseJob.StateEnumReturns the enum constant of this class with the specified name.static TestTopicPhraseJob.StateEnum[]TestTopicPhraseJob.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 TestTopicPhraseJob.StateEnumModifier and TypeMethodDescriptionvoidTestTopicPhraseJob.setState(TestTopicPhraseJob.StateEnum state) TestTopicPhraseJob.state(TestTopicPhraseJob.StateEnum state)