Class DeclassificationDateRecalculationProcessBody
- java.lang.Object
-
- org.alfresco.governance.classification.model.DeclassificationDateRecalculationProcessBody
-
@Validated public class DeclassificationDateRecalculationProcessBody extends Object
DeclassificationDateRecalculationProcessBody
-
-
Constructor Summary
Constructors Constructor Description DeclassificationDateRecalculationProcessBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@NotNull StringgetId()The id of the process.inthashCode()DeclassificationDateRecalculationProcessBodyid(String id)voidsetId(String id)StringtoString()
-
-
-
Method Detail
-
id
public DeclassificationDateRecalculationProcessBody id(String id)
-
getId
@NotNull public @NotNull String getId()
The id of the process. The only supported process id is \"-declassificationDateRecalculationProcess-\".- Returns:
- id
-
setId
public void setId(String id)
-
-