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()Get addressInformation.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()
Get addressInformation.- 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.
-
-