Package com.mypurecloud.sdk.v2.model
Class LearningScheduleSlotsJobResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.LearningScheduleSlotsJobResponse
- All Implemented Interfaces:
Serializable
LearningScheduleSlotsJobResponse
- 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.businessUnitId(String businessUnitId) The Business Unit Id of the users.booleangetId()inthashCode()lengthInMinutes(Integer lengthInMinutes) The length in minutes of the slots.results(List<LearningScheduleSlotsJobResult> results) The results of the job.voidsetActivityCodeId(String activityCodeId) voidsetBusinessUnitId(String businessUnitId) voidsetLengthInMinutes(Integer lengthInMinutes) voidsetResults(List<LearningScheduleSlotsJobResult> results) voidvoidsetUserIds(List<String> userIds) The type of slots fetched in the job.toString()The user IDs to fetch the slots for.
-
Constructor Details
-
LearningScheduleSlotsJobResponse
public LearningScheduleSlotsJobResponse() -
LearningScheduleSlotsJobResponse
-
-
Method Details
-
getId
-
userIds
The user IDs to fetch the slots for. -
getUserIds
-
setUserIds
-
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
-
slotsType
public LearningScheduleSlotsJobResponse slotsType(LearningScheduleSlotsJobResponse.SlotsTypeEnum slotsType) The type of slots fetched in the job. -
getSlotsType
-
setSlotsType
-
results
The results of the job. -
getResults
-
setResults
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-