Skip navigation links
A B C D E G H I L M N P Q R S T U V W 

A

ACCEPT_HEADER - Static variable in class com.blockscore.common.Constants
 
addAnswer(int, int) - Method in class com.blockscore.models.AnswerSet
Adds an answer to a question to the AnswerSet.
Address - Class in com.blockscore.models
The address model.
Address() - Constructor for class com.blockscore.models.Address
 
Address(String, String, String, String, String, String) - Constructor for class com.blockscore.models.Address
Constructs a new Address object.
Answer - Class in com.blockscore.models
The answer model for potential answers to a QuestionSet.
Answer() - Constructor for class com.blockscore.models.Answer
 
AnswerSet - Class in com.blockscore.models
The model representing a set of answered questions used for scoring a QuestionSet.
AnswerSet() - Constructor for class com.blockscore.models.AnswerSet
 
ApiException - Exception in com.blockscore.exceptions
Exception thrown when an API error occurs.
ApiException(BlockscoreError) - Constructor for exception com.blockscore.exceptions.ApiException
 
AUTHORIZATION_HEADER - Static variable in class com.blockscore.common.Constants
 

B

BasicResponse - Class in com.blockscore.models.base
Basic parameters common to models.
BasicResponse() - Constructor for class com.blockscore.models.base.BasicResponse
 
BirthRange - Class in com.blockscore.models
The model representing a date of birth interval.
BirthRange() - Constructor for class com.blockscore.models.BirthRange
 
BLOCKSCORE_DOMAIN - Static variable in class com.blockscore.common.Constants
 
BlockscoreApiClient - Class in com.blockscore.net
The Blockscore Java API client.
BlockscoreApiClient(String) - Constructor for class com.blockscore.net.BlockscoreApiClient
Creates a BlockscoreApiClient.
BlockscoreError - Class in com.blockscore.models.error
Blockscore Error model.
BlockscoreError() - Constructor for class com.blockscore.models.error.BlockscoreError
 
BlockscoreErrorType - Enum in com.blockscore.models.error
Error Types enum.
BlockscoreRestAdapter - Interface in com.blockscore.net
The Blockscore API Retrofit REST adapter.
Builder(BlockscoreApiClient) - Constructor for class com.blockscore.models.Candidate.Builder
 
Builder(BlockscoreApiClient) - Constructor for class com.blockscore.models.Company.Builder
 
Builder(BlockscoreApiClient) - Constructor for class com.blockscore.models.Person.Builder
 

C

Candidate - Class in com.blockscore.models
The candidate model.
Candidate() - Constructor for class com.blockscore.models.Candidate
 
Candidate.Builder - Class in com.blockscore.models
The builder used for constructing a Candidate.
com.blockscore.common - package com.blockscore.common
 
com.blockscore.exceptions - package com.blockscore.exceptions
 
com.blockscore.models - package com.blockscore.models
 
com.blockscore.models.base - package com.blockscore.models.base
 
com.blockscore.models.error - package com.blockscore.models.error
 
com.blockscore.net - package com.blockscore.net
 
Company - Class in com.blockscore.models
The company model.
Company.Builder - Class in com.blockscore.models
The builder used for constructing a Company.
CompanyDetails - Class in com.blockscore.models
The details model for Company.
CompanyDetails() - Constructor for class com.blockscore.models.CompanyDetails
 
Constants - Class in com.blockscore.common
Constants used by the Java API client.
CorporationType - Enum in com.blockscore.models
The valid corporation types recognized by Blockscore.
create() - Method in class com.blockscore.models.Candidate.Builder
Creates a new Candidate.
create() - Method in class com.blockscore.models.Company.Builder
Creates a new Company.
create() - Method in class com.blockscore.models.Person.Builder
Creates a new Person.
createCandidate(Candidate) - Method in interface com.blockscore.net.BlockscoreRestAdapter
 
createCompany(Map<String, String>) - Method in interface com.blockscore.net.BlockscoreRestAdapter
 
createPerson(Map<String, String>) - Method in interface com.blockscore.net.BlockscoreRestAdapter
 
