Uses of Class
com.oracle.bmc.databasemanagement.model.AddmTaskSummary.HowCreated
-
Packages that use AddmTaskSummary.HowCreated Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of AddmTaskSummary.HowCreated in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return AddmTaskSummary.HowCreated Modifier and Type Method Description static AddmTaskSummary.HowCreated
AddmTaskSummary.HowCreated. create(String key)
AddmTaskSummary.HowCreated
AddmTaskSummary. getHowCreated()
A description of how the task was created.static AddmTaskSummary.HowCreated
AddmTaskSummary.HowCreated. valueOf(String name)
Returns the enum constant of this type with the specified name.static AddmTaskSummary.HowCreated[]
AddmTaskSummary.HowCreated. 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 AddmTaskSummary.HowCreated Modifier and Type Method Description AddmTaskSummary.Builder
AddmTaskSummary.Builder. howCreated(AddmTaskSummary.HowCreated howCreated)
A description of how the task was created.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type AddmTaskSummary.HowCreated Constructor Description AddmTaskSummary(String taskName, Long taskId, String description, String dbUser, AddmTaskSummary.Status status, Date timeCreated, AddmTaskSummary.HowCreated howCreated, Date startSnapshotTime, Date endSnapshotTime, Long beginSnapshotId, Long endSnapshotId, Long findings)
Deprecated.
-