Uses of Class
com.oracle.bmc.datacatalog.model.JobScheduleType
-
Packages that use JobScheduleType Package Description com.oracle.bmc.datacatalog.model com.oracle.bmc.datacatalog.requests -
-
Uses of JobScheduleType in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return JobScheduleType Modifier and Type Method Description static JobScheduleType
JobScheduleType. create(String key)
JobScheduleType
Job. getScheduleType()
Type of job schedule that is inferred from the scheduling properties.JobScheduleType
JobDefinition. getScheduleType()
Type of job schedule for the latest job executed.JobScheduleType
JobDefinitionSummary. getScheduleType()
Type of job schedule for the latest job executed.static JobScheduleType
JobScheduleType. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobScheduleType[]
JobScheduleType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datacatalog.model with parameters of type JobScheduleType Modifier and Type Method Description Job.Builder
Job.Builder. scheduleType(JobScheduleType scheduleType)
Type of job schedule that is inferred from the scheduling properties.JobDefinition.Builder
JobDefinition.Builder. scheduleType(JobScheduleType scheduleType)
Type of job schedule for the latest job executed.JobDefinitionSummary.Builder
JobDefinitionSummary.Builder. scheduleType(JobScheduleType scheduleType)
Type of job schedule for the latest job executed.Constructors in com.oracle.bmc.datacatalog.model with parameters of type JobScheduleType Constructor Description Job(String key, String displayName, String description, String catalogId, JobLifecycleState lifecycleState, Date timeCreated, Date timeUpdated, JobType jobType, String scheduleCronExpression, Date timeScheduleBegin, Date timeScheduleEnd, JobScheduleType scheduleType, String connectionKey, String jobDefinitionKey, String internalVersion, Integer executionCount, Date timeOfLatestExecution, String createdById, String updatedById, String jobDefinitionName, String dataAssetKey, String glossaryKey, String errorCode, String errorMessage, String uri)
Deprecated.JobDefinition(String key, String displayName, String catalogId, JobType jobType, Boolean isIncremental, String dataAssetKey, String glossaryKey, String description, String connectionKey, String internalVersion, LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, String createdById, String updatedById, String uri, Boolean isSampleDataExtracted, Integer sampleDataSizeInMBs, Date timeLatestExecutionStarted, Date timeLatestExecutionEnded, JobExecutionState jobExecutionState, JobScheduleType scheduleType, Map<String,Map<String,String>> properties)
Deprecated.JobDefinitionSummary(String key, String displayName, String description, String catalogId, String uri, JobType jobType, LifecycleState lifecycleState, Boolean isSampleDataExtracted, Date timeCreated, String connectionKey, Date timeLatestExecutionStarted, Date timeLatestExecutionEnded, JobExecutionState jobExecutionState, JobScheduleType scheduleType, String dataAssetKey, String glossaryKey)
Deprecated. -
Uses of JobScheduleType in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return JobScheduleType Modifier and Type Method Description JobScheduleType
ListJobsRequest. getScheduleType()
Type of the job schedule.Methods in com.oracle.bmc.datacatalog.requests with parameters of type JobScheduleType Modifier and Type Method Description ListJobsRequest.Builder
ListJobsRequest.Builder. scheduleType(JobScheduleType scheduleType)
Type of the job schedule.
-