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