public static enum SyncResult.Status extends Enum<SyncResult.Status>
Enum Constant and Description |
---|
ADD
authorizable added
|
DELETE
authorizable deleted
|
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(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 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(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 null"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"