| Constructor and Description |
|---|
Builder(BlockscoreApiClient client) |
| Modifier and Type | Method and Description |
|---|---|
Company |
create()
Creates a new
Company. |
Company.Builder |
setAddress(Address address)
Sets the company's address.
|
Company.Builder |
setDbas(java.lang.String dbas)
Sets the "doing business as" names for the company.
|
Company.Builder |
setEmail(java.lang.String email)
Sets the email for this entity.
|
Company.Builder |
setEntityName(java.lang.String entityName)
Name of entity.
|
Company.Builder |
setIncorporationCountryCode(java.lang.String incorporationCountryCode)
Sets the incorporation country code.
|
Company.Builder |
setIncorporationDate(java.util.Date incorporationDate)
Sets the incorporation date.
|
Company.Builder |
setIncorporationState(java.lang.String incorporationState)
Sets the incorporation state.
|
Company.Builder |
setIncorporationType(CorporationType incorporationType)
Sets the incorporation type.
|
Company.Builder |
setIpAddress(java.lang.String ipAddress)
Sets a company's IP address.
|
Company.Builder |
setNote(java.lang.String note)
Store additional information about the candidate here such as your internal system's identifier
for this individual.
|
Company.Builder |
setPhoneNumber(java.lang.String phoneNumber)
Sets a company's phone number.
|
Company.Builder |
setRegistrationNumber(java.lang.String registrationNumber)
Sets the registration number for this entity.
|
Company.Builder |
setTaxId(java.lang.String taxId)
Sets the Tax ID for this entity.
|
Company.Builder |
setUrl(java.lang.String url)
Sets the URL for this business.
|
public Builder(BlockscoreApiClient client)
@NotNull public Company.Builder setEntityName(@NotNull java.lang.String entityName)
entityName - Name@NotNull public Company.Builder setTaxId(@NotNull java.lang.String taxId)
taxId - the tax ID for the company@NotNull public Company.Builder setIncorporationState(@Nullable java.lang.String incorporationState)
incorporationState - the incorporation state@NotNull public Company.Builder setIncorporationCountryCode(@NotNull java.lang.String incorporationCountryCode)
incorporationCountryCode - the country codepublic Company.Builder setIncorporationType(@NotNull CorporationType incorporationType)
incorporationType - the corporation type@NotNull public Company.Builder setIncorporationDate(@Nullable java.util.Date incorporationDate)
incorporationDate - the incorporation datepublic Company.Builder setDbas(@Nullable java.lang.String dbas)
dbas - the doing business as namespublic Company.Builder setRegistrationNumber(@Nullable java.lang.String registrationNumber)
registrationNumber - the registration numberpublic Company.Builder setEmail(@Nullable java.lang.String email)
email - the email addresspublic Company.Builder setUrl(@Nullable java.lang.String url)
url - the URL@NotNull public Company.Builder setPhoneNumber(@Nullable java.lang.String phoneNumber)
phoneNumber - the phone number@NotNull public Company.Builder setIpAddress(@Nullable java.lang.String ipAddress)
ipAddress - the IP address@NotNull public Company.Builder setNote(@Nullable java.lang.String note)
note - the additional informationpublic Company.Builder setAddress(@NotNull Address address)
address - the address