Uses of Class
org.nameapi.client.services.NameApiBaseCommand
-
-
Uses of NameApiBaseCommand in org.nameapi.client.services.development.exceptionthrower
Subclasses of NameApiBaseCommand in org.nameapi.client.services.development.exceptionthrower Modifier and Type Class Description classExceptionThrowerCommandTells the server to throw an exception. -
Uses of NameApiBaseCommand in org.nameapi.client.services.email.disposableemailaddressdetector
Subclasses of NameApiBaseCommand in org.nameapi.client.services.email.disposableemailaddressdetector Modifier and Type Class Description classDisposableEmailAddressDetectorCommandDetects disposable email addresses "DEA", also known as trash email addresses such as "foo@mailinator.com". -
Uses of NameApiBaseCommand in org.nameapi.client.services.email.emaildomaintypeclassifier
Subclasses of NameApiBaseCommand in org.nameapi.client.services.email.emaildomaintypeclassifier Modifier and Type Class Description classEmailDomainTypeClassifierCommandClassifies the domain name of an email address as FREEMAIL, ORGANIZATION etc. -
Uses of NameApiBaseCommand in org.nameapi.client.services.email.emailnameparser
Subclasses of NameApiBaseCommand in org.nameapi.client.services.email.emailnameparser Modifier and Type Class Description classEmailNameParserCommandAnalyzes the email address and attempts to extract a person's name. -
Uses of NameApiBaseCommand in org.nameapi.client.services.formatter.personnameformatter
Subclasses of NameApiBaseCommand in org.nameapi.client.services.formatter.personnameformatter Modifier and Type Class Description classPersonNameFormatterCommandService for formatting person names. -
Uses of NameApiBaseCommand in org.nameapi.client.services.genderizer.persongenderizer
Subclasses of NameApiBaseCommand in org.nameapi.client.services.genderizer.persongenderizer Modifier and Type Class Description classPersonGenderizerCommandAttempts to detect the person's gender based on the inputs, especially the person's name. -
Uses of NameApiBaseCommand in org.nameapi.client.services.matcher.personmatcher
Subclasses of NameApiBaseCommand in org.nameapi.client.services.matcher.personmatcher Modifier and Type Class Description classPersonMatcherCommandCompares two people and tells if and how they match. -
Uses of NameApiBaseCommand in org.nameapi.client.services.parser.personnameparser
Subclasses of NameApiBaseCommand in org.nameapi.client.services.parser.personnameparser Modifier and Type Class Description classPersonNameParserCommandParses the name fields of a person's name. -
Uses of NameApiBaseCommand in org.nameapi.client.services.riskdetector.person
Subclasses of NameApiBaseCommand in org.nameapi.client.services.riskdetector.person Modifier and Type Class Description classPersonRiskDetectorCommand -
Uses of NameApiBaseCommand in org.nameapi.client.services.system.ping
Subclasses of NameApiBaseCommand in org.nameapi.client.services.system.ping Modifier and Type Class Description classPingCommandThe ping command simply pings the server and, on success, gets a "pong" back.
-