Package com.mypurecloud.sdk.v2.model
Class BuQueryAgentSchedulesRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.BuQueryAgentSchedulesRequest
- All Implemented Interfaces:
Serializable
BuQueryAgentSchedulesRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()managementUnitId(String managementUnitId) The ID of the management unit to queryvoidsetManagementUnitId(String managementUnitId) voidsetTeamIds(List<String> teamIds) voidsetUserIds(List<String> userIds) The teamIds to request.toString()The IDs of the users to query.
-
Constructor Details
-
BuQueryAgentSchedulesRequest
public BuQueryAgentSchedulesRequest() -
BuQueryAgentSchedulesRequest
-
-
Method Details
-
managementUnitId
The ID of the management unit to query -
getManagementUnitId
-
setManagementUnitId
-
userIds
The IDs of the users to query. Omit to query all user schedules in the management unit. Note: If teamIds is also specified, only schedules for users in the requested teams will be returned -
getUserIds
-
setUserIds
-
teamIds
The teamIds to request. If null or not set, results will be queried for requested users if applicable or otherwise all users in the management unit -
getTeamIds
-
setTeamIds
-
equals
-
hashCode
public int hashCode() -
toString
-