@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-05-07T11:42:47.246+01:00[Europe/London]") public class Account extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_NAME |
| Constructor and Description |
|---|
Account() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName()
The name of the account
|
int |
hashCode() |
Account |
name(String name) |
void |
setName(String name) |
String |
toString() |
String |
toUrlQueryString()
Convert the instance into URL query string.
|
String |
toUrlQueryString(String prefix)
Convert the instance into URL query string.
|
public static final String JSON_PROPERTY_NAME
Copyright © 2024. All rights reserved.