public static enum OperationRejectedException.OperationType extends Enum<OperationRejectedException.OperationType>
Enum Constant and Description |
---|
CREATE
A managed object could not be created.
|
DELETE
A managed object could not be deleted.
|
MODIFY
A managed object could not be modified.
|
Modifier and Type | Method and Description |
---|---|
static OperationRejectedException.OperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationRejectedException.OperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationRejectedException.OperationType CREATE
public static final OperationRejectedException.OperationType DELETE
public static final OperationRejectedException.OperationType MODIFY
public static OperationRejectedException.OperationType[] values()
for (OperationRejectedException.OperationType c : OperationRejectedException.OperationType.values()) System.out.println(c);
public static OperationRejectedException.OperationType 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 2010-2020 ForgeRock AS.