Class PrefillFieldRequest
java.lang.Object
com.boldsign.model.PrefillFieldRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class PrefillFieldRequest
extends Object
PrefillFieldRequest
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFieldsItem(PrefillField fieldsItem) booleanfields(List<PrefillField> fields) static PrefillFieldRequestCreate an instance of PrefillFieldRequest given an JSON stringGet fieldsGet onBehalfOfinthashCode()onBehalfOf(String onBehalfOf) voidsetFields(List<PrefillField> fields) voidsetOnBehalfOf(String onBehalfOf) toJson()Convert an instance of PrefillFieldRequest 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_FIELDS
- See Also:
-
SERIALIZED_NAME_ON_BEHALF_OF
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
PrefillFieldRequest
public PrefillFieldRequest()
-
-
Method Details
-
fields
-
addFieldsItem
-
getFields
-
setFields
-
onBehalfOf
-
getOnBehalfOf
-
setOnBehalfOf
-
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 PrefillFieldRequest
-
fromJson
Create an instance of PrefillFieldRequest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of PrefillFieldRequest
- Throws:
IOException- if the JSON string is invalid with respect to PrefillFieldRequest
-
toJson
Convert an instance of PrefillFieldRequest to an JSON string- Returns:
- JSON string
-