Package com.mypurecloud.sdk.v2.model
Class CoachingScheduleSlotsJobResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.CoachingScheduleSlotsJobResponse
- All Implemented Interfaces:
Serializable
CoachingScheduleSlotsJobResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of slots fetched in the job. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityCodeId(String activityCodeId) The Activity Code Id of the slots.attendeeIds(List<String> attendeeIds) The attendee IDs to fetch the slots for.businessUnitId(String businessUnitId) The Business Unit Id of the users.booleanfacilitatorIds(List<String> facilitatorIds) The facilitator IDs to fetch the slots for.getId()inthashCode()lengthInMinutes(Integer lengthInMinutes) The length in minutes of the slots.results(List<CoachingScheduleSlotsJobResult> results) The results of the job.voidsetActivityCodeId(String activityCodeId) voidsetAttendeeIds(List<String> attendeeIds) voidsetBusinessUnitId(String businessUnitId) voidsetFacilitatorIds(List<String> facilitatorIds) voidsetLengthInMinutes(Integer lengthInMinutes) voidsetResults(List<CoachingScheduleSlotsJobResult> results) voidThe type of slots fetched in the job.toString()
-
Constructor Details
-
CoachingScheduleSlotsJobResponse
public CoachingScheduleSlotsJobResponse() -
CoachingScheduleSlotsJobResponse
-
-
Method Details
-
getId
-
attendeeIds
The attendee IDs to fetch the slots for. -
getAttendeeIds
-
setAttendeeIds
-
facilitatorIds
The facilitator IDs to fetch the slots for. -
getFacilitatorIds
-
setFacilitatorIds
-
lengthInMinutes
The length in minutes of the slots. -
getLengthInMinutes
-
setLengthInMinutes
-
businessUnitId
The Business Unit Id of the users. -
getBusinessUnitId
-
setBusinessUnitId
-
activityCodeId
The Activity Code Id of the slots. -
getActivityCodeId
-
setActivityCodeId
-
results
The results of the job. -
getResults
-
setResults
-
slotsType
public CoachingScheduleSlotsJobResponse slotsType(CoachingScheduleSlotsJobResponse.SlotsTypeEnum slotsType) The type of slots fetched in the job. -
getSlotsType
-
setSlotsType
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-