Uses of Class
ai.rev.sentimentanalysis.models.SentimentAnalysisJobStatus
-
Packages that use SentimentAnalysisJobStatus Package Description ai.rev.sentimentanalysis.models -
-
Uses of SentimentAnalysisJobStatus in ai.rev.sentimentanalysis.models
Methods in ai.rev.sentimentanalysis.models that return SentimentAnalysisJobStatus Modifier and Type Method Description SentimentAnalysisJobStatusSentimentAnalysisJob. getJobStatus()Returns theSentimentAnalysisJobStatusenumeration value.static SentimentAnalysisJobStatusSentimentAnalysisJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SentimentAnalysisJobStatus[]SentimentAnalysisJobStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.rev.sentimentanalysis.models with parameters of type SentimentAnalysisJobStatus Modifier and Type Method Description voidSentimentAnalysisJob. setJobStatus(SentimentAnalysisJobStatus jobStatus)Sets the job status to the providedSentimentAnalysisJobStatusenumeration value.
-