@Generated public enum FleetOnDemandOptionAllocationStrategy extends Enum<FleetOnDemandOptionAllocationStrategy>
| Enum Constant and Description |
|---|
CAPACITY_OPTIMIZED |
DIVERSIFIED |
LOWEST_PRICE |
PRIORITIZED |
| Modifier and Type | Method and Description |
|---|---|
static FleetOnDemandOptionAllocationStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FleetOnDemandOptionAllocationStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FleetOnDemandOptionAllocationStrategy CAPACITY_OPTIMIZED
public static final FleetOnDemandOptionAllocationStrategy DIVERSIFIED
public static final FleetOnDemandOptionAllocationStrategy LOWEST_PRICE
public static final FleetOnDemandOptionAllocationStrategy PRIORITIZED
public static FleetOnDemandOptionAllocationStrategy[] values()
for (FleetOnDemandOptionAllocationStrategy c : FleetOnDemandOptionAllocationStrategy.values()) System.out.println(c);
public static FleetOnDemandOptionAllocationStrategy 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 nullCopyright © 2023. All rights reserved.