Package com.mypurecloud.sdk.v2.model
Class BusinessUnitActivityCode
java.lang.Object
com.mypurecloud.sdk.v2.model.BusinessUnitActivityCode
- All Implemented Interfaces:
Serializable
BusinessUnitActivityCode
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe category of the activity code -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWhether this activity code is active or has been deletedagentTimeOffSelectable(Boolean agentTimeOffSelectable) Whether an agent can select this activity code when creating or editing a time off request.The category of the activity codecountsAsPaidTime(Boolean countsAsPaidTime) Whether an agent is paid while performing this activitycountsAsWorkTime(Boolean countsAsWorkTime) Indicates whether or not the activity should be counted as contiguous work time for calculating daily constraintscountsTowardShrinkage(Boolean countsTowardShrinkage) Whether or not this activity code counts toward shrinkage calculationsdefaultCode(Boolean defaultCode) Whether this is a default activity codebooleangetId()getName()inthashCode()The globally unique identifier for the object.interruptible(Boolean interruptible) Whether this activity code is considered interruptiblelengthInMinutes(Integer lengthInMinutes) The default length of the activity in minutesmetadata(WfmVersionedEntityMetadata metadata) Version metadata of this activity codeplannedShrinkage(Boolean plannedShrinkage) Whether this activity code is considered planned or unplanned shrinkageplanningGroups(List<PlanningGroupReference> planningGroups) Planning groups associated with this activity codesecondaryPresences(List<SecondaryPresence> secondaryPresences) The secondary presences of this activity codevoidvoidsetAgentTimeOffSelectable(Boolean agentTimeOffSelectable) voidvoidsetCountsAsPaidTime(Boolean countsAsPaidTime) voidsetCountsAsWorkTime(Boolean countsAsWorkTime) voidsetCountsTowardShrinkage(Boolean countsTowardShrinkage) voidsetDefaultCode(Boolean defaultCode) voidvoidsetInterruptible(Boolean interruptible) voidsetLengthInMinutes(Integer lengthInMinutes) voidsetMetadata(WfmVersionedEntityMetadata metadata) voidvoidsetPlannedShrinkage(Boolean plannedShrinkage) voidsetPlanningGroups(List<PlanningGroupReference> planningGroups) voidsetSecondaryPresences(List<SecondaryPresence> secondaryPresences) toString()
-
Constructor Details
-
BusinessUnitActivityCode
public BusinessUnitActivityCode() -
BusinessUnitActivityCode
-
-
Method Details
-
id
The globally unique identifier for the object. -
getId
-
setId
-
name
-
getName
-
setName
-
active
Whether this activity code is active or has been deleted -
getActive
-
setActive
-
defaultCode
Whether this is a default activity code -
getDefaultCode
-
setDefaultCode
-
category
The category of the activity code -
getCategory
-
setCategory
-
lengthInMinutes
The default length of the activity in minutes -
getLengthInMinutes
-
setLengthInMinutes
-
countsAsPaidTime
Whether an agent is paid while performing this activity -
getCountsAsPaidTime
-
setCountsAsPaidTime
-
countsAsWorkTime
Indicates whether or not the activity should be counted as contiguous work time for calculating daily constraints -
getCountsAsWorkTime
-
setCountsAsWorkTime
-
agentTimeOffSelectable
Whether an agent can select this activity code when creating or editing a time off request. Null if the activity's category is not time off. -
getAgentTimeOffSelectable
-
setAgentTimeOffSelectable
-
countsTowardShrinkage
Whether or not this activity code counts toward shrinkage calculations -
getCountsTowardShrinkage
-
setCountsTowardShrinkage
-
plannedShrinkage
Whether this activity code is considered planned or unplanned shrinkage -
getPlannedShrinkage
-
setPlannedShrinkage
-
interruptible
Whether this activity code is considered interruptible -
getInterruptible
-
setInterruptible
-
secondaryPresences
The secondary presences of this activity code -
getSecondaryPresences
-
setSecondaryPresences
-
planningGroups
Planning groups associated with this activity code -
getPlanningGroups
-
setPlanningGroups
-
metadata
Version metadata of this activity code -
getMetadata
-
setMetadata
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-