Package io.voucherify.client.model
Class MetadataSchemasListResponseBody
java.lang.Object
io.voucherify.client.model.MetadataSchemasListResponseBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class MetadataSchemasListResponseBody
extends Object
Object containing a list of metadata schemas.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumIdentifies the name of the attribute that contains the array of metadata schema objects.static enumThe type of the object represented by JSON. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSchemasItem(MetadataSchemaDeprecated schemasItem) booleanCreate an instance of MetadataSchemasListResponseBody given an JSON stringIdentifies the name of the attribute that contains the array of metadata schema objects.The type of the object represented by JSON.Array of metadata schema objects.getTotal()The total number of metadata schema objects.inthashCode()schemas(List<MetadataSchemaDeprecated> schemas) voidvoidvoidsetSchemas(List<MetadataSchemaDeprecated> schemas) voidtoJson()Convert an instance of MetadataSchemasListResponseBody to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_OBJECT
- See Also:
-
SERIALIZED_NAME_DATA_REF
- See Also:
-
SERIALIZED_NAME_SCHEMAS
- See Also:
-
SERIALIZED_NAME_TOTAL
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
MetadataSchemasListResponseBody
public MetadataSchemasListResponseBody()
-
-
Method Details
-
_object
-
getObject
The type of the object represented by JSON. This object stores information about the metadata schemas in a dictionary.- Returns:
- _object
-
setObject
-
dataRef
-
getDataRef
Identifies the name of the attribute that contains the array of metadata schema objects.- Returns:
- dataRef
-
setDataRef
-
schemas
-
addSchemasItem
-
getSchemas
Array of metadata schema objects. The metadata schemas are listed by related object properties.- Returns:
- schemas
-
setSchemas
-
total
-
getTotal
The total number of metadata schema objects.- Returns:
- total
-
setTotal
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
Create an instance of MetadataSchemasListResponseBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of MetadataSchemasListResponseBody
- Throws:
IOException- if the JSON string is invalid with respect to MetadataSchemasListResponseBody
-
toJson
Convert an instance of MetadataSchemasListResponseBody to an JSON string- Returns:
- JSON string
-