public static enum Provisioning.ThresholdSuppressionOption extends Enum<Provisioning.ThresholdSuppressionOption>
| Modifier and Type | Method and Description |
|---|---|
static Provisioning.ThresholdSuppressionOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Provisioning.ThresholdSuppressionOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Provisioning.ThresholdSuppressionOption Unknown
public static final Provisioning.ThresholdSuppressionOption Editable
public static final Provisioning.ThresholdSuppressionOption On
public static final Provisioning.ThresholdSuppressionOption Off
public static Provisioning.ThresholdSuppressionOption[] values()
for (Provisioning.ThresholdSuppressionOption c : Provisioning.ThresholdSuppressionOption.values()) System.out.println(c);
public static Provisioning.ThresholdSuppressionOption 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 © 2022. All rights reserved.