Package io.voucherify.client.model
Class ManagementProjectsBrandingUpdateRequestBody
java.lang.Object
io.voucherify.client.model.ManagementProjectsBrandingUpdateRequestBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ManagementProjectsBrandingUpdateRequestBody
extends Object
ManagementProjectsBrandingUpdateRequestBody
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreate an instance of ManagementProjectsBrandingUpdateRequestBody given an JSON stringGet addressgetBrand()Get brandGet cockpitsGet contactinthashCode()voidvoidvoidvoidtoJson()Convert an instance of ManagementProjectsBrandingUpdateRequestBody 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
-
ManagementProjectsBrandingUpdateRequestBody
public ManagementProjectsBrandingUpdateRequestBody()
-
-
Method Details
-
brand
-
getBrand
Get brand- Returns:
- brand
-
setBrand
-
address
public ManagementProjectsBrandingUpdateRequestBody address(ManagementProjectsBrandingUpdateRequestBodyAddress address) -
getAddress
Get address- Returns:
- address
-
setAddress
-
contact
public ManagementProjectsBrandingUpdateRequestBody contact(ManagementProjectsBrandingUpdateRequestBodyContact contact) -
getContact
Get contact- Returns:
- contact
-
setContact
-
cockpits
public ManagementProjectsBrandingUpdateRequestBody cockpits(ManagementProjectsBrandingUpdateRequestBodyCockpits cockpits) -
getCockpits
Get cockpits- Returns:
- cockpits
-
setCockpits
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
public static ManagementProjectsBrandingUpdateRequestBody fromJson(String jsonString) throws IOException Create an instance of ManagementProjectsBrandingUpdateRequestBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ManagementProjectsBrandingUpdateRequestBody
- Throws:
IOException- if the JSON string is invalid with respect to ManagementProjectsBrandingUpdateRequestBody
-
toJson
Convert an instance of ManagementProjectsBrandingUpdateRequestBody to an JSON string- Returns:
- JSON string
-