Package io.voucherify.client.model
Class ManagementProjectsBrandingCreateResponseBody
java.lang.Object
io.voucherify.client.model.ManagementProjectsBrandingCreateResponseBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ManagementProjectsBrandingCreateResponseBody
extends Object
Response 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 ManagementProjectsBrandingCreateResponseBody given an JSON stringGet addressgetBrand()Get brandGet cockpitsGet contactgetId()Unique identifier of the brand configuration.inthashCode()voidvoidvoidvoidvoidtoJson()Convert an instance of ManagementProjectsBrandingCreateResponseBody to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_BRAND
- See Also:
-
SERIALIZED_NAME_ADDRESS
- See Also:
-
SERIALIZED_NAME_CONTACT
- See Also:
-
SERIALIZED_NAME_COCKPITS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ManagementProjectsBrandingCreateResponseBody
public ManagementProjectsBrandingCreateResponseBody()
-
-
Method Details
-
id
-
getId
Unique identifier of the brand configuration.- Returns:
- id
-
setId
-
brand
-
getBrand
Get brand- Returns:
- brand
-
setBrand
-
address
public ManagementProjectsBrandingCreateResponseBody address(ManagementProjectsBrandingCreateResponseBodyAddress address) -
getAddress
Get address- Returns:
- address
-
setAddress
-
contact
public ManagementProjectsBrandingCreateResponseBody contact(ManagementProjectsBrandingCreateResponseBodyContact contact) -
getContact
Get contact- Returns:
- contact
-
setContact
-
cockpits
public ManagementProjectsBrandingCreateResponseBody cockpits(ManagementProjectsBrandingCreateResponseBodyCockpits cockpits) -
getCockpits
Get cockpits- Returns:
- cockpits
-
setCockpits
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
public static ManagementProjectsBrandingCreateResponseBody fromJson(String jsonString) throws IOException Create an instance of ManagementProjectsBrandingCreateResponseBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ManagementProjectsBrandingCreateResponseBody
- Throws:
IOException- if the JSON string is invalid with respect to ManagementProjectsBrandingCreateResponseBody
-
toJson
Convert an instance of ManagementProjectsBrandingCreateResponseBody to an JSON string- Returns:
- JSON string
-