createQuestionSet() - Method in class com.blockscore.models.Person
Creates a question set with no time limit.
createQuestionSet(long) - Method in class com.blockscore.models.Person
Creates a question set with a set time limit in seconds.
createQuestionSet(Map<String, String>) - Method in interface com.blockscore.net.BlockscoreRestAdapter
 

D

delete() - Method in class com.blockscore.models.Candidate
Deletes this candidate.
deleteCandidate(String) - Method in interface com.blockscore.net.BlockscoreRestAdapter
 
deserialize(JsonParser, DeserializationContext) - Method in class com.blockscore.net.SecondsDateDeserializer
 
Document - Class in com.blockscore.models
The document model for identifying documents.
Document() - Constructor for class com.blockscore.models.Document
 
DocumentType - Enum in com.blockscore.models
The valid types of documentation recognized by Blockscore.

E

EntityType - Enum in com.blockscore.models
The type of entity in a WatchlistHit.

G

getAcceptHeaders() - Static method in class com.blockscore.common.Constants
Gets the proper Accept headers for the Blockscore API.
getAdapter() - Method in class com.blockscore.net.BlockscoreApiClient
Gets the internal REST api adapter needed to complete Blockscore API requests.
getAddress() - Method in class com.blockscore.models.Candidate
Gets the primary street address for this person.
getAddress() - Method in class com.blockscore.models.Company
Gets the address for this company.
getAddress() - Method in class com.blockscore.models.Person
Gets the address for this individual.
getAddress() - Method in class com.blockscore.models.WatchlistHit
Gets the address of the candidate.
getAddresses() - Method in class com.blockscore.models.WatchlistHit
Gets the addresses from the watchlist.
getAddressMatch() - Method in class com.blockscore.models.CompanyDetails
Assesses the company's address match.
getAddressMatchDetails() - Method in class com.blockscore.models.PersonDetails
Assesses the address match strength.
getAddressRisk() - Method in class com.blockscore.models.PersonDetails
Gets the risk of this particular address.
getAlternateNames() - Method in class com.blockscore.models.WatchlistHit
Returns the set of alternate names of a candidate.
getAnswers() - Method in class com.blockscore.models.Question
Gets all possible answers to show to the user.
getAnswerText() - Method in class com.blockscore.models.Answer
Gets the answer text to display to the user.
getBirths() - Method in class com.blockscore.models.WatchlistHit
Returns the list of date of birth ranges matched against this candidate.
getBlockscoreError(RetrofitError) - Static method in class com.blockscore.models.error.BlockscoreError
Converts a Retrofit Error into a Blockscore Error.
getCandidateHistory(String) - Method in interface com.blockscore.net.BlockscoreRestAdapter
 
getCandidateHits(String) - Method in interface com.blockscore.net.BlockscoreRestAdapter
 
getCity() - Method in class com.blockscore.models.Address
The city name of the customer.
getConfidence() - Method in class com.blockscore.models.WatchlistHit
Gets the confidence rating (between 0 and 1.0).
getCount() - Method in class com.blockscore.models.WatchlistSearchResults
 
