Uses of Class
com.onfido.model.DocumentShared
-
Packages that use DocumentShared Package Description com.onfido.model -
-
Uses of DocumentShared in com.onfido.model
Methods in com.onfido.model that return DocumentShared Modifier and Type Method Description DocumentSharedDocumentShared. applicantId(UUID applicantId)DocumentSharedDocumentShared. fileType(DocumentShared.FileTypeEnum fileType)static DocumentSharedDocumentShared. fromJson(String jsonString)Create an instance of DocumentShared given an JSON stringDocumentSharedDocumentShared. issuingCountry(CountryCodes issuingCountry)DocumentSharedDocumentShared. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.DocumentSharedDocumentShared. side(DocumentShared.SideEnum side)DocumentSharedDocumentShared. type(DocumentTypes type)
-