Package com.hellosign.openapi.model
Class SignatureRequestResponseCustomFieldCheckbox
- java.lang.Object
-
- com.hellosign.openapi.model.SignatureRequestResponseCustomFieldBase
-
- com.hellosign.openapi.model.SignatureRequestResponseCustomFieldCheckbox
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class SignatureRequestResponseCustomFieldCheckbox extends SignatureRequestResponseCustomFieldBase
This class extends `SignatureRequestResponseCustomFieldBase`.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
JSON_PROPERTY_TYPE
static java.lang.String
JSON_PROPERTY_VALUE
-
Fields inherited from class com.hellosign.openapi.model.SignatureRequestResponseCustomFieldBase
JSON_PROPERTY_API_ID, JSON_PROPERTY_EDITOR, JSON_PROPERTY_NAME, JSON_PROPERTY_REQUIRED
-
-
Constructor Summary
Constructors Constructor Description SignatureRequestResponseCustomFieldCheckbox()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
createFormData()
boolean
equals(java.lang.Object o)
Return true if this SignatureRequestResponseCustomFieldCheckbox object is equal to o.java.lang.String
getType()
The type of this Custom Field.java.lang.Boolean
getValue()
A true/false for checkbox fieldsint
hashCode()
void
setType(java.lang.String type)
void
setValue(java.lang.Boolean value)
java.lang.String
toString()
SignatureRequestResponseCustomFieldCheckbox
type(java.lang.String type)
SignatureRequestResponseCustomFieldCheckbox
value(java.lang.Boolean value)
-
Methods inherited from class com.hellosign.openapi.model.SignatureRequestResponseCustomFieldBase
apiId, editor, getApiId, getEditor, getName, getRequired, name, required, setApiId, setEditor, setName, setRequired
-
-
-
-
Field Detail
-
JSON_PROPERTY_TYPE
public static final java.lang.String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_VALUE
public static final java.lang.String JSON_PROPERTY_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public SignatureRequestResponseCustomFieldCheckbox type(java.lang.String type)
- Overrides:
type
in classSignatureRequestResponseCustomFieldBase
-
getType
@Nonnull public java.lang.String getType()
The type of this Custom Field. Only 'text' and 'checkbox' are currently supported.- Overrides:
getType
in classSignatureRequestResponseCustomFieldBase
- Returns:
- type
-
setType
public void setType(java.lang.String type)
- Overrides:
setType
in classSignatureRequestResponseCustomFieldBase
-
value
public SignatureRequestResponseCustomFieldCheckbox value(java.lang.Boolean value)
-
getValue
@Nullable public java.lang.Boolean getValue()
A true/false for checkbox fields- Returns:
- value
-
setValue
public void setValue(java.lang.Boolean value)
-
equals
public boolean equals(java.lang.Object o)
Return true if this SignatureRequestResponseCustomFieldCheckbox object is equal to o.- Overrides:
equals
in classSignatureRequestResponseCustomFieldBase
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classSignatureRequestResponseCustomFieldBase
-
toString
public java.lang.String toString()
- Overrides:
toString
in classSignatureRequestResponseCustomFieldBase
-
createFormData
public java.util.Map<java.lang.String,java.lang.Object> createFormData() throws ApiException
- Overrides:
createFormData
in classSignatureRequestResponseCustomFieldBase
- Throws:
ApiException
-
-