Package com.docusign.esign.model
Class DobInformationInput
- java.lang.Object
-
- com.docusign.esign.model.DobInformationInput
-
public class DobInformationInput extends java.lang.ObjectComplex type containing: * dateOfBirth * displayLevelCode * receiveInResponse.
-
-
Constructor Summary
Constructors Constructor Description DobInformationInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DobInformationInputdateOfBirth(java.lang.String dateOfBirth)dateOfBirth.DobInformationInputdisplayLevelCode(java.lang.String displayLevelCode)displayLevelCode.booleanequals(java.lang.Object o)Compares objects.java.lang.StringgetDateOfBirth()Specifies the recipient's date, month, and year of birth..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.DobInformationInputreceiveInResponse(java.lang.String receiveInResponse)receiveInResponse.voidsetDateOfBirth(java.lang.String dateOfBirth)setDateOfBirth.voidsetDisplayLevelCode(java.lang.String displayLevelCode)setDisplayLevelCode.voidsetReceiveInResponse(java.lang.String receiveInResponse)setReceiveInResponse.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
dateOfBirth
public DobInformationInput dateOfBirth(java.lang.String dateOfBirth)
dateOfBirth.- Returns:
- DobInformationInput
-
getDateOfBirth
public java.lang.String getDateOfBirth()
Specifies the recipient's date, month, and year of birth..- Returns:
- dateOfBirth
-
setDateOfBirth
public void setDateOfBirth(java.lang.String dateOfBirth)
setDateOfBirth.
-
displayLevelCode
public DobInformationInput displayLevelCode(java.lang.String displayLevelCode)
displayLevelCode.- Returns:
- DobInformationInput
-
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 DobInformationInput receiveInResponse(java.lang.String receiveInResponse)
receiveInResponse.- Returns:
- DobInformationInput
-
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
-
-