Package com.mypurecloud.sdk.v2.model
Class BuSearchAgentSchedulesRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.BuSearchAgentSchedulesRequest
- All Implemented Interfaces:
Serializable
BuSearchAgentSchedulesRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEnd date of the range to search.booleaninthashCode()voidsetEndDate(Date endDate) voidsetStartDate(Date startDate) voidsetUserIds(List<String> userIds) Start date of the range to search.toString()IDs of the users for whose schedules to search
-
Constructor Details
-
BuSearchAgentSchedulesRequest
public BuSearchAgentSchedulesRequest() -
BuSearchAgentSchedulesRequest
-
-
Method Details
-
startDate
Start date of the range to search. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getStartDate
-
setStartDate
-
endDate
End date of the range to search. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getEndDate
-
setEndDate
-
userIds
IDs of the users for whose schedules to search -
getUserIds
-
setUserIds
-
equals
-
hashCode
public int hashCode() -
toString
-