getCountryCode() - Method in class com.blockscore.models.Address
The country of the customer.
getCountryCode() - Method in class com.blockscore.models.Document
Returns the country code associated with this document.
getCountryCodeMatch() - Method in class com.blockscore.models.CompanyDetails
Assesses the country code match.
getCreatedAtDate() - Method in class com.blockscore.models.base.BasicResponse
Gets the creation date.
getData() - Method in class com.blockscore.models.PaginatedResult
Returns the current 'page' of data.
getDateOfBirth() - Method in class com.blockscore.models.BirthRange
Returns the start of the date of birth range.
getDateOfBirth() - Method in class com.blockscore.models.Candidate
The date of birth of your candidate.
getDateOfBirth() - Method in class com.blockscore.models.Person
Gets the date of birth for this individual.
getDateOfBirth() - Method in class com.blockscore.models.WatchlistHit
Returns the candidate's date of birth.
getDateOfBirthEnd() - Method in class com.blockscore.models.BirthRange
Returns the end of the date of birth range.
getDateOfBirthMatch() - Method in class com.blockscore.models.PersonDetails
Assesses the date of birth match.
getDbas() - Method in class com.blockscore.models.Company
Gets a list of "doing business as" names, which are other names this business may be known by.
getDetails() - Method in class com.blockscore.models.Company
Contains a breakdown of how the status (validity) was determined.
getDetails() - Method in class com.blockscore.models.Person
Contains a breakdown of how the status (validity) was determined.
getDocuments() - Method in class com.blockscore.models.WatchlistHit
Returns the list of documents matched against this candidate.
getDocumentType() - Method in class com.blockscore.models.Document
Returns the type of this document.
getDocumentType() - Method in class com.blockscore.models.Person
Gets the identifying document type.
getDocumentValue() - Method in class com.blockscore.models.Person
Gets the identifying document value.
getEmail() - Method in class com.blockscore.models.Company
Gets the email for this entity.
getEntityMatch() - Method in class com.blockscore.models.CompanyDetails
Assesses the entity name match.
getEntityName() - Method in class com.blockscore.models.Company
Gets the name of the entity.
getEntryType() - Method in class com.blockscore.models.WatchlistHit
Returns the entry type of this watchlist hit.
getError() - Method in class com.blockscore.models.error.BlockscoreError
Returns the error details.
getErrorType() - Method in class com.blockscore.models.error.RequestError
Gets the error type.
getFirstName() - Method in class com.blockscore.models.Candidate
The legal first name of the customer.
getFirstName() - Method in class com.blockscore.models.Person
Gets the first name.
getFullName() - Method in class com.blockscore.models.NameResult
Returns the full name.
getId() - Method in class com.blockscore.models.Answer
Gets the ID for this answer.
getId() - Method in class com.blockscore.models.base.BasicResponse
Gets the ID for this record.
getId() - Method in class com.blockscore.models.Question
Gets the unique ID for this question.
getIdentificationMatch() - Method in class com.blockscore.models.PersonDetails
Assesses the match for identity.
getIncorporationCountryCode() - Method in class com.blockscore.models.Company
Gets the incorporation country code.
getIncorporationDate() - Method in class com.blockscore.models.Company
Gets the date of incorporation.
getIncorporationDateMatch() - Method in class com.blockscore.models.CompanyDetails
Assesses incorporation date match.
getIncorporationState() - Method in class com.blockscore.models.Company
Gets the incorporation state.
getIncorporationType() - Method in class com.blockscore.models.Company
Gets the corporation type.
getInvalidParam() - Method in exception com.blockscore.exceptions.ApiException
Gets the invalid parameters.
getInvalidParam() - Method in exception com.blockscore.exceptions.InvalidRequestException
Gets the invalid parameters.
getIpAddress() - Method in class com.blockscore.models.Company
Gets a company's IP address.
getIpAddress() - Method in class com.blockscore.models.Person
Gets the IP address for this person.
getLastName() - Method in class com.blockscore.models.Candidate
Gets the legal last name of the customer.
getLastName() - Method in class com.blockscore.models.Person
Gets the last name.
getMatches() - Method in class com.blockscore.models.WatchlistSearchResults
 
