Package com.mypurecloud.sdk.v2.model
Class CurrentUserScheduleRequestBody
java.lang.Object
com.mypurecloud.sdk.v2.model.CurrentUserScheduleRequestBody
- All Implemented Interfaces:
Serializable
CurrentUserScheduleRequestBody
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEnd of the range of schedules to fetch, in ISO-8601 formatbooleaninthashCode()loadFullWeeks(Boolean loadFullWeeks) Whether to load the full week's schedule (for the current user) of any week overlapping the start/end date query parameters, defaults to falsevoidsetEndDate(Date endDate) voidsetLoadFullWeeks(Boolean loadFullWeeks) voidsetStartDate(Date startDate) Beginning of the range of schedules to fetch, in ISO-8601 formattoString()
-
Constructor Details
-
CurrentUserScheduleRequestBody
public CurrentUserScheduleRequestBody() -
CurrentUserScheduleRequestBody
-
-
Method Details
-
startDate
Beginning of the range of schedules to fetch, in ISO-8601 format -
getStartDate
-
setStartDate
-
endDate
End of the range of schedules to fetch, in ISO-8601 format -
getEndDate
-
setEndDate
-
loadFullWeeks
Whether to load the full week's schedule (for the current user) of any week overlapping the start/end date query parameters, defaults to false -
getLoadFullWeeks
-
setLoadFullWeeks
-
equals
-
hashCode
public int hashCode() -
toString
-