public enum SynchronisationStatusKey extends Enum<SynchronisationStatusKey>
Enum Constant and Description |
---|
ABORTED |
ADDING_GROUPS |
ADDING_USERS |
DELETING_GROUPS |
DELETING_USERS |
FAILURE |
FULL |
GROUP_MEMBERSHIPS |
INCREMENTAL |
STARTED |
SUCCESS_FULL |
SUCCESS_INCREMENTAL |
UPDATING_GROUPS |
UPDATING_USERS |
USER_MEMBERSHIPS |
Modifier and Type | Method and Description |
---|---|
static Optional<SynchronisationStatusKey> |
fromKey(String key) |
String |
getI18Key() |
boolean |
isFinal() |
String |
marshallParams(List<Serializable> params) |
List<Serializable> |
unmarshallParams(String marshalledParams) |
static SynchronisationStatusKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SynchronisationStatusKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SynchronisationStatusKey STARTED
public static final SynchronisationStatusKey INCREMENTAL
public static final SynchronisationStatusKey FULL
public static final SynchronisationStatusKey ADDING_USERS
public static final SynchronisationStatusKey UPDATING_USERS
public static final SynchronisationStatusKey DELETING_USERS
public static final SynchronisationStatusKey USER_MEMBERSHIPS
public static final SynchronisationStatusKey ADDING_GROUPS
public static final SynchronisationStatusKey UPDATING_GROUPS
public static final SynchronisationStatusKey DELETING_GROUPS
public static final SynchronisationStatusKey GROUP_MEMBERSHIPS
public static final SynchronisationStatusKey SUCCESS_INCREMENTAL
public static final SynchronisationStatusKey SUCCESS_FULL
public static final SynchronisationStatusKey FAILURE
public static final SynchronisationStatusKey ABORTED
public static SynchronisationStatusKey[] values()
for (SynchronisationStatusKey c : SynchronisationStatusKey.values()) System.out.println(c);
public static SynchronisationStatusKey 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 nullpublic static Optional<SynchronisationStatusKey> fromKey(String key)
public String getI18Key()
public List<Serializable> unmarshallParams(String marshalledParams)
public String marshallParams(List<Serializable> params)
public boolean isFinal()
Copyright © 2020 Atlassian. All rights reserved.