public static enum CreateOccCustomerGroupDetails.Status extends Enum<CreateOccCustomerGroupDetails.Status> implements BmcEnum
To determine whether the customer group is enabled/disabled.
Modifier and Type | Method and Description |
---|---|
static CreateOccCustomerGroupDetails.Status |
create(String key) |
String |
getValue() |
static CreateOccCustomerGroupDetails.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateOccCustomerGroupDetails.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateOccCustomerGroupDetails.Status Enabled
public static final CreateOccCustomerGroupDetails.Status Disabled
public static CreateOccCustomerGroupDetails.Status[] values()
for (CreateOccCustomerGroupDetails.Status c : CreateOccCustomerGroupDetails.Status.values()) System.out.println(c);
public static CreateOccCustomerGroupDetails.Status 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 static CreateOccCustomerGroupDetails.Status create(String key)
Copyright © 2016–2024. All rights reserved.