Uses of Class
com.oracle.bmc.aidocument.model.RemoveProjectLockDetails.Type
-
Packages that use RemoveProjectLockDetails.Type Package Description com.oracle.bmc.aidocument.model -
-
Uses of RemoveProjectLockDetails.Type in com.oracle.bmc.aidocument.model
Methods in com.oracle.bmc.aidocument.model that return RemoveProjectLockDetails.Type Modifier and Type Method Description static RemoveProjectLockDetails.Type
RemoveProjectLockDetails.Type. create(String key)
RemoveProjectLockDetails.Type
RemoveProjectLockDetails. getType()
Type of the lock.static RemoveProjectLockDetails.Type
RemoveProjectLockDetails.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static RemoveProjectLockDetails.Type[]
RemoveProjectLockDetails.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.aidocument.model with parameters of type RemoveProjectLockDetails.Type Modifier and Type Method Description RemoveProjectLockDetails.Builder
RemoveProjectLockDetails.Builder. type(RemoveProjectLockDetails.Type type)
Type of the lock.Constructors in com.oracle.bmc.aidocument.model with parameters of type RemoveProjectLockDetails.Type Constructor Description RemoveProjectLockDetails(RemoveProjectLockDetails.Type type)
Deprecated.
-