Package com.docusign.esign.model
Class DobInformationInput
- java.lang.Object
-
- com.docusign.esign.model.DobInformationInput
-
- All Implemented Interfaces:
Serializable
public class DobInformationInput extends Object implements Serializable
Complex type containing: * dateOfBirth * displayLevelCode * receiveInResponse.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DobInformationInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DobInformationInput
dateOfBirth(String dateOfBirth)
dateOfBirth.DobInformationInput
displayLevelCode(String displayLevelCode)
displayLevelCode.boolean
equals(Object o)
Compares objects.String
getDateOfBirth()
Specifies the recipient's date, month, and year of birth..String
getDisplayLevelCode()
Specifies the display level for the recipient.String
getReceiveInResponse()
When set to **true**, the information needs to be returned in the response..int
hashCode()
Returns the HashCode.DobInformationInput
receiveInResponse(String receiveInResponse)
receiveInResponse.void
setDateOfBirth(String dateOfBirth)
setDateOfBirth.void
setDisplayLevelCode(String displayLevelCode)
setDisplayLevelCode.void
setReceiveInResponse(String receiveInResponse)
setReceiveInResponse.String
toString()
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.
-
-