Uses of Class
com.oracle.bmc.databasemanagement.model.JobTypes
-
Packages that use JobTypes Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of JobTypes in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return JobTypes Modifier and Type Method Description static JobTypes
JobTypes. create(String key)
JobTypes
JobSummary. getJobType()
The type of job.static JobTypes
JobTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobTypes[]
JobTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type JobTypes Modifier and Type Method Description JobSummary.Builder
JobSummary.Builder. jobType(JobTypes jobType)
The type of job.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type JobTypes Constructor Description JobSummary(String id, String compartmentId, String name, String description, String managedDatabaseGroupId, String managedDatabaseId, DatabaseSubType databaseSubType, Job.ScheduleType scheduleType, JobScheduleDetails scheduleDetails, JobTypes jobType, Job.LifecycleState lifecycleState, String timeout, String submissionErrorMessage, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-