Class RestVariableModelsCollection

All Implemented Interfaces:
IModelsCollectionAssertion<RestVariableModelsCollection>, IRestModelsCollection<RestVariableModel>

public class RestVariableModelsCollection extends RestModels<RestVariableModel,RestVariableModelsCollection>
Handles a collection of JSON response Example: "variables": [ { "scope": "string", "name": "string", "value": 0, "type": "string" } ]
Author:
Cristina Axinte
  • Constructor Details

    • RestVariableModelsCollection

      public RestVariableModelsCollection()
  • Method Details