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