public static enum MaintenanceModeTask.MessageDisplayType extends Enum<MaintenanceModeTask.MessageDisplayType>
Enum Constant and Description |
---|
CLIENTS_ONLY
The notification is displayed in the clients only.
|
PUBLIC_HOMEPAGE_AND_CLIENTS
The notification is displayed on the public homepage and in the clients.
|
Modifier and Type | Method and Description |
---|---|
static MaintenanceModeTask.MessageDisplayType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaintenanceModeTask.MessageDisplayType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MaintenanceModeTask.MessageDisplayType PUBLIC_HOMEPAGE_AND_CLIENTS
public static final MaintenanceModeTask.MessageDisplayType CLIENTS_ONLY
public static MaintenanceModeTask.MessageDisplayType[] values()
for (MaintenanceModeTask.MessageDisplayType c : MaintenanceModeTask.MessageDisplayType.values()) System.out.println(c);
public static MaintenanceModeTask.MessageDisplayType 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 nullCopyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210