Uses of Class
com.onfido.model.Document.FileTypeEnum
-
Packages that use Document.FileTypeEnum Package Description com.onfido.model -
-
Uses of Document.FileTypeEnum in com.onfido.model
Methods in com.onfido.model that return Document.FileTypeEnum Modifier and Type Method Description static Document.FileTypeEnumDocument.FileTypeEnum. fromValue(String value)Document.FileTypeEnumDocument. getFileType()The file type of the uploaded fileDocument.FileTypeEnumDocument.FileTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Document.FileTypeEnumDocument.FileTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Document.FileTypeEnum[]Document.FileTypeEnum. 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 Document.FileTypeEnum Modifier and Type Method Description DocumentDocument. fileType(Document.FileTypeEnum fileType)voidDocument. setFileType(Document.FileTypeEnum fileType)voidDocument.FileTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Document.FileTypeEnum enumeration)
-