public static enum SCIMException.Type extends Enum<SCIMException.Type>
| Enum Constant and Description |
|---|
INVALID_FILTER |
INVALID_PATH |
INVALID_SYNTAX |
INVALID_VALUE |
INVALID_VERSION |
MUTABILITY |
NO_TARGET |
SENSITIVE |
TOO_MANY |
UNIQUENESS |
| Modifier and Type | Method and Description |
|---|---|
static SCIMException.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SCIMException.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SCIMException.Type INVALID_FILTER
public static final SCIMException.Type TOO_MANY
public static final SCIMException.Type UNIQUENESS
public static final SCIMException.Type MUTABILITY
public static final SCIMException.Type INVALID_SYNTAX
public static final SCIMException.Type INVALID_PATH
public static final SCIMException.Type NO_TARGET
public static final SCIMException.Type INVALID_VALUE
public static final SCIMException.Type INVALID_VERSION
public static final SCIMException.Type SENSITIVE
public static SCIMException.Type[] values()
for (SCIMException.Type c : SCIMException.Type.values()) System.out.println(c);
public static SCIMException.Type 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 SAP SE. All rights reserved.