public static enum SynchroniseDirectoryCache.AllowedTargetAction extends Enum<SynchroniseDirectoryCache.AllowedTargetAction>
Enum Constant and Description |
---|
VIEW_AZURE_AD |
VIEW_CONNECTOR |
VIEW_REMOTE_CROWD |
Modifier and Type | Method and Description |
---|---|
String |
getActionName() |
static SynchroniseDirectoryCache.AllowedTargetAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SynchroniseDirectoryCache.AllowedTargetAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SynchroniseDirectoryCache.AllowedTargetAction VIEW_CONNECTOR
public static final SynchroniseDirectoryCache.AllowedTargetAction VIEW_REMOTE_CROWD
public static final SynchroniseDirectoryCache.AllowedTargetAction VIEW_AZURE_AD
public static SynchroniseDirectoryCache.AllowedTargetAction[] values()
for (SynchroniseDirectoryCache.AllowedTargetAction c : SynchroniseDirectoryCache.AllowedTargetAction.values()) System.out.println(c);
public static SynchroniseDirectoryCache.AllowedTargetAction 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 getActionName()
Copyright © 2020 Atlassian. All rights reserved.