|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silanis.esl.sdk.builder.SignerInformationForEquifaxCanadaBuilder
public class SignerInformationForEquifaxCanadaBuilder
Created by schoi on 9/8/14.
Constructor Summary | |
---|---|
SignerInformationForEquifaxCanadaBuilder()
|
Method Summary | |
---|---|
SignerInformationForEquifaxCanada |
build()
Builds the actual signer object. |
static SignerInformationForEquifaxCanadaBuilder |
newSignerInformationForEquifaxCanada()
Creates a SignerInformationBuilderForEquifaxCanada object. |
SignerInformationForEquifaxCanadaBuilder |
withCity(String city)
Sets the signer's city in KBA information. |
SignerInformationForEquifaxCanadaBuilder |
withDateOfBirth(Date dateOfBirth)
Sets the signer's date of birth in KBA information. |
SignerInformationForEquifaxCanadaBuilder |
withDriversLicenseNumber(String driversLicenseNumber)
Sets the signer's driver's license in KBA information. |
SignerInformationForEquifaxCanadaBuilder |
withFirstName(String firstName)
Sets the signer's first name in KBA information. |
SignerInformationForEquifaxCanadaBuilder |
withHomePhoneNumber(String homePhoneNumber)
Sets the signer's home phone number in KBA information. |
SignerInformationForEquifaxCanadaBuilder |
withLastName(String lastName)
Sets the signer's last name in KBA information. |
SignerInformationForEquifaxCanadaBuilder |
withPostalCode(String postalCode)
Sets the signer's postalCode in KBA information. |
SignerInformationForEquifaxCanadaBuilder |
withProvince(String province)
Sets the signer's province in KBA information. |
SignerInformationForEquifaxCanadaBuilder |
withSocialInsuranceNumber(String socialInsuranceNumber)
Sets the signer's SIN number in KBA information. |
SignerInformationForEquifaxCanadaBuilder |
withStreetAddress(String streetAddress)
Sets the signer's streetAddress in KBA information. |
SignerInformationForEquifaxCanadaBuilder |
withTimeAtAddress(Integer timeAtAddress)
Sets the signer's time at streetAddress in KBA information. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SignerInformationForEquifaxCanadaBuilder()
Method Detail |
---|
public static SignerInformationForEquifaxCanadaBuilder newSignerInformationForEquifaxCanada()
Creates a SignerInformationBuilderForEquifaxCanada object.
public SignerInformationForEquifaxCanadaBuilder withFirstName(String firstName)
Sets the signer's first name in KBA information.
firstName
- the signer's first name
public SignerInformationForEquifaxCanadaBuilder withLastName(String lastName)
Sets the signer's last name in KBA information.
lastName
- the signer's last name
public SignerInformationForEquifaxCanadaBuilder withStreetAddress(String streetAddress)
Sets the signer's streetAddress in KBA information.
streetAddress
- the signer's streetAddress
public SignerInformationForEquifaxCanadaBuilder withCity(String city)
Sets the signer's city in KBA information.
city
- the signer's city
public SignerInformationForEquifaxCanadaBuilder withPostalCode(String postalCode)
Sets the signer's postalCode in KBA information.
postalCode
- the signer's postalCode
public SignerInformationForEquifaxCanadaBuilder withProvince(String province)
Sets the signer's province in KBA information.
province
- the signer's province
public SignerInformationForEquifaxCanadaBuilder withTimeAtAddress(Integer timeAtAddress)
Sets the signer's time at streetAddress in KBA information.
timeAtAddress
- the signer's time at streetAddress
public SignerInformationForEquifaxCanadaBuilder withDateOfBirth(Date dateOfBirth)
Sets the signer's date of birth in KBA information.
dateOfBirth
- the signer's date of birth
public SignerInformationForEquifaxCanadaBuilder withDriversLicenseNumber(String driversLicenseNumber)
Sets the signer's driver's license in KBA information.
driversLicenseNumber
- the signer's driver's license
public SignerInformationForEquifaxCanadaBuilder withSocialInsuranceNumber(String socialInsuranceNumber)
Sets the signer's SIN number in KBA information.
socialInsuranceNumber
- the signer's SIN number
public SignerInformationForEquifaxCanadaBuilder withHomePhoneNumber(String homePhoneNumber)
Sets the signer's home phone number in KBA information.
homePhoneNumber
- the signer's home phone number
public SignerInformationForEquifaxCanada build()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |