Package com.mypurecloud.sdk.v2.model
Class BuAgentScheduleSearchResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.BuAgentScheduleSearchResponse
- All Implemented Interfaces:
Serializable
BuAgentScheduleSearchResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfullDayTimeOffMarkers(List<BuFullDayTimeOffMarker> fullDayTimeOffMarkers) Full day time off markers which apply to this agent schedulegetUser()inthashCode()voidsetFullDayTimeOffMarkers(List<BuFullDayTimeOffMarker> fullDayTimeOffMarkers) voidsetShifts(List<BuAgentScheduleShift> shifts) voidsetUser(UserReference user) shifts(List<BuAgentScheduleShift> shifts) The shift definitions for this agent scheduletoString()user(UserReference user) The user to whom this agent schedule applies
-
Constructor Details
-
BuAgentScheduleSearchResponse
public BuAgentScheduleSearchResponse() -
BuAgentScheduleSearchResponse
-
-
Method Details
-
user
The user to whom this agent schedule applies -
getUser
-
setUser
-
shifts
The shift definitions for this agent schedule -
getShifts
-
setShifts
-
fullDayTimeOffMarkers
public BuAgentScheduleSearchResponse fullDayTimeOffMarkers(List<BuFullDayTimeOffMarker> fullDayTimeOffMarkers) Full day time off markers which apply to this agent schedule -
getFullDayTimeOffMarkers
-
setFullDayTimeOffMarkers
-
equals
-
hashCode
public int hashCode() -
toString
-