|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Format | |
|---|---|
| org.codeforamerica.open311.facade | Visible part of the system. |
| org.codeforamerica.open311.facade.data | Visible data objects of the system. |
| org.codeforamerica.open311.internals.network | Network-related functionality of the library. |
| org.codeforamerica.open311.internals.parsing | Parsing-related functionality of the library. |
| Uses of Format in org.codeforamerica.open311.facade |
|---|
| Methods in org.codeforamerica.open311.facade that return Format | |
|---|---|
static Format |
Format.getFromHTTPContentTypeString(String contentTypeString)
Builds an instance from the content type. |
static Format |
Format.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Format[] |
Format.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.codeforamerica.open311.facade with parameters of type Format | |
|---|---|
APIWrapperFactory |
APIWrapperFactory.setFormat(Format format)
Selects the desired data exchange format. |
void |
APIWrapper.setFormat(Format format)
Updates the format of the wrapper. |
| Constructors in org.codeforamerica.open311.facade with parameters of type Format | |
|---|---|
APIWrapperFactory(String endpointUrl,
Format format)
Builds an instance from the endpoint url and the data interchange format. |
|
APIWrapperFactory(String endpointUrl,
String jurisdictionId,
Format format)
Builds an instance from the endpoint url and the jurisdiction_id. |
|
| Uses of Format in org.codeforamerica.open311.facade.data |
|---|
| Methods in org.codeforamerica.open311.facade.data that return Format | |
|---|---|
Format |
Endpoint.getBestFormat()
Returns the more suitable format. |
| Methods in org.codeforamerica.open311.facade.data with parameters of type Format | |
|---|---|
boolean |
Endpoint.isCompatibleWithFormat(Format format)
Returns whether it allows the given format or not. |
| Constructor parameters in org.codeforamerica.open311.facade.data with type arguments of type Format | |
|---|---|
Endpoint(String specificationUrl,
String url,
Date changeset,
EndpointType type,
List<Format> formats)
|
|
| Uses of Format in org.codeforamerica.open311.internals.network |
|---|
| Methods in org.codeforamerica.open311.internals.network with parameters of type Format | |
|---|---|
void |
MockNetworkManager.setFormat(Format format)
|
void |
HTTPNetworkManager.setFormat(Format format)
|
void |
NetworkManager.setFormat(Format format)
Sets the desired format of the requests. |
| Constructors in org.codeforamerica.open311.internals.network with parameters of type Format | |
|---|---|
HTTPNetworkManager(Format format)
|
|
| Uses of Format in org.codeforamerica.open311.internals.parsing |
|---|
| Methods in org.codeforamerica.open311.internals.parsing with parameters of type Format | |
|---|---|
DataParser |
DataParserFactory.buildDataParser(Format format)
Builds a data parser taking care of the desired format. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||