Package com.mypurecloud.sdk.v2.model
Class UserListScheduleRequestBody
java.lang.Object
com.mypurecloud.sdk.v2.model.UserListScheduleRequestBody
- All Implemented Interfaces:
Serializable
UserListScheduleRequestBody
- 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 requested users) of any week overlapping the start/end date query parameters, defaults to falsevoidsetEndDate(Date endDate) voidsetLoadFullWeeks(Boolean loadFullWeeks) voidsetStartDate(Date startDate) voidsetUserIds(List<String> userIds) Beginning of the range of schedules to fetch, in ISO-8601 formattoString()The user ids for which to fetch schedules
-
Constructor Details
-
UserListScheduleRequestBody
public UserListScheduleRequestBody() -
UserListScheduleRequestBody
-
-
Method Details
-
userIds
The user ids for which to fetch schedules -
getUserIds
-
setUserIds
-
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 requested users) of any week overlapping the start/end date query parameters, defaults to false -
getLoadFullWeeks
-
setLoadFullWeeks
-
equals
-
hashCode
public int hashCode() -
toString
-