Package io.voucherify.client.model
Class ManagementProjectsCustomEventSchemasUpdateRequestBody
java.lang.Object
io.voucherify.client.model.ManagementProjectsCustomEventSchemasUpdateRequestBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ManagementProjectsCustomEventSchemasUpdateRequestBody
extends Object
Request body schema for **POST** `/management/v1/projects/{projectId}/custom-event-schema/{customEventSchemaId}`.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SERIALIZED_NAME_SCHEMA
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ManagementProjectsCustomEventSchemasUpdateRequestBody
public ManagementProjectsCustomEventSchemasUpdateRequestBody()
-
-
Method Details
-
schema
-
getSchema
Get schema- Returns:
- schema
-
setSchema
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
public static ManagementProjectsCustomEventSchemasUpdateRequestBody fromJson(String jsonString) throws IOException Create an instance of ManagementProjectsCustomEventSchemasUpdateRequestBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ManagementProjectsCustomEventSchemasUpdateRequestBody
- Throws:
IOException- if the JSON string is invalid with respect to ManagementProjectsCustomEventSchemasUpdateRequestBody
-
toJson
Convert an instance of ManagementProjectsCustomEventSchemasUpdateRequestBody to an JSON string- Returns:
- JSON string
-