Package com.mypurecloud.sdk.v2.model
Class GetAgentsWorkPlansRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.GetAgentsWorkPlansRequest
- All Implemented Interfaces:
Serializable
GetAgentsWorkPlansRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe list of agent IDsbooleaninthashCode()voidsetAgentIds(List<String> agentIds) voidsetStartDate(LocalDate startDate) voidsetWeekCount(Integer weekCount) The start of a date in yyyy-MM-dd format.toString()The number of weeks to query
-
Constructor Details
-
GetAgentsWorkPlansRequest
public GetAgentsWorkPlansRequest() -
GetAgentsWorkPlansRequest
-
-
Method Details
-
agentIds
The list of agent IDs -
getAgentIds
-
setAgentIds
-
startDate
The start of a date in yyyy-MM-dd format. Response contains values rolled back to nearest BU start day of week. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getStartDate
-
setStartDate
-
weekCount
The number of weeks to query -
getWeekCount
-
setWeekCount
-
equals
-
hashCode
public int hashCode() -
toString
-