Package com.hellosign.openapi.model
Class SubFormFieldsPerDocumentDropdown
- java.lang.Object
-
- com.hellosign.openapi.model.SubFormFieldsPerDocumentBase
-
- com.hellosign.openapi.model.SubFormFieldsPerDocumentDropdown
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class SubFormFieldsPerDocumentDropdown extends SubFormFieldsPerDocumentBase
This class extends `SubFormFieldsPerDocumentBase`.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
JSON_PROPERTY_CONTENT
static java.lang.String
JSON_PROPERTY_OPTIONS
static java.lang.String
JSON_PROPERTY_TYPE
-
Fields inherited from class com.hellosign.openapi.model.SubFormFieldsPerDocumentBase
JSON_PROPERTY_API_ID, JSON_PROPERTY_DOCUMENT_INDEX, JSON_PROPERTY_HEIGHT, JSON_PROPERTY_NAME, JSON_PROPERTY_PAGE, JSON_PROPERTY_REQUIRED, JSON_PROPERTY_SIGNER, JSON_PROPERTY_WIDTH, JSON_PROPERTY_X, JSON_PROPERTY_Y
-
-
Constructor Summary
Constructors Constructor Description SubFormFieldsPerDocumentDropdown()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubFormFieldsPerDocumentDropdown
addOptionsItem(java.lang.String optionsItem)
SubFormFieldsPerDocumentDropdown
content(java.lang.String content)
java.util.Map<java.lang.String,java.lang.Object>
createFormData()
boolean
equals(java.lang.Object o)
Return true if this SubFormFieldsPerDocumentDropdown object is equal to o.java.lang.String
getContent()
Selected value in `options` array.java.util.List<java.lang.String>
getOptions()
Array of string values representing dropdown values.java.lang.String
getType()
An input field for dropdowns.int
hashCode()
SubFormFieldsPerDocumentDropdown
options(java.util.List<java.lang.String> options)
void
setContent(java.lang.String content)
void
setOptions(java.util.List<java.lang.String> options)
void
setType(java.lang.String type)
java.lang.String
toString()
SubFormFieldsPerDocumentDropdown
type(java.lang.String type)
-
Methods inherited from class com.hellosign.openapi.model.SubFormFieldsPerDocumentBase
apiId, documentIndex, getApiId, getDocumentIndex, getHeight, getName, getPage, getRequired, getSigner, getWidth, getX, getY, height, name, page, required, setApiId, setDocumentIndex, setHeight, setName, setPage, setRequired, setSigner, setWidth, setX, setY, signer, width, x, y
-
-
-
-
Field Detail
-
JSON_PROPERTY_TYPE
public static final java.lang.String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_OPTIONS
public static final java.lang.String JSON_PROPERTY_OPTIONS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CONTENT
public static final java.lang.String JSON_PROPERTY_CONTENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public SubFormFieldsPerDocumentDropdown type(java.lang.String type)
- Overrides:
type
in classSubFormFieldsPerDocumentBase
-
getType
@Nonnull public java.lang.String getType()
An input field for dropdowns. Use the `SubFormFieldsPerDocumentDropdown` class.- Overrides:
getType
in classSubFormFieldsPerDocumentBase
- Returns:
- type
-
setType
public void setType(java.lang.String type)
- Overrides:
setType
in classSubFormFieldsPerDocumentBase
-
options
public SubFormFieldsPerDocumentDropdown options(java.util.List<java.lang.String> options)
-
addOptionsItem
public SubFormFieldsPerDocumentDropdown addOptionsItem(java.lang.String optionsItem)
-
getOptions
@Nonnull public java.util.List<java.lang.String> getOptions()
Array of string values representing dropdown values.- Returns:
- options
-
setOptions
public void setOptions(java.util.List<java.lang.String> options)
-
content
public SubFormFieldsPerDocumentDropdown content(java.lang.String content)
-
getContent
@Nullable public java.lang.String getContent()
Selected value in `options` array. Value must exist in array.- Returns:
- content
-
setContent
public void setContent(java.lang.String content)
-
equals
public boolean equals(java.lang.Object o)
Return true if this SubFormFieldsPerDocumentDropdown object is equal to o.- Overrides:
equals
in classSubFormFieldsPerDocumentBase
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classSubFormFieldsPerDocumentBase
-
toString
public java.lang.String toString()
- Overrides:
toString
in classSubFormFieldsPerDocumentBase
-
createFormData
public java.util.Map<java.lang.String,java.lang.Object> createFormData() throws ApiException
- Overrides:
createFormData
in classSubFormFieldsPerDocumentBase
- Throws:
ApiException
-
-