Package com.hellosign.openapi.model
Class SubFormFieldsPerDocumentCheckbox
- java.lang.Object
-
- com.hellosign.openapi.model.SubFormFieldsPerDocumentBase
-
- com.hellosign.openapi.model.SubFormFieldsPerDocumentCheckbox
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class SubFormFieldsPerDocumentCheckbox extends SubFormFieldsPerDocumentBaseThis class extends `SubFormFieldsPerDocumentBase`.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_GROUPstatic java.lang.StringJSON_PROPERTY_IS_CHECKEDstatic java.lang.StringJSON_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 SubFormFieldsPerDocumentCheckbox()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>createFormData()booleanequals(java.lang.Object o)Return true if this SubFormFieldsPerDocumentCheckbox object is equal to o.java.lang.StringgetGroup()String referencing group defined in `form_field_groups` parameter.java.lang.BooleangetIsChecked()`true` for checking the checkbox field by default, otherwise `false`.java.lang.StringgetType()A yes/no checkbox.SubFormFieldsPerDocumentCheckboxgroup(java.lang.String group)inthashCode()SubFormFieldsPerDocumentCheckboxisChecked(java.lang.Boolean isChecked)voidsetGroup(java.lang.String group)voidsetIsChecked(java.lang.Boolean isChecked)voidsetType(java.lang.String type)java.lang.StringtoString()SubFormFieldsPerDocumentCheckboxtype(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_IS_CHECKED
public static final java.lang.String JSON_PROPERTY_IS_CHECKED
- See Also:
- Constant Field Values
-
JSON_PROPERTY_GROUP
public static final java.lang.String JSON_PROPERTY_GROUP
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public SubFormFieldsPerDocumentCheckbox type(java.lang.String type)
- Overrides:
typein classSubFormFieldsPerDocumentBase
-
getType
@Nonnull public java.lang.String getType()
A yes/no checkbox. Use the `SubFormFieldsPerDocumentCheckbox` class.- Overrides:
getTypein classSubFormFieldsPerDocumentBase- Returns:
- type
-
setType
public void setType(java.lang.String type)
- Overrides:
setTypein classSubFormFieldsPerDocumentBase
-
isChecked
public SubFormFieldsPerDocumentCheckbox isChecked(java.lang.Boolean isChecked)
-
getIsChecked
@Nonnull public java.lang.Boolean getIsChecked()
`true` for checking the checkbox field by default, otherwise `false`.- Returns:
- isChecked
-
setIsChecked
public void setIsChecked(java.lang.Boolean isChecked)
-
group
public SubFormFieldsPerDocumentCheckbox group(java.lang.String group)
-
getGroup
@Nullable public java.lang.String getGroup()
String referencing group defined in `form_field_groups` parameter.- Returns:
- group
-
setGroup
public void setGroup(java.lang.String group)
-
equals
public boolean equals(java.lang.Object o)
Return true if this SubFormFieldsPerDocumentCheckbox object is equal to o.- Overrides:
equalsin classSubFormFieldsPerDocumentBase
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSubFormFieldsPerDocumentBase
-
toString
public java.lang.String toString()
- Overrides:
toStringin classSubFormFieldsPerDocumentBase
-
createFormData
public java.util.Map<java.lang.String,java.lang.Object> createFormData() throws ApiException- Overrides:
createFormDatain classSubFormFieldsPerDocumentBase- Throws:
ApiException
-
-