Package com.docusign.esign.model
Class TextCustomField
- java.lang.Object
-
- com.docusign.esign.model.TextCustomField
-
public class TextCustomField extends java.lang.ObjectTextCustomField.
-
-
Constructor Summary
Constructors Constructor Description TextCustomField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextCustomFieldconfigurationType(java.lang.String configurationType)configurationType.booleanequals(java.lang.Object o)Compares objects.TextCustomFielderrorDetails(ErrorDetails errorDetails)errorDetails.TextCustomFieldfieldId(java.lang.String fieldId)fieldId.java.lang.StringgetConfigurationType()If merge field's are being used, specifies the type of the merge field.ErrorDetailsgetErrorDetails()Get errorDetails.java.lang.StringgetFieldId()An ID used to specify a custom field..java.lang.StringgetName()The name of the custom field..java.lang.StringgetRequired()When set to **true**, the signer is required to fill out this tab.java.lang.StringgetShow()A boolean indicating if the value should be displayed..java.lang.StringgetValue()The value of the custom field..inthashCode()Returns the HashCode.TextCustomFieldname(java.lang.String name)name.TextCustomFieldrequired(java.lang.String required)required.voidsetConfigurationType(java.lang.String configurationType)setConfigurationType.voidsetErrorDetails(ErrorDetails errorDetails)setErrorDetails.voidsetFieldId(java.lang.String fieldId)setFieldId.voidsetName(java.lang.String name)setName.voidsetRequired(java.lang.String required)setRequired.voidsetShow(java.lang.String show)setShow.voidsetValue(java.lang.String value)setValue.TextCustomFieldshow(java.lang.String show)show.java.lang.StringtoString()Converts the given object to string.TextCustomFieldvalue(java.lang.String value)value.
-
-
-
Method Detail
-
configurationType
public TextCustomField configurationType(java.lang.String configurationType)
configurationType.- Returns:
- TextCustomField
-
getConfigurationType
public java.lang.String getConfigurationType()
If merge field's are being used, specifies the type of the merge field. The only supported value is **salesforce**..- Returns:
- configurationType
-
setConfigurationType
public void setConfigurationType(java.lang.String configurationType)
setConfigurationType.
-
errorDetails
public TextCustomField errorDetails(ErrorDetails errorDetails)
errorDetails.- Returns:
- TextCustomField
-
getErrorDetails
public ErrorDetails getErrorDetails()
Get errorDetails.- Returns:
- errorDetails
-
setErrorDetails
public void setErrorDetails(ErrorDetails errorDetails)
setErrorDetails.
-
fieldId
public TextCustomField fieldId(java.lang.String fieldId)
fieldId.- Returns:
- TextCustomField
-
getFieldId
public java.lang.String getFieldId()
An ID used to specify a custom field..- Returns:
- fieldId
-
setFieldId
public void setFieldId(java.lang.String fieldId)
setFieldId.
-
name
public TextCustomField name(java.lang.String name)
name.- Returns:
- TextCustomField
-
getName
public java.lang.String getName()
The name of the custom field..- Returns:
- name
-
setName
public void setName(java.lang.String name)
setName.
-
required
public TextCustomField required(java.lang.String required)
required.- Returns:
- TextCustomField
-
getRequired
public java.lang.String getRequired()
When set to **true**, the signer is required to fill out this tab.- Returns:
- required
-
setRequired
public void setRequired(java.lang.String required)
setRequired.
-
show
public TextCustomField show(java.lang.String show)
show.- Returns:
- TextCustomField
-
getShow
public java.lang.String getShow()
A boolean indicating if the value should be displayed..- Returns:
- show
-
setShow
public void setShow(java.lang.String show)
setShow.
-
value
public TextCustomField value(java.lang.String value)
value.- Returns:
- TextCustomField
-
getValue
public java.lang.String getValue()
The value of the custom field..- Returns:
- value
-
setValue
public void setValue(java.lang.String value)
setValue.
-
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
-
-