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