Class BrandCustomFieldDetails
java.lang.Object
com.boldsign.model.BrandCustomFieldDetails
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class BrandCustomFieldDetails
extends Object
BrandCustomFieldDetails
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfieldDescription(String fieldDescription) fieldOrder(Integer fieldOrder) formField(CustomFormField formField) static BrandCustomFieldDetailsCreate an instance of BrandCustomFieldDetails given an JSON stringGet brandIdGet fieldDescriptionGet fieldNameGet fieldOrderGet formFieldGet sharedFieldinthashCode()voidsetBrandId(String brandId) voidsetFieldDescription(String fieldDescription) voidsetFieldName(String fieldName) voidsetFieldOrder(Integer fieldOrder) voidsetFormField(CustomFormField formField) voidsetSharedField(Boolean sharedField) sharedField(Boolean sharedField) toJson()Convert an instance of BrandCustomFieldDetails 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_FIELD_NAME
- See Also:
-
SERIALIZED_NAME_FIELD_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_FIELD_ORDER
- See Also:
-
SERIALIZED_NAME_BRAND_ID
- See Also:
-
SERIALIZED_NAME_SHARED_FIELD
- See Also:
-
SERIALIZED_NAME_FORM_FIELD
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
BrandCustomFieldDetails
public BrandCustomFieldDetails()
-
-
Method Details
-
fieldName
-
getFieldName
-
setFieldName
-
fieldDescription
-
getFieldDescription
-
setFieldDescription
-
fieldOrder
-
getFieldOrder
-
setFieldOrder
-
brandId
-
getBrandId
-
setBrandId
-
formField
-
getFormField
-
setFormField
-
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 BrandCustomFieldDetails
-
fromJson
Create an instance of BrandCustomFieldDetails given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of BrandCustomFieldDetails
- Throws:
IOException- if the JSON string is invalid with respect to BrandCustomFieldDetails
-
toJson
Convert an instance of BrandCustomFieldDetails to an JSON string- Returns:
- JSON string
-