Class DetailsIdList


  • public class DetailsIdList
    extends Object
    Hold a List of Strings, supposed to hold the id's for the Vehicle and Dealer deteails Rest Endpoints { "idList": [ "1", "2" ] }
    Author:
    rjt
    • Field Detail

      • idList

        private List<String> idList
        List of Stings, supposed to hold dealer or vehicle Id's
    • Constructor Detail

      • DetailsIdList

        public DetailsIdList()
    • Method Detail

      • setIdList

        public void setIdList​(List<String> idList)