Package com.docusign.esign.model
Class AddressInformationInput
- java.lang.Object
-
- com.docusign.esign.model.AddressInformationInput
-
public class AddressInformationInput extends java.lang.ObjectContains 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(java.lang.String displayLevelCode)displayLevelCode.booleanequals(java.lang.Object o)Compares objects.AddressInformationgetAddressInformation()Get addressInformation.java.lang.StringgetDisplayLevelCode()Specifies the display level for the recipient.java.lang.StringgetReceiveInResponse()When set to **true**, the information needs to be returned in the response..inthashCode()Returns the HashCode.AddressInformationInputreceiveInResponse(java.lang.String receiveInResponse)receiveInResponse.voidsetAddressInformation(AddressInformation addressInformation)setAddressInformation.voidsetDisplayLevelCode(java.lang.String displayLevelCode)setDisplayLevelCode.voidsetReceiveInResponse(java.lang.String receiveInResponse)setReceiveInResponse.java.lang.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(java.lang.String displayLevelCode)
displayLevelCode.- Returns:
- AddressInformationInput
-
getDisplayLevelCode
public java.lang.String getDisplayLevelCode()
Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay.- Returns:
- displayLevelCode
-
setDisplayLevelCode
public void setDisplayLevelCode(java.lang.String displayLevelCode)
setDisplayLevelCode.
-
receiveInResponse
public AddressInformationInput receiveInResponse(java.lang.String receiveInResponse)
receiveInResponse.- Returns:
- AddressInformationInput
-
getReceiveInResponse
public java.lang.String getReceiveInResponse()
When set to **true**, the information needs to be returned in the response..- Returns:
- receiveInResponse
-
setReceiveInResponse
public void setReceiveInResponse(java.lang.String receiveInResponse)
setReceiveInResponse.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-