Package io.voucherify.client.model
Class ManagementProjectsBrandingCreateRequestBody
java.lang.Object
io.voucherify.client.model.ManagementProjectsBrandingCreateRequestBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ManagementProjectsBrandingCreateRequestBody
extends Object
Request body schema for **POST** `/management/v1/projects/{projectId}/branding`.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreate an instance of ManagementProjectsBrandingCreateRequestBody given an JSON stringGet addressgetBrand()Get brandGet cockpitsGet contactinthashCode()voidvoidvoidvoidtoJson()Convert an instance of ManagementProjectsBrandingCreateRequestBody to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_BRAND
- See Also:
-
SERIALIZED_NAME_ADDRESS
- See Also:
-
SERIALIZED_NAME_CONTACT
- See Also:
-
SERIALIZED_NAME_COCKPITS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ManagementProjectsBrandingCreateRequestBody
public ManagementProjectsBrandingCreateRequestBody()
-
-
Method Details
-
brand
-
getBrand
Get brand- Returns:
- brand
-
setBrand
-
address
public ManagementProjectsBrandingCreateRequestBody address(ManagementProjectsBrandingCreateRequestBodyAddress address) -
getAddress
Get address- Returns:
- address
-
setAddress
-
contact
public ManagementProjectsBrandingCreateRequestBody contact(ManagementProjectsBrandingCreateRequestBodyContact contact) -
getContact
Get contact- Returns:
- contact
-
setContact
-
cockpits
public ManagementProjectsBrandingCreateRequestBody cockpits(ManagementProjectsBrandingCreateRequestBodyCockpits cockpits) -
getCockpits
Get cockpits- Returns:
- cockpits
-
setCockpits
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
public static ManagementProjectsBrandingCreateRequestBody fromJson(String jsonString) throws IOException Create an instance of ManagementProjectsBrandingCreateRequestBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ManagementProjectsBrandingCreateRequestBody
- Throws:
IOException- if the JSON string is invalid with respect to ManagementProjectsBrandingCreateRequestBody
-
toJson
Convert an instance of ManagementProjectsBrandingCreateRequestBody to an JSON string- Returns:
- JSON string
-