@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiExternalAccountType extends Object
Constructor and Description |
---|
ApiExternalAccountType() |
Modifier and Type | Method and Description |
---|---|
ApiExternalAccountType |
allowedAccountConfigs(ApiConfigList allowedAccountConfigs) |
ApiExternalAccountType |
categoryName(String categoryName) |
ApiExternalAccountType |
description(String description) |
ApiExternalAccountType |
displayName(String displayName) |
boolean |
equals(Object o) |
ApiConfigList |
getAllowedAccountConfigs()
Represents the list of allowed account configs.
|
String |
getCategoryName()
Represents the category of this account.
|
String |
getDescription()
Represents the localized description for this account type.
|
String |
getDisplayName()
Represents the localized display name for this account.
|
String |
getName()
Represents the immutable name for this account.
|
String |
getType()
Represents the type for this account.
|
int |
hashCode() |
ApiExternalAccountType |
name(String name) |
void |
setAllowedAccountConfigs(ApiConfigList allowedAccountConfigs) |
void |
setCategoryName(String categoryName) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setName(String name) |
void |
setType(String type) |
String |
toString() |
ApiExternalAccountType |
type(String type) |
public ApiExternalAccountType name(String name)
public String getName()
public void setName(String name)
public ApiExternalAccountType categoryName(String categoryName)
public String getCategoryName()
public void setCategoryName(String categoryName)
public ApiExternalAccountType type(String type)
public String getType()
public void setType(String type)
public ApiExternalAccountType displayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
public ApiExternalAccountType description(String description)
public String getDescription()
public void setDescription(String description)
public ApiExternalAccountType allowedAccountConfigs(ApiConfigList allowedAccountConfigs)
public ApiConfigList getAllowedAccountConfigs()
public void setAllowedAccountConfigs(ApiConfigList allowedAccountConfigs)
Copyright © 2019. All rights reserved.