Package com.damnhandy.uri.template
Class ExtendedAddressWithNestedLists
- java.lang.Object
-
- com.damnhandy.uri.template.Address
-
- com.damnhandy.uri.template.ExtendedAddressWithNestedLists
-
public class ExtendedAddressWithNestedLists extends Address
Created by ryan on 4/18/16.
-
-
Constructor Summary
Constructors Constructor Description ExtendedAddressWithNestedLists()ExtendedAddressWithNestedLists(String street, String city, String state, String postalCode, String country)Create a new ExtendedAddress.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddStuff(String thing)List<String>getStuff()voidsetStuff(List<String> stuff)-
Methods inherited from class com.damnhandy.uri.template.Address
getCity, getCountry, getIgnored, getPostalCode, getState, getStreet, isActive, setActive, setCity, setCountry, setIgnored, setPostalCode, setState, setStreet
-
-