getMatchingInfo() - Method in class com.blockscore.models.WatchlistHit
Gets a list of elements in your request that match this watchlist hit.
getMessage() - Method in class com.blockscore.models.error.RequestError
Gets the error message.
getMiddleName() - Method in class com.blockscore.models.Candidate
The legal middle name of the customer.
getMiddleName() - Method in class com.blockscore.models.Person
Gets the middle name.
getName() - Method in class com.blockscore.models.WatchlistHit
Returns the full name for this candidate.
getNames() - Method in class com.blockscore.models.WatchlistHit
Returns the list of names matched against this candidate.
getNameStrength() - Method in class com.blockscore.models.NameResult
Returns the name strength.
getNote() - Method in class com.blockscore.models.Candidate
Gets any note data you have associated with the Candidate.
getNote() - Method in class com.blockscore.models.Company
Gets any note data you have associated with the Company.
getNote() - Method in class com.blockscore.models.Person
Gets any note data you have associated with the Person.
getNotes() - Method in class com.blockscore.models.WatchlistHit
Returns the notes for this candidate.
getOfac() - Method in class com.blockscore.models.PersonDetails
Assesses the person for placement on the OFAC.
getOfacMatch() - Method in class com.blockscore.models.CompanyDetails
Assesses the company for placement on the OFAC.
getParam() - Method in class com.blockscore.models.error.RequestError
Gets the invalid parameter.
getPassport() - Method in class com.blockscore.models.Candidate
The passport number of the individual being verified.
getPassports() - Method in class com.blockscore.models.WatchlistHit
Gets the list of passport numbers for a candidate.
getPastHits() - Method in class com.blockscore.models.Candidate
Retrieve all historical watchlist hits for this candidate.
getPep() - Method in class com.blockscore.models.PersonDetails
Assesses the person for placement on the PEP.
getPersonId() - Method in class com.blockscore.models.QuestionSet
The associated person's ID.
getPhoneNumber() - Method in class com.blockscore.models.Company
Gets the company's phone number.
getPhoneNumber() - Method in class com.blockscore.models.Person
Gets phone number of the individual (if available).
getPostalCode() - Method in class com.blockscore.models.Address
The postal code, also known as the ZIP code of the address.
getQuestion() - Method in class com.blockscore.models.Question
Gets the question text to be asked.
getQuestions() - Method in class com.blockscore.models.QuestionSet
Returns the list of questions to use.
getQuestionSetIds() - Method in class com.blockscore.models.Person
Gets the question set ids associated with this Person record.
getRawAddress() - Method in class com.blockscore.models.WatchlistHit
Returns the address of this candidate in raw form.
getRegistrationNumber() - Method in class com.blockscore.models.Company
Gets the registration number.
getRevisionHistory() - Method in class com.blockscore.models.Candidate
Returns a complete revision history of a candidate's edits.
getScore() - Method in class com.blockscore.models.QuestionSet
The percentage (from 0.0 - 100.0) result of scoring the question set's answers.
getSearchedLists() - Method in class com.blockscore.models.WatchlistSearchResults
 
getSsn() - Method in class com.blockscore.models.Candidate
Gets either the 4 digits of the US Social Security Number or the whole SSN.
getSsn() - Method in class com.blockscore.models.WatchlistHit
Gets the ssn for this candidate.
getStateMatch() - Method in class com.blockscore.models.CompanyDetails
Assesses the company's state.
getStreet1() - Method in class com.blockscore.models.Address
Gets the primary street address of the customer.
getStreet2() - Method in class com.blockscore.models.Address
The second address line typically used for apartment or suite numbers.
getSubdivision() - Method in class com.blockscore.models.Address
The subdivision of the entered country.
getTaxId() - Method in class com.blockscore.models.Company
Gets the Tax ID associated with this entity.
getTaxIdMatch() - Method in class com.blockscore.models.CompanyDetails
Assesses the tax ID match.
getTimeLimit() - Method in class com.blockscore.models.QuestionSet
Gets the number of seconds after the creation of the question set before the `expired` boolean will switch to `true`.
getTitle() - Method in class com.blockscore.models.WatchlistHit
Returns the title for this candidate.
getTotalCount() - Method in class com.blockscore.models.PaginatedResult
Returns the total number of related items.
getUpdatedAtDate() - Method in class com.blockscore.models.base.BasicResponse
Gets the updated date.
getUrl() - Method in class com.blockscore.models.Company
Gets the URL for the entity.
getUrl() - Method in class com.blockscore.models.WatchlistHit
Returns the url for this candidate.
getValidationErrorCode() - Method in exception com.blockscore.exceptions.InvalidRequestException
Gets the validation error type.
getValidationErrorCode() - Method in class com.blockscore.models.error.RequestError
Gets the validation error type.
getValue() - Method in class com.blockscore.models.Document
Returns the value of this document.
getWatchlist() - Method in class com.blockscore.models.WatchlistHit
Gets the watchlist on which this match took place.

H

hasMore() - Method in class com.blockscore.models.PaginatedResult
Returns whether or not there are more pages of related items.

I

InvalidRequestException - Exception in com.blockscore.exceptions
Exception thrown when an invalid request is returned from the server.
InvalidRequestException(BlockscoreError) - Constructor for exception com.blockscore.exceptions.InvalidRequestException
 
