Uses of Class
com.onfido.model.WorkflowRunLink.LanguageEnum
-
Packages that use WorkflowRunLink.LanguageEnum Package Description com.onfido.model -
-
Uses of WorkflowRunLink.LanguageEnum in com.onfido.model
Methods in com.onfido.model that return WorkflowRunLink.LanguageEnum Modifier and Type Method Description static WorkflowRunLink.LanguageEnumWorkflowRunLink.LanguageEnum. fromValue(String value)WorkflowRunLink.LanguageEnumWorkflowRunLink. getLanguage()The code for the language when the workflow run is acessed using the link.WorkflowRunLink.LanguageEnumWorkflowRunLink.LanguageEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static WorkflowRunLink.LanguageEnumWorkflowRunLink.LanguageEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkflowRunLink.LanguageEnum[]WorkflowRunLink.LanguageEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.onfido.model with parameters of type WorkflowRunLink.LanguageEnum Modifier and Type Method Description WorkflowRunLinkWorkflowRunLink. language(WorkflowRunLink.LanguageEnum language)voidWorkflowRunLink. setLanguage(WorkflowRunLink.LanguageEnum language)voidWorkflowRunLink.LanguageEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, WorkflowRunLink.LanguageEnum enumeration)
-