Uses of Class
com.oracle.bmc.filestorage.model.ExportSummary.LifecycleState
-
Packages that use ExportSummary.LifecycleState Package Description com.oracle.bmc.filestorage.model -
-
Uses of ExportSummary.LifecycleState in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return ExportSummary.LifecycleState Modifier and Type Method Description static ExportSummary.LifecycleState
ExportSummary.LifecycleState. create(String key)
ExportSummary.LifecycleState
ExportSummary. getLifecycleState()
The current state of this export.static ExportSummary.LifecycleState
ExportSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportSummary.LifecycleState[]
ExportSummary.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 ExportSummary.LifecycleState Modifier and Type Method Description ExportSummary.Builder
ExportSummary.Builder. lifecycleState(ExportSummary.LifecycleState lifecycleState)
The current state of this export.Constructors in com.oracle.bmc.filestorage.model with parameters of type ExportSummary.LifecycleState Constructor Description ExportSummary(String exportSetId, String fileSystemId, String id, ExportSummary.LifecycleState lifecycleState, String path, Boolean isIdmapGroupsForSysAuth, Date timeCreated, List<ResourceLock> locks)
Deprecated.
-