Uses of Enum Class
com.mypurecloud.sdk.v2.model.LearningScheduleSlotsJobRequest.SlotsTypeEnum
Packages that use LearningScheduleSlotsJobRequest.SlotsTypeEnum
-
Uses of LearningScheduleSlotsJobRequest.SlotsTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LearningScheduleSlotsJobRequest.SlotsTypeEnumModifier and TypeMethodDescriptionLearningScheduleSlotsJobRequest.SlotsTypeEnum.fromString(String key) LearningScheduleSlotsJobRequest.getSlotsType()Returns the enum constant of this class with the specified name.LearningScheduleSlotsJobRequest.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 LearningScheduleSlotsJobRequest.SlotsTypeEnumModifier and TypeMethodDescriptionvoidLearningScheduleSlotsJobRequest.setSlotsType(LearningScheduleSlotsJobRequest.SlotsTypeEnum slotsType) LearningScheduleSlotsJobRequest.slotsType(LearningScheduleSlotsJobRequest.SlotsTypeEnum slotsType) The type of slots to fetch in the job.