Package org.alfresco.rest.model
Class RestSyncSetGetModel
java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.rest.model.RestSyncSetGetModel
- All Implemented Interfaces:
org.alfresco.utility.model.Model
public class RestSyncSetGetModel
extends org.alfresco.utility.model.TestModel
Base Path {@linkplain /alfresco/api/-default-/private/alfresco/versions/1}
- Author:
- Meenal Bhave Example: { "syncId": "8151", "status": "ready", "changes": [], "resets": [], "moreChanges": false, "message": "optional" }
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class org.alfresco.utility.model.TestModel
setRandomValuesForAllFields, toInfo, toJson, toString
-
Constructor Details
-
RestSyncSetGetModel
public RestSyncSetGetModel()
-
-
Method Details
-
getSyncId
-
getStatus
-
getMoreChanges
public boolean getMoreChanges() -
getChanges
-
getResets
-
getMessage
-