@DTO public class UESCalendarGetBusyTimeList extends UESPagingCriteria
Modifier and Type | Field and Description |
---|---|
private UESURI |
accessRoleUri
UESURI of the user's access role.
|
private java.util.Date |
timeMax
The end of the time interval, where blocks of time with dateEnd equal or former than entered value in this parameter will be returned
in the result.
|
private java.util.Date |
timeMin
The start of the time interval, where blocks of time with dateStart equal or later than entered value in this parameter will be
returned in the result.
|
Constructor and Description |
---|
UESCalendarGetBusyTimeList(java.util.Date timeMin,
Constructor for searching by date interval (minimal - maximal date).
|
UESCalendarGetBusyTimeList(java.util.Date timeMin,
Constructor for searching by date interval (minimal - maximal date).
|
getPageIndex, getPageSize, setPageIndex, setPageSize