Package com.mypurecloud.sdk.v2.model
Class UpdateStaffingGroupRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.UpdateStaffingGroupRequest
- All Implemented Interfaces:
Serializable
UpdateStaffingGroupRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()metadata(WfmVersionedEntityMetadata metadata) Version metadata for the staffing groupThe name of the staffing groupplanningGroupIds(SetWrapperString planningGroupIds) The set of planning group Ids to associate with the staffing groupvoidsetMetadata(WfmVersionedEntityMetadata metadata) voidvoidsetPlanningGroupIds(SetWrapperString planningGroupIds) voidsetUserIds(SetWrapperString userIds) toString()userIds(SetWrapperString userIds) The set of user Ids to associate with the staffing group
-
Constructor Details
-
UpdateStaffingGroupRequest
public UpdateStaffingGroupRequest() -
UpdateStaffingGroupRequest
-
-
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
-
planningGroupIds
The set of planning group Ids to associate with the staffing group -
getPlanningGroupIds
-
setPlanningGroupIds
-
metadata
Version metadata for the staffing group -
getMetadata
-
setMetadata
-
equals
-
hashCode
public int hashCode() -
toString
-