Package com.mypurecloud.sdk.v2.model
Class BuQueryAdherenceExplanationsRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.BuQueryAdherenceExplanationsRequest
- All Implemented Interfaces:
Serializable
BuQueryAdherenceExplanationsRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA filter for which agents within the business unit to query.The end date of the range to query.booleaninthashCode()managementUnitIds(List<String> managementUnitIds) A filter for which management units to query.voidsetAgentIds(List<String> agentIds) voidsetEndDate(Date endDate) voidsetManagementUnitIds(List<String> managementUnitIds) voidsetStartDate(Date startDate) The start date of the range to query.toString()
-
Constructor Details
-
BuQueryAdherenceExplanationsRequest
public BuQueryAdherenceExplanationsRequest() -
BuQueryAdherenceExplanationsRequest
-
-
Method Details
-
startDate
The start date of the range to query. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getStartDate
-
setStartDate
-
endDate
The end date of the range to query. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getEndDate
-
setEndDate
-
managementUnitIds
A filter for which management units to query. Leave empty or omit entirely for all management units in the business unit -
getManagementUnitIds
-
setManagementUnitIds
-
agentIds
A filter for which agents within the business unit to query. Leave empty or omit entirely for all agents in the business unit (or management units if specified) -
getAgentIds
-
setAgentIds
-
equals
-
hashCode
public int hashCode() -
toString
-