public enum OrganizationType extends Enum<OrganizationType> implements com.github.davidmoten.odata.client.Enum
| Enum Constant and Description |
|---|
BACK_END |
CUSTOMER |
CUSTOMER_FREE_TEST |
CUSTOMER_PREVIEW |
CUSTOMER_TEST |
DEFAULT |
DEVELOPER |
EMAIL_TRIAL |
MONITORING |
MSFT_INVESTIGATION |
PLACEHOLDER |
SECONDARY |
SUPPORT |
TEAMS |
TEST_DRIVE |
TRIAL |
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static OrganizationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrganizationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrganizationType CUSTOMER
public static final OrganizationType MONITORING
public static final OrganizationType SUPPORT
public static final OrganizationType BACK_END
public static final OrganizationType SECONDARY
public static final OrganizationType CUSTOMER_TEST
public static final OrganizationType CUSTOMER_FREE_TEST
public static final OrganizationType CUSTOMER_PREVIEW
public static final OrganizationType PLACEHOLDER
public static final OrganizationType TEST_DRIVE
public static final OrganizationType MSFT_INVESTIGATION
public static final OrganizationType EMAIL_TRIAL
public static final OrganizationType DEFAULT
public static final OrganizationType DEVELOPER
public static final OrganizationType TRIAL
public static final OrganizationType TEAMS
public static OrganizationType[] values()
for (OrganizationType c : OrganizationType.values()) System.out.println(c);
public static OrganizationType 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 enumName()
enumName in interface com.github.davidmoten.odata.client.Enumpublic String enumValue()
enumValue in interface com.github.davidmoten.odata.client.EnumCopyright © 2018–2020. All rights reserved.