isEqualTo(String) - Method in enum com.blockscore.models.error.BlockscoreErrorType
Returns if this status matches.
isEqualTo(String) - Method in enum com.blockscore.models.error.ValidationErrorType
Returns if this matches.
isExpired() - Method in class com.blockscore.models.QuestionSet
Indicates whether the `time_limit` has been passed since the creation of the question set.
isLiveMode() - Method in class com.blockscore.models.base.BasicResponse
Indicates whether the company was created using a live or test API key.
isPrimary() - Method in class com.blockscore.models.NameResult
Returns whether or not this is a primary name.
isValid() - Method in class com.blockscore.models.Company
Gets either valid or invalid and is the culmination of whether or not the passed in information is valid against various databases and signals.
isValid() - Method in class com.blockscore.models.Person
Returns either valid or invalid and is the culmination of whether or not the passed in information is valid against various databases and signals.

L

listCandidates() - Method in class com.blockscore.net.BlockscoreApiClient
Lists a historical record of all candidates you have created.
listCandidates() - Method in interface com.blockscore.net.BlockscoreRestAdapter
 
listCompanies() - Method in class com.blockscore.net.BlockscoreApiClient
Lists verified companies a historical record of all company verifications that you have completed.
listCompanies() - Method in interface com.blockscore.net.BlockscoreRestAdapter
 
listPeople() - Method in class com.blockscore.net.BlockscoreApiClient
Lists a historical record of all verifications that you have completed.
listPeople() - Method in interface com.blockscore.net.BlockscoreRestAdapter
 

M

MatchRating - Enum in com.blockscore.models
The quality of a match in a watchlist search or verification.

N

NameResult - Class in com.blockscore.models
The model for a matching name that occurs during a watchlist search.
NameResult() - Constructor for class com.blockscore.models.NameResult
 

P

PaginatedResult<T> - Class in com.blockscore.models
The model for containing paginated results.
PaginatedResult(List<T>, int, boolean) - Constructor for class com.blockscore.models.PaginatedResult
Creates a PaginatedResult.
Person - Class in com.blockscore.models
The person model.
Person.Builder - Class in com.blockscore.models
The builder used for constructing a Person.
PersonDetails - Class in com.blockscore.models
The details model used by Person.
PersonDetails() - Constructor for class com.blockscore.models.PersonDetails
 

Q

Question - Class in com.blockscore.models
The model for a question in a QuestionSet.
Question() - Constructor for class com.blockscore.models.Question
 
QuestionSet - Class in com.blockscore.models
The model representing question sets.
QuestionSet() - Constructor for class com.blockscore.models.QuestionSet
 

R

RequestError - Class in com.blockscore.models.error
Request Error model.
RequestError() - Constructor for class com.blockscore.models.error.RequestError
 
ResultStrength - Enum in com.blockscore.models
The valid types of result strengths asserted by Blockscore.
retrieveCandidate(String) - Method in class com.blockscore.net.BlockscoreApiClient
Retrieves a candidate.
retrieveCandidate(String) - Method in interface com.blockscore.net.BlockscoreRestAdapter
 
retrieveCompany(String) - Method in class com.blockscore.net.BlockscoreApiClient
Gets a single company exactly as it was when you created it.
retrieveCompany(String) - Method in interface com.blockscore.net.BlockscoreRestAdapter
 
retrievePerson(String) - Method in class com.blockscore.net.BlockscoreApiClient
Gets a single person exactly as it was when you created it.
retrievePerson(String) - Method in interface com.blockscore.net.BlockscoreRestAdapter
 
retrieveQuestionSet(String) - Method in class com.blockscore.models.Person
Retrieve a question set you have created.
retrieveQuestionSet(String) - Method in interface com.blockscore.net.BlockscoreRestAdapter
 

S

save() - Method in class com.blockscore.models.Candidate
Updates this candidate.
score(AnswerSet) - Method in class com.blockscore.models.QuestionSet
Scores a question set.
scoreQuestionSet(String, AnswerSet) - Method in interface com.blockscore.net.BlockscoreRestAdapter
 
searchWatchlists() - Method in class com.blockscore.models.Candidate
Performs a watchlist search for this candidate with default search options.
searchWatchlists(Double) - Method in class com.blockscore.models.Candidate
Performs a watchlist search for this candidate with a specified similarity threshold.
searchWatchlists(EntityType) - Method in class com.blockscore.models.Candidate
Performs a watchlist search for this candidate with a specified entity type.
searchWatchlists(EntityType, Double) - Method in class com.blockscore.models.Candidate
Performs a watchlist search for this candidate.
searchWatchlists(Map<String, String>) - Method in interface com.blockscore.net.BlockscoreRestAdapter
 
