Package io.voucherify.client.model
Class ManagementProjectsCustomEventSchemasListResponseBody
java.lang.Object
io.voucherify.client.model.ManagementProjectsCustomEventSchemasListResponseBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ManagementProjectsCustomEventSchemasListResponseBody
extends Object
Object containing a list of custom event schemas.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumIdentifies the name of the attribute that contains the array of custom event schema objects.static enumThe type of the object represented by JSON. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreate an instance of ManagementProjectsCustomEventSchemasListResponseBody given an JSON stringgetData()Array of custom event schema objects.Identifies the name of the attribute that contains the array of custom event schema objects.The type of the object represented by JSON.getTotal()The total number of custom event schema objects.inthashCode()voidvoidvoidvoidtoJson()Convert an instance of ManagementProjectsCustomEventSchemasListResponseBody to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_OBJECT
- See Also:
-
SERIALIZED_NAME_DATA_REF
- See Also:
-
SERIALIZED_NAME_DATA
- See Also:
-
SERIALIZED_NAME_TOTAL
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ManagementProjectsCustomEventSchemasListResponseBody
public ManagementProjectsCustomEventSchemasListResponseBody()
-
-
Method Details
-
_object
-
getObject
The type of the object represented by JSON. This object stores information about the custom event schemas in a dictionary.- Returns:
- _object
-
setObject
-
dataRef
-
getDataRef
Identifies the name of the attribute that contains the array of custom event schema objects.- Returns:
- dataRef
-
setDataRef
-
data
-
addDataItem
public ManagementProjectsCustomEventSchemasListResponseBody addDataItem(ManagementProjectsCustomEventSchema dataItem) -
getData
Array of custom event schema objects.- Returns:
- data
-
setData
-
total
-
getTotal
The total number of custom event schema objects.- Returns:
- total
-
setTotal
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
public static ManagementProjectsCustomEventSchemasListResponseBody fromJson(String jsonString) throws IOException Create an instance of ManagementProjectsCustomEventSchemasListResponseBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ManagementProjectsCustomEventSchemasListResponseBody
- Throws:
IOException- if the JSON string is invalid with respect to ManagementProjectsCustomEventSchemasListResponseBody
-
toJson
Convert an instance of ManagementProjectsCustomEventSchemasListResponseBody to an JSON string- Returns:
- JSON string
-