public static enum CompaniesPlanResponse.PlanEnum extends Enum<CompaniesPlanResponse.PlanEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
CompaniesPlanResponse.PlanEnum.Adapter |
| Enum Constant and Description |
|---|
BASIC |
ENTERPRISE |
MINIMUM |
NON_CHARGED |
PREMIUM |
PROFESSIONAL |
STANDARD |
STARTER |
| Modifier and Type | Method and Description |
|---|---|
static CompaniesPlanResponse.PlanEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static CompaniesPlanResponse.PlanEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompaniesPlanResponse.PlanEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompaniesPlanResponse.PlanEnum NON_CHARGED
public static final CompaniesPlanResponse.PlanEnum STARTER
public static final CompaniesPlanResponse.PlanEnum STANDARD
public static final CompaniesPlanResponse.PlanEnum PREMIUM
public static final CompaniesPlanResponse.PlanEnum MINIMUM
public static final CompaniesPlanResponse.PlanEnum BASIC
public static final CompaniesPlanResponse.PlanEnum PROFESSIONAL
public static final CompaniesPlanResponse.PlanEnum ENTERPRISE
public static CompaniesPlanResponse.PlanEnum[] values()
for (CompaniesPlanResponse.PlanEnum c : CompaniesPlanResponse.PlanEnum.values()) System.out.println(c);
public static CompaniesPlanResponse.PlanEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<CompaniesPlanResponse.PlanEnum>public static CompaniesPlanResponse.PlanEnum fromValue(String value)
Copyright © 2020. All rights reserved.