Uses of Class
ai.rev.topicextraction.models.TopicExtractionJobStatus
-
Packages that use TopicExtractionJobStatus Package Description ai.rev.topicextraction.models -
-
Uses of TopicExtractionJobStatus in ai.rev.topicextraction.models
Methods in ai.rev.topicextraction.models that return TopicExtractionJobStatus Modifier and Type Method Description TopicExtractionJobStatusTopicExtractionJob. getJobStatus()Returns theTopicExtractionJobStatusenumeration value.static TopicExtractionJobStatusTopicExtractionJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TopicExtractionJobStatus[]TopicExtractionJobStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.rev.topicextraction.models with parameters of type TopicExtractionJobStatus Modifier and Type Method Description voidTopicExtractionJob. setJobStatus(TopicExtractionJobStatus jobStatus)Sets the job status to the providedTopicExtractionJobStatusenumeration value.
-