Package com.docusign.esign.model
Class AddressInformationInput
- java.lang.Object
-
- com.docusign.esign.model.AddressInformationInput
-
public class AddressInformationInput extends Object
Contains address input information..
-
-
Constructor Summary
Constructors Constructor Description AddressInformationInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressInformationInputaddressInformation(AddressInformation addressInformation)addressInformation.AddressInformationInputdisplayLevelCode(String displayLevelCode)displayLevelCode.booleanequals(Object o)Compares objects.AddressInformationgetAddressInformation()A complex type that contains the following information for the new account: `address1`, `address2`, `city`, `country`, `fax`, `phone`, `postalCode` and `stateOrProvince`.StringgetDisplayLevelCode()Specifies the display level for the recipient.StringgetReceiveInResponse()When set to **true**, the information needs to be returned in the response..inthashCode()Returns the HashCode.AddressInformationInputreceiveInResponse(String receiveInResponse)receiveInResponse.voidsetAddressInformation(AddressInformation addressInformation)setAddressInformation.voidsetDisplayLevelCode(String displayLevelCode)setDisplayLevelCode.voidsetReceiveInResponse(String receiveInResponse)setReceiveInResponse.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
addressInformation
public AddressInformationInput addressInformation(AddressInformation addressInformation)
addressInformation.- Returns:
- AddressInformationInput
-
getAddressInformation
public AddressInformation getAddressInformation()
A complex type that contains the following information for the new account: `address1`, `address2`, `city`, `country`, `fax`, `phone`, `postalCode` and `stateOrProvince`. The maximum characters for the strings are: * `address1`, `address2`, `city`, `country` and `stateOrProvince`: 100 characters * `postalCode`, `phone`, and `fax`: 20 characters **Note:** If country is US (United States), `stateOrProvince` codes are validated. Otherwise, `stateOrProvince` is treated as a non-validated string used to specify a state, province, or region..- Returns:
- addressInformation
-
setAddressInformation
public void setAddressInformation(AddressInformation addressInformation)
setAddressInformation.
-
displayLevelCode
public AddressInformationInput displayLevelCode(String displayLevelCode)
displayLevelCode.- Returns:
- AddressInformationInput
-
getDisplayLevelCode
public String getDisplayLevelCode()
Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay.- Returns:
- displayLevelCode
-
setDisplayLevelCode
public void setDisplayLevelCode(String displayLevelCode)
setDisplayLevelCode.
-
receiveInResponse
public AddressInformationInput receiveInResponse(String receiveInResponse)
receiveInResponse.- Returns:
- AddressInformationInput
-
getReceiveInResponse
public String getReceiveInResponse()
When set to **true**, the information needs to be returned in the response..- Returns:
- receiveInResponse
-
setReceiveInResponse
public void setReceiveInResponse(String receiveInResponse)
setReceiveInResponse.
-
equals
public boolean equals(Object o)
Compares objects.
-
-