Class CustomFieldCollection
java.lang.Object
com.boldsign.model.CustomFieldCollection
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class CustomFieldCollection
extends Object
CustomFieldCollection
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddResultItem(ViewCustomFieldDetails resultItem) booleanstatic CustomFieldCollectionCreate an instance of CustomFieldCollection given an JSON stringGet resultinthashCode()result(List<ViewCustomFieldDetails> result) voidsetResult(List<ViewCustomFieldDetails> result) toJson()Convert an instance of CustomFieldCollection 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_RESULT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CustomFieldCollection
public CustomFieldCollection()
-
-
Method Details
-
result
-
addResultItem
-
getResult
-
setResult
-
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 CustomFieldCollection
-
fromJson
Create an instance of CustomFieldCollection given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CustomFieldCollection
- Throws:
IOException- if the JSON string is invalid with respect to CustomFieldCollection
-
toJson
Convert an instance of CustomFieldCollection to an JSON string- Returns:
- JSON string
-