public enum OfficeProductId extends Enum<OfficeProductId> implements com.github.davidmoten.odata.client.Enum
| Enum Constant and Description |
|---|
O365BUSINESS_RETAIL |
O365PRO_PLUS_RETAIL |
PROJECT_PRO_RETAIL |
VISIO_PRO_RETAIL |
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static OfficeProductId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OfficeProductId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OfficeProductId O365PRO_PLUS_RETAIL
public static final OfficeProductId O365BUSINESS_RETAIL
public static final OfficeProductId VISIO_PRO_RETAIL
public static final OfficeProductId PROJECT_PRO_RETAIL
public static OfficeProductId[] values()
for (OfficeProductId c : OfficeProductId.values()) System.out.println(c);
public static OfficeProductId 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.