Package org.alfresco.rest.api.model
Class AuditApp
- java.lang.Object
-
- org.alfresco.rest.api.model.AuditApp
-
public class AuditApp extends Object
A representation of a Audit App- Author:
- janv
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()BooleangetIsEnabled()StringgetName()voidsetId(String id)voidsetIsEnabled(Boolean isEnabled)voidsetName(String name)StringtoString()
-