Uses of Class
dev.vality.identdocstore.identity_document_storage.IdentityDocumentNotFound
-
Uses of IdentityDocumentNotFound in dev.vality.identdocstore.identity_document_storage
Fields in dev.vality.identdocstore.identity_document_storage declared as IdentityDocumentNotFound Modifier and Type Field Description IdentityDocumentNotFoundIdentityDocumentStorageSrv.Get_result. not_foundMethods in dev.vality.identdocstore.identity_document_storage that return IdentityDocumentNotFound Modifier and Type Method Description IdentityDocumentNotFoundIdentityDocumentNotFound. deepCopy()IdentityDocumentNotFoundIdentityDocumentStorageSrv.Get_result. getNotFound()Methods in dev.vality.identdocstore.identity_document_storage with parameters of type IdentityDocumentNotFound Modifier and Type Method Description intIdentityDocumentNotFound. compareTo(IdentityDocumentNotFound other)booleanIdentityDocumentNotFound. equals(IdentityDocumentNotFound that)IdentityDocumentStorageSrv.Get_resultIdentityDocumentStorageSrv.Get_result. setNotFound(IdentityDocumentNotFound not_found)Methods in dev.vality.identdocstore.identity_document_storage that throw IdentityDocumentNotFound Modifier and Type Method Description IdentityDocumentIdentityDocumentStorageSrv.Client. get(String token)IdentityDocumentIdentityDocumentStorageSrv.Iface. get(String token)IdentityDocumentIdentityDocumentStorageSrv.AsyncClient.Get_call. getResult()IdentityDocumentIdentityDocumentStorageSrv.Client. recvGet()Constructors in dev.vality.identdocstore.identity_document_storage with parameters of type IdentityDocumentNotFound Constructor Description Get_result(IdentityDocument success, IdentityDocumentNotFound not_found)IdentityDocumentNotFound(IdentityDocumentNotFound other)Performs a deep copy on other.