Uses of Class
ai.rev.languageid.models.LanguageIdJobStatus
-
Packages that use LanguageIdJobStatus Package Description ai.rev.languageid.models -
-
Uses of LanguageIdJobStatus in ai.rev.languageid.models
Methods in ai.rev.languageid.models that return LanguageIdJobStatus Modifier and Type Method Description LanguageIdJobStatusLanguageIdJob. getJobStatus()Returns theLanguageIdJobStatusenumeration value.static LanguageIdJobStatusLanguageIdJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LanguageIdJobStatus[]LanguageIdJobStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.rev.languageid.models with parameters of type LanguageIdJobStatus Modifier and Type Method Description voidLanguageIdJob. setJobStatus(LanguageIdJobStatus jobStatus)Sets the job status to the providedLanguageIdJobStatusenumeration value.
-