codeforamerica / open311_java

Java language binding (wrapper) to the Open311 REST API
BSD 3-Clause "New" or "Revised" License
12 stars 5 forks source link

Check optional attributes of the data objects #11

Closed SantiMunin closed 11 years ago

SantiMunin commented 11 years ago

Some objects (such as ServiceRequest) have optional parameters (address_id is a example). Find a good solution to this.