Package org.alfresco.rest.model
Class RestSyncNodeSubscriptionModel
- java.lang.Object
-
- org.alfresco.utility.model.TestModel
-
- org.alfresco.rest.model.RestSyncNodeSubscriptionModel
-
- All Implemented Interfaces:
IModelAssertion<RestSyncNodeSubscriptionModel>,IRestModel<RestSyncNodeSubscriptionModel>,org.alfresco.utility.model.Model
public class RestSyncNodeSubscriptionModel extends org.alfresco.utility.model.TestModel implements IRestModel<RestSyncNodeSubscriptionModel>
Base Path {@linkplain /alfresco/api/-default-/private/alfresco/versions/1}- Author:
- Meenal Bhave { "entry": { "deviceSubscriptionId": "012d6bf6-8b11-4dc3-bd45-6e4f77b48f67", "createdAt": "2017-08-11T15:54:41.444+0000", "targetPath": "/Company Home/Data Dictionary", "state": "VALID", "id": "5d120857-e155-44bc-9d1f-97ead5631090", "targetNodeId": "20ad767c-4d86-4d9f-91a6-2e82fffa4e87" } }
-
-
Constructor Summary
Constructors Constructor Description RestSyncNodeSubscriptionModel()RestSyncNodeSubscriptionModel(java.lang.String targetNodeId, java.lang.String subscriptionType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelAssertion<RestSyncNodeSubscriptionModel>and()ModelAssertion<RestSyncNodeSubscriptionModel>assertThat()java.lang.StringgetCreatedAt()java.lang.StringgetDeviceSubscriptionId()java.lang.StringgetId()RestSyncNodeSubscriptionModelgetModel()java.lang.StringgetState()java.lang.StringgetTargetNodeId()java.lang.StringgetTargetPath()RestSyncNodeSubscriptionModelonModel()
-
-
-
Method Detail
-
onModel
public RestSyncNodeSubscriptionModel onModel()
- Specified by:
onModelin interfaceIRestModel<RestSyncNodeSubscriptionModel>
-
assertThat
public ModelAssertion<RestSyncNodeSubscriptionModel> assertThat()
- Specified by:
assertThatin interfaceIModelAssertion<RestSyncNodeSubscriptionModel>
-
and
public ModelAssertion<RestSyncNodeSubscriptionModel> and()
- Specified by:
andin interfaceIModelAssertion<RestSyncNodeSubscriptionModel>
-
getModel
public RestSyncNodeSubscriptionModel getModel()
-
getDeviceSubscriptionId
public java.lang.String getDeviceSubscriptionId()
-
getCreatedAt
public java.lang.String getCreatedAt()
-
getTargetPath
public java.lang.String getTargetPath()
-
getState
public java.lang.String getState()
-
getId
public java.lang.String getId()
-
getTargetNodeId
public java.lang.String getTargetNodeId()
-
-