public enum ServiceDeskExtensionMode extends Enum<ServiceDeskExtensionMode>
| Enum Constant and Description |
|---|
EXCLUDE_LOCAL_IN_HORDE_USERS
Filters out users that are considered local
flag loaded: false
users filtered: true
|
LOAD_LOCAL_IN_HORDE_FLAG
Loads the localInHorde flag in addition to the requested data
flag loaded: true
users filtered: false
|
NONE
No service desk specific behaviour enabled
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
filterLocalInHordeUsers() |
static Optional<ServiceDeskExtensionMode> |
forModeName(String name) |
String |
getName() |
boolean |
isEnabled() |
boolean |
loadLocalInHordeFlag() |
static ServiceDeskExtensionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceDeskExtensionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceDeskExtensionMode NONE
public static final ServiceDeskExtensionMode LOAD_LOCAL_IN_HORDE_FLAG
public static final ServiceDeskExtensionMode EXCLUDE_LOCAL_IN_HORDE_USERS
public static ServiceDeskExtensionMode[] values()
for (ServiceDeskExtensionMode c : ServiceDeskExtensionMode.values()) System.out.println(c);
public static ServiceDeskExtensionMode 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 String getName()
public boolean isEnabled()
public boolean loadLocalInHordeFlag()
public boolean filterLocalInHordeUsers()
public static Optional<ServiceDeskExtensionMode> forModeName(String name)
Copyright © 2016 Atlassian. All Rights Reserved.