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