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