public enum WorkforceIntegrationSupportedEntities extends java.lang.Enum<WorkforceIntegrationSupportedEntities>
Enum Constant and Description |
---|
NONE
none
|
OFFER_SHIFT_REQUEST
offer Shift Request
|
OPEN_SHIFT
open Shift
|
OPEN_SHIFT_REQUEST
open Shift Request
|
SHIFT
shift
|
SWAP_REQUEST
swap Request
|
UNEXPECTED_VALUE
For WorkforceIntegrationSupportedEntities values that were not expected from the service
|
UNKNOWN_FUTURE_VALUE
unknown Future Value
|
USER_SHIFT_PREFERENCES
user Shift Preferences
|
Modifier and Type | Method and Description |
---|---|
static WorkforceIntegrationSupportedEntities |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WorkforceIntegrationSupportedEntities[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkforceIntegrationSupportedEntities NONE
public static final WorkforceIntegrationSupportedEntities SHIFT
public static final WorkforceIntegrationSupportedEntities SWAP_REQUEST
public static final WorkforceIntegrationSupportedEntities USER_SHIFT_PREFERENCES
public static final WorkforceIntegrationSupportedEntities OPEN_SHIFT
public static final WorkforceIntegrationSupportedEntities OPEN_SHIFT_REQUEST
public static final WorkforceIntegrationSupportedEntities OFFER_SHIFT_REQUEST
public static final WorkforceIntegrationSupportedEntities UNKNOWN_FUTURE_VALUE
public static final WorkforceIntegrationSupportedEntities UNEXPECTED_VALUE
public static WorkforceIntegrationSupportedEntities[] values()
for (WorkforceIntegrationSupportedEntities c : WorkforceIntegrationSupportedEntities.values()) System.out.println(c);
public static WorkforceIntegrationSupportedEntities valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null