Class FormGroup
java.lang.Object
com.boldsign.model.FormGroup
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class FormGroup
extends Object
FormGroup
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumGets or Sets groupValidation -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddGroupNamesItem(String groupNamesItem) dataSyncTag(String dataSyncTag) booleanstatic FormGroupCreate an instance of FormGroup given an JSON stringGet dataSyncTagGet groupNamesGet groupValidationGet maximumCount minimum: 0 maximum: 2147483647Get minimumCount minimum: 0 maximum: 2147483647groupNames(List<String> groupNames) groupValidation(FormGroup.GroupValidationEnum groupValidation) inthashCode()maximumCount(Integer maximumCount) minimumCount(Integer minimumCount) voidsetDataSyncTag(String dataSyncTag) voidsetGroupNames(List<String> groupNames) voidsetGroupValidation(FormGroup.GroupValidationEnum groupValidation) voidsetMaximumCount(Integer maximumCount) voidsetMinimumCount(Integer minimumCount) toJson()Convert an instance of FormGroup to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_GROUP_NAMES
- See Also:
-
SERIALIZED_NAME_GROUP_VALIDATION
- See Also:
-
SERIALIZED_NAME_MINIMUM_COUNT
- See Also:
-
SERIALIZED_NAME_MAXIMUM_COUNT
- See Also:
-
SERIALIZED_NAME_DATA_SYNC_TAG
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
FormGroup
public FormGroup()
-
-
Method Details
-
groupNames
-
addGroupNamesItem
-
getGroupNames
-
setGroupNames
-
groupValidation
-
getGroupValidation
Get groupValidation- Returns:
- groupValidation
-
setGroupValidation
-
minimumCount
-
getMinimumCount
-
setMinimumCount
-
maximumCount
-
getMaximumCount
-
setMaximumCount
-
dataSyncTag
-
getDataSyncTag
-
setDataSyncTag
-
equals
-
hashCode
-
toString
-
createFormData
- Throws:
ApiException
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to FormGroup
-
fromJson
Create an instance of FormGroup given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FormGroup
- Throws:
IOException- if the JSON string is invalid with respect to FormGroup
-
toJson
-