Package com.mypurecloud.sdk.v2.model
Class AgentPossibleWorkShiftsRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentPossibleWorkShiftsRequest
- All Implemented Interfaces:
Serializable
AgentPossibleWorkShiftsRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetWeekCount(Integer weekCount) voidsetWeekStartDate(LocalDate weekStartDate) toString()Number of weeks for which to return possible work shiftsweekStartDate(LocalDate weekStartDate) Start date of requested effective work plan, day of week will be in line with business unit start day of week.
-
Constructor Details
-
AgentPossibleWorkShiftsRequest
public AgentPossibleWorkShiftsRequest() -
AgentPossibleWorkShiftsRequest
-
-
Method Details
-
weekStartDate
Start date of requested effective work plan, day of week will be in line with business unit start day of week. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getWeekStartDate
-
setWeekStartDate
-
weekCount
Number of weeks for which to return possible work shifts -
getWeekCount
-
setWeekCount
-
equals
-
hashCode
public int hashCode() -
toString
-