Uses of Class
org.codeforamerica.open311.facade.EndpointType

Packages that use EndpointType
org.codeforamerica.open311.facade Visible part of the system. 
org.codeforamerica.open311.facade.data Visible data objects of the system. 
 

Uses of EndpointType in org.codeforamerica.open311.facade
 

Methods in org.codeforamerica.open311.facade that return EndpointType
static EndpointType EndpointType.getFromString(String type)
          Builds an instance from a string.
static EndpointType EndpointType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EndpointType[] EndpointType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.codeforamerica.open311.facade with parameters of type EndpointType
APIWrapperFactory(City city, EndpointType endpointType)
          Builds an instance from the desired city and endpoint type.
 

Uses of EndpointType in org.codeforamerica.open311.facade.data
 

Methods in org.codeforamerica.open311.facade.data that return EndpointType
 EndpointType Endpoint.getType()
           
 

Methods in org.codeforamerica.open311.facade.data with parameters of type EndpointType
 Endpoint ServiceDiscoveryInfo.getMoreSuitableEndpoint(EndpointType endpointType)
          Searches through the list of endpoints and tries to find a valid endpoint of the given type.
 

Constructors in org.codeforamerica.open311.facade.data with parameters of type EndpointType
Endpoint(String specificationUrl, String url, Date changeset, EndpointType type, List<Format> formats)
           
 



Copyright © 2013 Code for America. All Rights Reserved.