Uses of Class
com.oracle.bmc.dts.model.ApplianceExportJobSummary.LifecycleState
-
Packages that use ApplianceExportJobSummary.LifecycleState Package Description com.oracle.bmc.dts.model -
-
Uses of ApplianceExportJobSummary.LifecycleState in com.oracle.bmc.dts.model
Methods in com.oracle.bmc.dts.model that return ApplianceExportJobSummary.LifecycleState Modifier and Type Method Description static ApplianceExportJobSummary.LifecycleStateApplianceExportJobSummary.LifecycleState. create(String key)ApplianceExportJobSummary.LifecycleStateApplianceExportJobSummary. getLifecycleState()static ApplianceExportJobSummary.LifecycleStateApplianceExportJobSummary.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplianceExportJobSummary.LifecycleState[]ApplianceExportJobSummary.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dts.model with parameters of type ApplianceExportJobSummary.LifecycleState Modifier and Type Method Description ApplianceExportJobSummary.BuilderApplianceExportJobSummary.Builder. lifecycleState(ApplianceExportJobSummary.LifecycleState lifecycleState)Constructors in com.oracle.bmc.dts.model with parameters of type ApplianceExportJobSummary.LifecycleState Constructor Description ApplianceExportJobSummary(String id, String bucketName, String displayName, Date creationTime, ApplianceExportJobSummary.LifecycleState lifecycleState, String lifecycleStateDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-