|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Attribute | |
|---|---|
| org.codeforamerica.open311.facade.data | Visible data objects of the system. |
| org.codeforamerica.open311.facade.data.operations | Data objects related to some operations of the system. |
| org.codeforamerica.open311.internals.network | Network-related functionality of the library. |
| Uses of Attribute in org.codeforamerica.open311.facade.data |
|---|
| Classes in org.codeforamerica.open311.facade.data that implement Attribute | |
|---|---|
class |
MultiValueAttribute
Multi valued attribute useful for the POST Service Request operation. |
class |
SingleValueAttribute
Single valued attribute useful for the POST Service Request operation. |
| Uses of Attribute in org.codeforamerica.open311.facade.data.operations |
|---|
| Methods in org.codeforamerica.open311.facade.data.operations that return types with arguments of type Attribute | |
|---|---|
List<Attribute> |
POSTServiceRequestData.getAttributes()
Obtains the attributes related to the object. |
| Constructor parameters in org.codeforamerica.open311.facade.data.operations with type arguments of type Attribute | |
|---|---|
POSTServiceRequestData(String serviceCode,
float latitude,
float longitude,
List<Attribute> attributes)
Builds a POST service request data object from a lat & long location value. |
|
POSTServiceRequestData(String serviceCode,
long addressId,
List<Attribute> attributes)
Builds a POST service request data object from an address_id location value. |
|
POSTServiceRequestData(String serviceCode,
String address,
List<Attribute> attributes)
Builds a POST service request data object from an address location value. |
|
| Uses of Attribute in org.codeforamerica.open311.internals.network |
|---|
| Method parameters in org.codeforamerica.open311.internals.network with type arguments of type Attribute | |
|---|---|
Map<String,String> |
URLBuilder.buildPostServiceRequestBody(Map<String,String> arguments,
List<Attribute> attributes)
Builds the list of arguments of a POST service request. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||