Class ExistingFormField
java.lang.Object
com.boldsign.model.ExistingFormField
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class ExistingFormField
extends Object
ExistingFormField
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ExistingFormFieldCreate an instance of ExistingFormField given an JSON stringgetId()Get idgetIndex()Get indexGet isReadOnlygetName()Deprecated.getValue()Get valueinthashCode()isReadOnly(Boolean isReadOnly) Deprecated.voidvoidvoidsetIsReadOnly(Boolean isReadOnly) voidDeprecated.voidtoJson()Convert an instance of ExistingFormField 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_INDEX
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_VALUE
- See Also:
-
SERIALIZED_NAME_IS_READ_ONLY
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ExistingFormField
public ExistingFormField()
-
-
Method Details
-
index
-
getIndex
-
setIndex
-
name
Deprecated. -
getName
-
setName
Deprecated. -
id
-
getId
-
setId
-
value
-
getValue
-
setValue
-
isReadOnly
-
getIsReadOnly
-
setIsReadOnly
-
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 ExistingFormField
-
fromJson
Create an instance of ExistingFormField given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ExistingFormField
- Throws:
IOException- if the JSON string is invalid with respect to ExistingFormField
-
toJson
Convert an instance of ExistingFormField to an JSON string- Returns:
- JSON string
-