Package com.mypurecloud.sdk.v2.model
Class CreateStaffingGroupRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.CreateStaffingGroupRequest
- All Implemented Interfaces:
Serializable
CreateStaffingGroupRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()managementUnitId(String managementUnitId) The ID of the management unit to which the staffing group users belong.The name of the staffing groupplanningGroupIds(List<String> planningGroupIds) The set of planning group IDs to associate with the staffing groupvoidsetManagementUnitId(String managementUnitId) voidvoidsetPlanningGroupIds(List<String> planningGroupIds) voidsetUserIds(List<String> userIds) toString()The set of user IDs to associate with the staffing group
-
Constructor Details
-
CreateStaffingGroupRequest
public CreateStaffingGroupRequest() -
CreateStaffingGroupRequest
-
-
Method Details
-
name
The name of the staffing group -
getName
-
setName
-
userIds
The set of user IDs to associate with the staffing group -
getUserIds
-
setUserIds
-
managementUnitId
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 -
getManagementUnitId
-
setManagementUnitId
-
planningGroupIds
The set of planning group IDs to associate with the staffing group -
getPlanningGroupIds
-
setPlanningGroupIds
-
equals
-
hashCode
public int hashCode() -
toString
-