Uses of Class
com.oracle.bmc.jms.model.ExportRunStatus
-
Packages that use ExportRunStatus Package Description com.oracle.bmc.jms.model -
-
Uses of ExportRunStatus in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return ExportRunStatus Modifier and Type Method Description static ExportRunStatus
ExportRunStatus. create(String key)
ExportRunStatus
ExportStatus. getLatestRunStatus()
The status of the latest export run.static ExportRunStatus
ExportRunStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportRunStatus[]
ExportRunStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.jms.model with parameters of type ExportRunStatus Modifier and Type Method Description ExportStatus.Builder
ExportStatus.Builder. latestRunStatus(ExportRunStatus latestRunStatus)
The status of the latest export run.Constructors in com.oracle.bmc.jms.model with parameters of type ExportRunStatus Constructor Description ExportStatus(String fleetId, Date timeLastRun, Date timeNextRun, ExportRunStatus latestRunStatus)
Deprecated.
-