Package com.mypurecloud.sdk.v2.model
Class StaffingGroupResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.StaffingGroupResponse
- All Implemented Interfaces:
Serializable
StaffingGroupResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()getUsers()inthashCode()The globally unique identifier for the object.managementUnit(ManagementUnitReference managementUnit) The ID of the management unit to which the staffing group users belong.metadata(WfmVersionedEntityMetadata metadata) Version metadata for the staffing groupThe name of the staffing groupplanningGroups(List<PlanningGroupReference> planningGroups) The list of planning groups that are associated with the staffing groupvoidvoidsetManagementUnit(ManagementUnitReference managementUnit) voidsetMetadata(WfmVersionedEntityMetadata metadata) voidvoidsetPlanningGroups(List<PlanningGroupReference> planningGroups) voidsetUsers(List<UserReference> users) toString()users(List<UserReference> users) The list of users that belong to the staffing group
-
Constructor Details
-
StaffingGroupResponse
public StaffingGroupResponse() -
StaffingGroupResponse
-
-
Method Details
-
id
The globally unique identifier for the object. -
getId
-
setId
-
name
The name of the staffing group -
getName
-
setName
-
users
The list of users that belong to the staffing group -
getUsers
-
setUsers
-
managementUnit
The ID of the management unit to which the staffing group users belong. If undefined the staffing group can include users from the entire business unit -
getManagementUnit
-
setManagementUnit
-
planningGroups
The list of planning groups that are associated with the staffing group -
getPlanningGroups
-
setPlanningGroups
-
metadata
Version metadata for the staffing group -
getMetadata
-
setMetadata
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-