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