Uses of Class
org.codeforamerica.open311.facade.data.Endpoint

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

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

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

Methods in org.codeforamerica.open311.facade.data that return types with arguments of type Endpoint
 List<Endpoint> ServiceDiscoveryInfo.getEndpoints()
           
 

Constructor parameters in org.codeforamerica.open311.facade.data with type arguments of type Endpoint
ServiceDiscoveryInfo(Date changeset, String contact, String keyService, List<Endpoint> endpoints)
           
 



Copyright © 2013 Code for America. All Rights Reserved.