public static enum CreateIntegrationInstanceDetails.ConsumptionModel extends Enum<CreateIntegrationInstanceDetails.ConsumptionModel> implements BmcEnum
Optional parameter specifying which entitlement to use for billing purposes. Only required if the account possesses more than one entitlement.
Modifier and Type | Method and Description |
---|---|
static CreateIntegrationInstanceDetails.ConsumptionModel |
create(String key) |
String |
getValue() |
static CreateIntegrationInstanceDetails.ConsumptionModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateIntegrationInstanceDetails.ConsumptionModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateIntegrationInstanceDetails.ConsumptionModel Ucm
public static final CreateIntegrationInstanceDetails.ConsumptionModel Gov
public static final CreateIntegrationInstanceDetails.ConsumptionModel Oic4Saas
public static CreateIntegrationInstanceDetails.ConsumptionModel[] values()
for (CreateIntegrationInstanceDetails.ConsumptionModel c : CreateIntegrationInstanceDetails.ConsumptionModel.values()) System.out.println(c);
public static CreateIntegrationInstanceDetails.ConsumptionModel 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 CreateIntegrationInstanceDetails.ConsumptionModel create(String key)
Copyright © 2016–2024. All rights reserved.