public static enum SyncResult.Status extends java.lang.Enum<SyncResult.Status>
Enum Constant and Description |
---|
ADD
authorizable added
|
DELETE
authorizable deleted
|
DISABLE
authorizable disabled
|
ENABLE
authorizable enabled
|
FOREIGN
nothing changed.
|
MISSING
nothing changed.
|
NO_SUCH_AUTHORIZABLE
nothing changed.
|
NO_SUCH_IDENTITY
nothing changed.
|
NOP
No update
|
UPDATE
authorizable updated
|
Modifier and Type | Method and Description |
---|---|
static SyncResult.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SyncResult.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SyncResult.Status NOP
public static final SyncResult.Status ADD
public static final SyncResult.Status UPDATE
public static final SyncResult.Status DELETE
public static final SyncResult.Status ENABLE
public static final SyncResult.Status DISABLE
public static final SyncResult.Status NO_SUCH_AUTHORIZABLE
public static final SyncResult.Status NO_SUCH_IDENTITY
public static final SyncResult.Status MISSING
public static final SyncResult.Status FOREIGN
public static SyncResult.Status[] values()
for (SyncResult.Status c : SyncResult.Status.values()) System.out.println(c);
public static SyncResult.Status valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2010 - 2020 Adobe. All Rights Reserved