Uses of Enum Class
com.sas.lsaf.schedule.ScheduleDescriptor.ScheduleStatus
Packages that use ScheduleDescriptor.ScheduleStatus
-
Uses of ScheduleDescriptor.ScheduleStatus in com.sas.lsaf.schedule
Methods in com.sas.lsaf.schedule that return ScheduleDescriptor.ScheduleStatusModifier and TypeMethodDescriptionScheduleDescriptor.getStatus()Gets the status of the schedule.Returns the enum constant of this class with the specified name.static ScheduleDescriptor.ScheduleStatus[]ScheduleDescriptor.ScheduleStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.sas.lsaf.schedule with parameters of type ScheduleDescriptor.ScheduleStatusModifierConstructorDescriptionSchedule(String id, String name, String description, String owner, ScheduleDescriptor.ScheduleStatus status, String schedulableLabel, Date lastModified, Schedulable schedulable, ScheduleTrigger trigger) It is not intended or recommended that the consumer of this API construct these objects.ScheduleDescriptor(String id, String name, String description, String owner, ScheduleDescriptor.ScheduleStatus status, String schedulableLabel, Date lastModified) It is not intended or recommended that the consumer of this API construct these objects.