Uses of Class
com.oracle.bmc.filestorage.model.LockDurationDetails.LockMode
-
Packages that use LockDurationDetails.LockMode Package Description com.oracle.bmc.filestorage.model -
-
Uses of LockDurationDetails.LockMode in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return LockDurationDetails.LockMode Modifier and Type Method Description static LockDurationDetails.LockModeLockDurationDetails.LockMode. create(String key)LockDurationDetails.LockModeLockDurationDetails. getLockMode()Can be GOVERNANCE or COMPLIANCE.static LockDurationDetails.LockModeLockDurationDetails.LockMode. valueOf(String name)Returns the enum constant of this type with the specified name.static LockDurationDetails.LockMode[]LockDurationDetails.LockMode. 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 LockDurationDetails.LockMode Modifier and Type Method Description LockDurationDetails.BuilderLockDurationDetails.Builder. lockMode(LockDurationDetails.LockMode lockMode)Can be GOVERNANCE or COMPLIANCE.Constructors in com.oracle.bmc.filestorage.model with parameters of type LockDurationDetails.LockMode Constructor Description LockDurationDetails(Integer coolOffDuration, Integer lockDuration, LockDurationDetails.LockMode lockMode)Deprecated.
-