public class ObjectLockConfiguration extends Object implements Serializable
| Constructor and Description | 
|---|
| ObjectLockConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getObjectLockEnabled()Indicates whether this object has an Object Lock configuration enabled. | 
| ObjectLockRule | getRule()The Object Lock rule in place for the specified object. | 
| void | setObjectLockEnabled(ObjectLockEnabled objectLockEnabled)Indicates whether this object has an Object Lock configuration enabled. | 
| void | setObjectLockEnabled(String objectLockEnabled)Indicates whether this object has an Object Lock configuration enabled. | 
| void | setRule(ObjectLockRule rule)The Object Lock rule in place for the specified object. | 
| ObjectLockConfiguration | withObjectLockEnabled(ObjectLockEnabled objectLockEnabled)Indicates whether this object has an Object Lock configuration enabled. | 
| ObjectLockConfiguration | withObjectLockEnabled(String objectLockEnabled)Indicates whether this object has an Object Lock configuration enabled. | 
| ObjectLockConfiguration | withRule(ObjectLockRule rule)The Object Lock rule in place for the specified object. | 
public String getObjectLockEnabled()
public ObjectLockConfiguration withObjectLockEnabled(String objectLockEnabled)
public ObjectLockConfiguration withObjectLockEnabled(ObjectLockEnabled objectLockEnabled)
public void setObjectLockEnabled(String objectLockEnabled)
public void setObjectLockEnabled(ObjectLockEnabled objectLockEnabled)
public ObjectLockRule getRule()
public ObjectLockConfiguration withRule(ObjectLockRule rule)
public void setRule(ObjectLockRule rule)