SecondsDateDeserializer - Class in com.blockscore.net
 
SecondsDateDeserializer() - Constructor for class com.blockscore.net.SecondsDateDeserializer
 
setAdapter(BlockscoreRestAdapter) - Method in class com.blockscore.models.Candidate
Sets the internal REST api adapter needed to complete Blockscore API requests.
setAdapter(BlockscoreRestAdapter) - Method in class com.blockscore.models.Person
Sets the internal REST api adapter needed to complete Blockscore API requests.
setAddress(Address) - Method in class com.blockscore.models.Candidate.Builder
Sets the primary street address for this person.
setAddress(Address) - Method in class com.blockscore.models.Candidate
Sets the primary street address for this person.
setAddress(Address) - Method in class com.blockscore.models.Company.Builder
Sets the company's address.
setAddress(Address) - Method in class com.blockscore.models.Person.Builder
Sets the person's address.
setCity(String) - Method in class com.blockscore.models.Address
The city name of the customer.
setCountryCode(String) - Method in class com.blockscore.models.Address
The country of the customer.
setDateOfBirth(Date) - Method in class com.blockscore.models.Candidate.Builder
Set the date of birth of your candidate.
setDateOfBirth(Date) - Method in class com.blockscore.models.Candidate
Set the date of birth of your candidate.
setDateOfBirth(Date) - Method in class com.blockscore.models.Person.Builder
Sets the date of birth.
setDbas(String) - Method in class com.blockscore.models.Company.Builder
Sets the "doing business as" names for the company.
setDocumentType(String) - Method in class com.blockscore.models.Person.Builder
Sets the identifying document type.
setDocumentValue(String) - Method in class com.blockscore.models.Person.Builder
Sets the identifying document value.
setEmail(String) - Method in class com.blockscore.models.Company.Builder
Sets the email for this entity.
setEntityName(String) - Method in class com.blockscore.models.Company.Builder
Name of entity.
setFirstName(String) - Method in class com.blockscore.models.Candidate.Builder
Sets the legal first name of the customer.
setFirstName(String) - Method in class com.blockscore.models.Candidate
Sets the legal first name of the customer.
setFirstName(String) - Method in class com.blockscore.models.Person.Builder
Sets the legal first name of the customer.
setIncorporationCountryCode(String) - Method in class com.blockscore.models.Company.Builder
Sets the incorporation country code.
setIncorporationDate(Date) - Method in class com.blockscore.models.Company.Builder
Sets the incorporation date.
setIncorporationState(String) - Method in class com.blockscore.models.Company.Builder
Sets the incorporation state.
setIncorporationType(CorporationType) - Method in class com.blockscore.models.Company.Builder
Sets the incorporation type.
setIpAddress(String) - Method in class com.blockscore.models.Company.Builder
Sets a company's IP address.
setIpAddress(String) - Method in class com.blockscore.models.Person.Builder
Sets a person's IP address.
setLastName(String) - Method in class com.blockscore.models.Candidate.Builder
Sets the legal last name of the candidate.
setLastName(String) - Method in class com.blockscore.models.Candidate
Sets the legal last name.
setLastName(String) - Method in class com.blockscore.models.Person.Builder
Sets the legal last name of the customer.
setMiddleName(String) - Method in class com.blockscore.models.Candidate.Builder
Sets the legal middle name of the candidate.
setMiddleName(String) - Method in class com.blockscore.models.Candidate
Sets the legal middle name of the customer.
setMiddleName(String) - Method in class com.blockscore.models.Person.Builder
Sets the legal middle name of the customer (optional).
setNote(String) - Method in class com.blockscore.models.Candidate.Builder
You can store additional information about the candidate here such as your internal system's identifier for this individual.
setNote(String) - Method in class com.blockscore.models.Candidate
You can store additional information about the candidate here such as your internal system's identifier for this individual.
setNote(String) - Method in class com.blockscore.models.Company.Builder
Store additional information about the candidate here such as your internal system's identifier for this individual.
setNote(String) - Method in class com.blockscore.models.Person.Builder
You can store additional information about the person here such as your internal system's identifier for this individual.
setPassport(String) - Method in class com.blockscore.models.Candidate.Builder
Sets the passport number of the individual being verified.
setPassport(String) - Method in class com.blockscore.models.Candidate
Sets the passport number of the individual being verified.
setPhoneNumber(String) - Method in class com.blockscore.models.Company.Builder
Sets a company's phone number.
setPhoneNumber(String) - Method in class com.blockscore.models.Person.Builder
Sets a person's phone number.
setPostalCode(String) - Method in class com.blockscore.models.Address
The postal code, also known as the ZIP code of the address.
setRegistrationNumber(String) - Method in class com.blockscore.models.Company.Builder
Sets the registration number for this entity.
setSsn(String) - Method in class com.blockscore.models.Candidate.Builder
Can be either the last 4 digits of the US Social Security Number or the whole SSN.
setSsn(String) - Method in class com.blockscore.models.Candidate
Can be either the last 4 digits of the US Social Security Number or the whole SSN.
setStreet1(String) - Method in class com.blockscore.models.Address
The primary street address of the customer.
setStreet2(String) - Method in class com.blockscore.models.Address
The second address line typically used for apartment or suite numbers.
setSubdivision(String) - Method in class com.blockscore.models.Address
The subdivision of the entered country.
setTaxId(String) - Method in class com.blockscore.models.Company.Builder
Sets the Tax ID for this entity.
setUrl(String) - Method in class com.blockscore.models.Company.Builder
Sets the URL for this business.

