public class LegalHold extends Object implements Serializable
| Constructor and Description |
|---|
LegalHold() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getDate()
Returns the date for this
LegalHold. |
String |
getId()
Returns the id for this
LegalHold |
void |
setDate(Date date)
Sets the date for this
LegalHold. |
void |
setId(String id)
Sets the id for this
LegalHold |
LegalHold |
withId(String id)
Sets the id for this
LegalHold and returns this object for method chaining |
LegalHold |
withName(Date date)
Sets the date for this
LegalHold and returns this object for method chaining. |
public void setDate(Date date)
LegalHold.date - New date for this LegalHold.public LegalHold withName(Date date)
LegalHold and returns this object for method chaining.date - New date for this LegalHold.public void setId(String id)
LegalHoldid - New id for this LegalHoldCopyright © 2025. All rights reserved.