Class RestSyncNodeSubscriptionModelCollection

All Implemented Interfaces:
IModelsCollectionAssertion<RestSyncNodeSubscriptionModelCollection>, IRestModelsCollection<RestSyncNodeSubscriptionModel>

public class RestSyncNodeSubscriptionModelCollection extends RestModels<RestSyncNodeSubscriptionModel,RestSyncNodeSubscriptionModelCollection>
Handle collection of
Author:
meenal bhave Example: { "list": { "pagination": { "count": 2, "hasMoreItems": false, "totalItems": 2, "skipCount": 0, "maxItems": 100 }, "entries": [ { "entry": { "deviceSubscriptionId": "012d6bf6-8b11-4dc3-bd45-6e4f77b48f67", "createdAt": "2017-07-28T10:15:35.461+0000", "targetPath": "/Company Home/Data Dictionary", "state": "VALID", "id": "f1c346a9-4ba1-4357-bced-f9ad2164db43", "targetNodeId": "20ad767c-4d86-4d9f-91a6-2e82fffa4e87" } }, { "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 Details

    • RestSyncNodeSubscriptionModelCollection

      public RestSyncNodeSubscriptionModelCollection()