Enum Class GetWorkforcemanagementBusinessunitsRequest.featureValues
java.lang.Object
java.lang.Enum<GetWorkforcemanagementBusinessunitsRequest.featureValues>
com.mypurecloud.sdk.v2.api.request.GetWorkforcemanagementBusinessunitsRequest.featureValues
- All Implemented Interfaces:
Serializable,Comparable<GetWorkforcemanagementBusinessunitsRequest.featureValues>,java.lang.constant.Constable
- Enclosing class:
- GetWorkforcemanagementBusinessunitsRequest
public static enum GetWorkforcemanagementBusinessunitsRequest.featureValues
extends Enum<GetWorkforcemanagementBusinessunitsRequest.featureValues>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionfromString(String key) toString()Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AGENTHISTORICALADHERENCE
public static final GetWorkforcemanagementBusinessunitsRequest.featureValues AGENTHISTORICALADHERENCE -
AGENTHISTORICALADHERENCECONFORMANCE
public static final GetWorkforcemanagementBusinessunitsRequest.featureValues AGENTHISTORICALADHERENCECONFORMANCE -
AGENTSCHEDULE
-
AGENTADHERENCEADJUSTMENTS
public static final GetWorkforcemanagementBusinessunitsRequest.featureValues AGENTADHERENCEADJUSTMENTS -
AGENTTIMEOFFREQUEST
-
AGENTWORKPLANBID
-
AGENTSCHEDULEBID
-
AGENTSHIFTTRADE
-
ALTERNATIVESHIFT
-
COACHING
-
LEARNING
-
AGENTUNAVAILABLETIMES
-
AGENTSELFSCHEDULEJOB
-
AGENTSELFSCHEDULEOFFERS
public static final GetWorkforcemanagementBusinessunitsRequest.featureValues AGENTSELFSCHEDULEOFFERS -
AGENTSELFSCHEDULEQUERY
-
AGENTSELFSCHEDULEACTIVITYMOVE
public static final GetWorkforcemanagementBusinessunitsRequest.featureValues AGENTSELFSCHEDULEACTIVITYMOVE -
SELFSCHEDULESETTINGS
-
AGENTSELFSCHEDULESETTINGS
public static final GetWorkforcemanagementBusinessunitsRequest.featureValues AGENTSELFSCHEDULESETTINGS -
AGENTOPPORTUNITIESQUERY
public static final GetWorkforcemanagementBusinessunitsRequest.featureValues AGENTOPPORTUNITIESQUERY -
AGENTOPPORTUNITIESENROLLMENTS
public static final GetWorkforcemanagementBusinessunitsRequest.featureValues AGENTOPPORTUNITIESENROLLMENTS -
AGENTOPPORTUNITIESENROLLMENTSSTATUSES
public static final GetWorkforcemanagementBusinessunitsRequest.featureValues AGENTOPPORTUNITIESENROLLMENTSSTATUSES -
AGENTSCHEDULINGPREFERENCESQUERY
public static final GetWorkforcemanagementBusinessunitsRequest.featureValues AGENTSCHEDULINGPREFERENCESQUERY -
AGENTSCHEDULINGPREFERENCES
public static final GetWorkforcemanagementBusinessunitsRequest.featureValues AGENTSCHEDULINGPREFERENCES -
AGENTSCHEDULINGPREFERENCESSETTINGS
public static final GetWorkforcemanagementBusinessunitsRequest.featureValues AGENTSCHEDULINGPREFERENCESSETTINGS -
ACTIVITYCODES
-
ACTIVITYPLANS
-
ADHERENCEADJUSTMENTSSETTINGS
public static final GetWorkforcemanagementBusinessunitsRequest.featureValues ADHERENCEADJUSTMENTSSETTINGS -
ADHERENCEADJUSTMENTSREASONCODES
public static final GetWorkforcemanagementBusinessunitsRequest.featureValues ADHERENCEADJUSTMENTSREASONCODES -
ADHERENCEADJUSTMENTS
-
UNAVAILABLETIMES
-
AGENTS
-
BUACTIVITYCODES
-
BUSINESSUNITS
-
CAPACITYPLAN
-
CAPACITYPLANFORECASTINPUTS
public static final GetWorkforcemanagementBusinessunitsRequest.featureValues CAPACITYPLANFORECASTINPUTS -
CAPACITYPLANPERFORMANCEPREDICTION
public static final GetWorkforcemanagementBusinessunitsRequest.featureValues CAPACITYPLANPERFORMANCEPREDICTION -
CONTINUOUSFORECAST
-
HISTORICALADHERENCE
-
HISTORICALSHRINKAGE
-
INTRADAYMONITORING
-
BUINTRADAYMONITORING
-
MANAGEMENTUNITS
-
REALTIMEADHERENCE
-
SCHEDULES
-
BUSCHEDULES
-
SERVICEGOALTEMPLATES
-
PLANNINGGROUPS
-
LONGTERMSTAFFING
-
SHIFTTRADING
-
SHORTTERMFORECASTS
-
BUSHORTTERMFORECASTS
-
STAFFINGGROUPS
-
TIMEOFFPLANS
-
TIMEOFFREQUESTS
-
TIMEOFFLIMITS
-
WORKPLANBIDS
-
WORKPLANBIDGROUPS
-
WORKPLANROTATIONS
-
WORKPLANS
-
SCHEDULEBID
-
SCHEDULEBIDGROUP
-
OPPORTUNITIES
-
OPPORTUNITIESQUERY
-
OPPORTUNITIESENROLLMENTSQUERY
public static final GetWorkforcemanagementBusinessunitsRequest.featureValues OPPORTUNITIESENROLLMENTSQUERY -
OPPORTUNITIESEXTERNALACTIVITIESQUERY
public static final GetWorkforcemanagementBusinessunitsRequest.featureValues OPPORTUNITIESEXTERNALACTIVITIESQUERY -
OPPORTUNITIESSTATUSES
-
OPPORTUNITIESENROLLMENTSSTATUSES
public static final GetWorkforcemanagementBusinessunitsRequest.featureValues OPPORTUNITIESENROLLMENTSSTATUSES -
SCHEDULINGPREFERENCESQUERY
public static final GetWorkforcemanagementBusinessunitsRequest.featureValues SCHEDULINGPREFERENCESQUERY -
SCHEDULINGPREFERENCESSETTINGS
public static final GetWorkforcemanagementBusinessunitsRequest.featureValues SCHEDULINGPREFERENCESSETTINGS -
DECISIONMETRICS
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
fromString
-
toString
- Overrides:
toStringin classEnum<GetWorkforcemanagementBusinessunitsRequest.featureValues>
-