Uses of Class
com.oracle.bmc.filestorage.model.ExportSetSummary.LifecycleState
-
Packages that use ExportSetSummary.LifecycleState Package Description com.oracle.bmc.filestorage.model -
-
Uses of ExportSetSummary.LifecycleState in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return ExportSetSummary.LifecycleState Modifier and Type Method Description static ExportSetSummary.LifecycleState
ExportSetSummary.LifecycleState. create(String key)
ExportSetSummary.LifecycleState
ExportSetSummary. getLifecycleState()
The current state of the export set.static ExportSetSummary.LifecycleState
ExportSetSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportSetSummary.LifecycleState[]
ExportSetSummary.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.filestorage.model with parameters of type ExportSetSummary.LifecycleState Modifier and Type Method Description ExportSetSummary.Builder
ExportSetSummary.Builder. lifecycleState(ExportSetSummary.LifecycleState lifecycleState)
The current state of the export set.Constructors in com.oracle.bmc.filestorage.model with parameters of type ExportSetSummary.LifecycleState Constructor Description ExportSetSummary(String availabilityDomain, String compartmentId, String displayName, String id, ExportSetSummary.LifecycleState lifecycleState, Date timeCreated, String vcnId)
Deprecated.
-