T

toEnum(String) - Static method in enum com.blockscore.models.CorporationType
Converts a string to a corporation type enum.
toEnum(String) - Static method in enum com.blockscore.models.DocumentType
Converts a string to a match type enum.
toEnum(String) - Static method in enum com.blockscore.models.EntityType
Converts a string to a match type enum.
toEnum(String) - Static method in enum com.blockscore.models.error.BlockscoreErrorType
Converts a string to a enum.
toEnum(String) - Static method in enum com.blockscore.models.error.ValidationErrorType
Converts a string to a enum.
toEnum(String) - Static method in enum com.blockscore.models.MatchRating
Converts a string to a enum.
toEnum(String) - Static method in enum com.blockscore.models.ResultStrength
Converts a string to a enum.
toString() - Method in enum com.blockscore.models.CorporationType
Converts an enum to the string value.
toString() - Method in enum com.blockscore.models.error.BlockscoreErrorType
Converts an enum to the string value.
toString() - Method in enum com.blockscore.models.MatchRating
 
toString() - Method in enum com.blockscore.models.ResultStrength
 

U

updateCandidate(String, Candidate) - Method in interface com.blockscore.net.BlockscoreRestAdapter
 
USER_AGENT - Static variable in class com.blockscore.common.Constants
 
useVerboseLogs(boolean) - Static method in class com.blockscore.net.BlockscoreApiClient
Turns on/off logging.

V

ValidationErrorType - Enum in com.blockscore.models.error
Validation error enum.
valueOf(String) - Static method in enum com.blockscore.models.CorporationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.blockscore.models.DocumentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.blockscore.models.EntityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.blockscore.models.error.BlockscoreErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.blockscore.models.error.ValidationErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.blockscore.models.MatchRating
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.blockscore.models.ResultStrength
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.blockscore.models.CorporationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.blockscore.models.DocumentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.blockscore.models.EntityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.blockscore.models.error.BlockscoreErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.blockscore.models.error.ValidationErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.blockscore.models.MatchRating
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.blockscore.models.ResultStrength
Returns an array containing the constants of this enum type, in the order they are declared.

W

WatchlistHit - Class in com.blockscore.models
Model representing a watchlist hit.
WatchlistHit() - Constructor for class com.blockscore.models.WatchlistHit
 
WatchlistSearchResults - Class in com.blockscore.models
The model for watchlist search results.
WatchlistSearchResults() - Constructor for class com.blockscore.models.WatchlistSearchResults
 
A B C D E G H I L M N P Q R S T U V W 
Skip navigation links