Uses of Enum Class
com.mypurecloud.sdk.v2.model.LearningScheduleSlotsJobResponse.SlotsTypeEnum
Packages that use LearningScheduleSlotsJobResponse.SlotsTypeEnum
-
Uses of LearningScheduleSlotsJobResponse.SlotsTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LearningScheduleSlotsJobResponse.SlotsTypeEnumModifier and TypeMethodDescriptionLearningScheduleSlotsJobResponse.SlotsTypeEnum.fromString(String key) LearningScheduleSlotsJobResponse.getSlotsType()Returns the enum constant of this class with the specified name.LearningScheduleSlotsJobResponse.SlotsTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type LearningScheduleSlotsJobResponse.SlotsTypeEnumModifier and TypeMethodDescriptionvoidLearningScheduleSlotsJobResponse.setSlotsType(LearningScheduleSlotsJobResponse.SlotsTypeEnum slotsType) LearningScheduleSlotsJobResponse.slotsType(LearningScheduleSlotsJobResponse.SlotsTypeEnum slotsType) The type of slots fetched in the job.