Uses of Class
com.oracle.bmc.databasemanagement.model.Job.ScheduleType
-
Packages that use Job.ScheduleType Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of Job.ScheduleType in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return Job.ScheduleType Modifier and Type Method Description static Job.ScheduleTypeJob.ScheduleType. create(String key)Job.ScheduleTypeCreateJobDetails. getScheduleType()The schedule type of the job.Job.ScheduleTypeJob. getScheduleType()The schedule type of the job.Job.ScheduleTypeJobSummary. getScheduleType()The schedule type of the job.static Job.ScheduleTypeJob.ScheduleType. valueOf(String name)Returns the enum constant of this type with the specified name.static Job.ScheduleType[]Job.ScheduleType. 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 Job.ScheduleType Modifier and Type Method Description CreateSqlJobDetails.BuilderCreateSqlJobDetails.Builder. scheduleType(Job.ScheduleType scheduleType)JobSummary.BuilderJobSummary.Builder. scheduleType(Job.ScheduleType scheduleType)The schedule type of the job.SqlJob.BuilderSqlJob.Builder. scheduleType(Job.ScheduleType scheduleType)Constructors in com.oracle.bmc.databasemanagement.model with parameters of type Job.ScheduleType Constructor Description CreateJobDetails(String name, String description, String compartmentId, String managedDatabaseGroupId, String managedDatabaseId, DatabaseSubType databaseSubType, Job.ScheduleType scheduleType, String timeout, JobExecutionResultLocation resultLocation, JobScheduleDetails scheduleDetails)Deprecated.CreateSqlJobDetails(String name, String description, String compartmentId, String managedDatabaseGroupId, String managedDatabaseId, DatabaseSubType databaseSubType, Job.ScheduleType scheduleType, String timeout, JobExecutionResultLocation resultLocation, JobScheduleDetails scheduleDetails, String sqlText, JobInBindsDetails inBinds, JobOutBindsDetails outBinds, SqlJob.SqlType sqlType, SqlJob.OperationType operationType, String userName, String password, String secretId, String namedCredentialId, SqlJob.Role role, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.Job(String id, String compartmentId, String name, String description, String managedDatabaseGroupId, String managedDatabaseId, List<JobDatabase> managedDatabasesDetails, DatabaseSubType databaseSubType, Job.ScheduleType scheduleType, Job.LifecycleState lifecycleState, String timeout, JobExecutionResultLocation resultLocation, JobScheduleDetails scheduleDetails, String submissionErrorMessage, Date timeCreated, Date timeUpdated)Deprecated.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.SqlJob(String id, String compartmentId, String name, String description, String managedDatabaseGroupId, String managedDatabaseId, List<JobDatabase> managedDatabasesDetails, DatabaseSubType databaseSubType, Job.ScheduleType scheduleType, Job.LifecycleState lifecycleState, String timeout, JobExecutionResultLocation resultLocation, JobScheduleDetails scheduleDetails, String submissionErrorMessage, Date timeCreated, Date timeUpdated, SqlJob.SqlType sqlType, String sqlText, JobInBindsDetails inBinds, JobOutBindsDetails outBinds, SqlJob.OperationType operationType, String userName, SqlJob.Role role, String namedCredentialId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-