public static enum RemoveFsuCollectionTargetsDetails.RemovalStrategy extends Enum<RemoveFsuCollectionTargetsDetails.RemovalStrategy> implements BmcEnum
Strategy to follow for removal of targets: TARGET_IDS: Remove a list of targets
Enum Constant and Description |
---|
TargetIds |
Modifier and Type | Method and Description |
---|---|
static RemoveFsuCollectionTargetsDetails.RemovalStrategy |
create(String key) |
String |
getValue() |
static RemoveFsuCollectionTargetsDetails.RemovalStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoveFsuCollectionTargetsDetails.RemovalStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoveFsuCollectionTargetsDetails.RemovalStrategy TargetIds
public static RemoveFsuCollectionTargetsDetails.RemovalStrategy[] values()
for (RemoveFsuCollectionTargetsDetails.RemovalStrategy c : RemoveFsuCollectionTargetsDetails.RemovalStrategy.values()) System.out.println(c);
public static RemoveFsuCollectionTargetsDetails.RemovalStrategy 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 RemoveFsuCollectionTargetsDetails.RemovalStrategy create(String key)
Copyright © 2016–2024. All rights reserved.