Enum Class GetWorkforcemanagementManagementunitsRequest.featureValues
java.lang.Object
java.lang.Enum<GetWorkforcemanagementManagementunitsRequest.featureValues>
com.mypurecloud.sdk.v2.api.request.GetWorkforcemanagementManagementunitsRequest.featureValues
- All Implemented Interfaces:
Serializable,Comparable<GetWorkforcemanagementManagementunitsRequest.featureValues>,java.lang.constant.Constable
- Enclosing class:
- GetWorkforcemanagementManagementunitsRequest
public static enum GetWorkforcemanagementManagementunitsRequest.featureValues
extends Enum<GetWorkforcemanagementManagementunitsRequest.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 GetWorkforcemanagementManagementunitsRequest.featureValues AGENTHISTORICALADHERENCE -
AGENTHISTORICALADHERENCECONFORMANCE
public static final GetWorkforcemanagementManagementunitsRequest.featureValues AGENTHISTORICALADHERENCECONFORMANCE -
AGENTSCHEDULE
-
AGENTADHERENCEADJUSTMENTS
public static final GetWorkforcemanagementManagementunitsRequest.featureValues AGENTADHERENCEADJUSTMENTS -
AGENTTIMEOFFREQUEST
-
AGENTWORKPLANBID
-
AGENTSCHEDULEBID
-
AGENTSHIFTTRADE
-
ALTERNATIVESHIFT
-
COACHING
-
LEARNING
-
AGENTUNAVAILABLETIMES
public static final GetWorkforcemanagementManagementunitsRequest.featureValues AGENTUNAVAILABLETIMES -
AGENTSELFSCHEDULEJOB
-
AGENTSELFSCHEDULEOFFERS
public static final GetWorkforcemanagementManagementunitsRequest.featureValues AGENTSELFSCHEDULEOFFERS -
AGENTSELFSCHEDULEQUERY
public static final GetWorkforcemanagementManagementunitsRequest.featureValues AGENTSELFSCHEDULEQUERY -
AGENTSELFSCHEDULEACTIVITYMOVE
public static final GetWorkforcemanagementManagementunitsRequest.featureValues AGENTSELFSCHEDULEACTIVITYMOVE -
SELFSCHEDULESETTINGS
-
AGENTSELFSCHEDULESETTINGS
public static final GetWorkforcemanagementManagementunitsRequest.featureValues AGENTSELFSCHEDULESETTINGS -
AGENTOPPORTUNITIESQUERY
public static final GetWorkforcemanagementManagementunitsRequest.featureValues AGENTOPPORTUNITIESQUERY -
AGENTOPPORTUNITIESENROLLMENTS
public static final GetWorkforcemanagementManagementunitsRequest.featureValues AGENTOPPORTUNITIESENROLLMENTS -
AGENTOPPORTUNITIESENROLLMENTSSTATUSES
public static final GetWorkforcemanagementManagementunitsRequest.featureValues AGENTOPPORTUNITIESENROLLMENTSSTATUSES -
AGENTSCHEDULINGPREFERENCESQUERY
public static final GetWorkforcemanagementManagementunitsRequest.featureValues AGENTSCHEDULINGPREFERENCESQUERY -
AGENTSCHEDULINGPREFERENCES
public static final GetWorkforcemanagementManagementunitsRequest.featureValues AGENTSCHEDULINGPREFERENCES -
AGENTSCHEDULINGPREFERENCESSETTINGS
public static final GetWorkforcemanagementManagementunitsRequest.featureValues AGENTSCHEDULINGPREFERENCESSETTINGS -
ACTIVITYCODES
-
ACTIVITYPLANS
-
ADHERENCEADJUSTMENTSSETTINGS
public static final GetWorkforcemanagementManagementunitsRequest.featureValues ADHERENCEADJUSTMENTSSETTINGS -
ADHERENCEADJUSTMENTSREASONCODES
public static final GetWorkforcemanagementManagementunitsRequest.featureValues ADHERENCEADJUSTMENTSREASONCODES -
ADHERENCEADJUSTMENTS
-
UNAVAILABLETIMES
-
AGENTS
-
BUACTIVITYCODES
-
BUSINESSUNITS
-
CAPACITYPLAN
-
CAPACITYPLANFORECASTINPUTS
public static final GetWorkforcemanagementManagementunitsRequest.featureValues CAPACITYPLANFORECASTINPUTS -
CAPACITYPLANPERFORMANCEPREDICTION
public static final GetWorkforcemanagementManagementunitsRequest.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 GetWorkforcemanagementManagementunitsRequest.featureValues OPPORTUNITIESENROLLMENTSQUERY -
OPPORTUNITIESEXTERNALACTIVITIESQUERY
public static final GetWorkforcemanagementManagementunitsRequest.featureValues OPPORTUNITIESEXTERNALACTIVITIESQUERY -
OPPORTUNITIESSTATUSES
public static final GetWorkforcemanagementManagementunitsRequest.featureValues OPPORTUNITIESSTATUSES -
OPPORTUNITIESENROLLMENTSSTATUSES
public static final GetWorkforcemanagementManagementunitsRequest.featureValues OPPORTUNITIESENROLLMENTSSTATUSES -
SCHEDULINGPREFERENCESQUERY
public static final GetWorkforcemanagementManagementunitsRequest.featureValues SCHEDULINGPREFERENCESQUERY -
SCHEDULINGPREFERENCESSETTINGS
public static final GetWorkforcemanagementManagementunitsRequest.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<GetWorkforcemanagementManagementunitsRequest.featureValues>
-