Package com.hellosign.openapi.model
Class SignatureRequestResponseDataValueDropdown
- java.lang.Object
-
- com.hellosign.openapi.model.SignatureRequestResponseDataBase
-
- com.hellosign.openapi.model.SignatureRequestResponseDataValueDropdown
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class SignatureRequestResponseDataValueDropdown extends SignatureRequestResponseDataBase
SignatureRequestResponseDataValueDropdown
-
-
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.SignatureRequestResponseDataBase
JSON_PROPERTY_API_ID, JSON_PROPERTY_NAME, JSON_PROPERTY_REQUIRED, JSON_PROPERTY_SIGNATURE_ID
-
-
Constructor Summary
Constructors Constructor Description SignatureRequestResponseDataValueDropdown()
-
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 SignatureRequestResponseDataValueDropdown object is equal to o.java.lang.String
getType()
An input field for dropdownsjava.lang.String
getValue()
The value of the form field.int
hashCode()
void
setType(java.lang.String type)
void
setValue(java.lang.String value)
java.lang.String
toString()
SignatureRequestResponseDataValueDropdown
type(java.lang.String type)
SignatureRequestResponseDataValueDropdown
value(java.lang.String value)
-
Methods inherited from class com.hellosign.openapi.model.SignatureRequestResponseDataBase
apiId, getApiId, getName, getRequired, getSignatureId, name, required, setApiId, setName, setRequired, setSignatureId, signatureId
-
-
-
-
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 SignatureRequestResponseDataValueDropdown type(java.lang.String type)
- Overrides:
type
in classSignatureRequestResponseDataBase
-
getType
@Nullable public java.lang.String getType()
An input field for dropdowns- Overrides:
getType
in classSignatureRequestResponseDataBase
- Returns:
- type
-
setType
public void setType(java.lang.String type)
- Overrides:
setType
in classSignatureRequestResponseDataBase
-
value
public SignatureRequestResponseDataValueDropdown value(java.lang.String value)
-
getValue
@Nullable public java.lang.String getValue()
The value of the form field.- Returns:
- value
-
setValue
public void setValue(java.lang.String value)
-
equals
public boolean equals(java.lang.Object o)
Return true if this SignatureRequestResponseDataValueDropdown object is equal to o.- Overrides:
equals
in classSignatureRequestResponseDataBase
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classSignatureRequestResponseDataBase
-
toString
public java.lang.String toString()
- Overrides:
toString
in classSignatureRequestResponseDataBase
-
createFormData
public java.util.Map<java.lang.String,java.lang.Object> createFormData() throws ApiException
- Overrides:
createFormData
in classSignatureRequestResponseDataBase
- Throws:
ApiException
-
-