public class ObjectLockLegalHold extends Object implements Serializable
| Constructor and Description | 
|---|
| ObjectLockLegalHold() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getStatus()Indicates whether the specified object has a Legal Hold in place. | 
| void | setStatus(ObjectLockLegalHoldStatus status)Indicates whether the specified object has a Legal Hold in place. | 
| void | setStatus(String status)Indicates whether the specified object has a Legal Hold in place. | 
| ObjectLockLegalHold | withStatus(ObjectLockLegalHoldStatus status)Indicates whether the specified object has a Legal Hold in place. | 
| ObjectLockLegalHold | withStatus(String status)Indicates whether the specified object has a Legal Hold in place. | 
public String getStatus()
public ObjectLockLegalHold withStatus(String status)
public ObjectLockLegalHold withStatus(ObjectLockLegalHoldStatus status)
public void setStatus(String status)
public void setStatus(ObjectLockLegalHoldStatus status)