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

Packages that use ServiceRequestIdResponse
org.codeforamerica.open311.facade Visible part of the system. 
org.codeforamerica.open311.internals.parsing Parsing-related functionality of the library. 
 

Uses of ServiceRequestIdResponse in org.codeforamerica.open311.facade
 

Methods in org.codeforamerica.open311.facade that return ServiceRequestIdResponse
 ServiceRequestIdResponse APIWrapper.getServiceRequestIdFromToken(String token)
          This function is useful when the POST Service Request returns a token.
 

Uses of ServiceRequestIdResponse in org.codeforamerica.open311.internals.parsing
 

Methods in org.codeforamerica.open311.internals.parsing that return ServiceRequestIdResponse
 ServiceRequestIdResponse DataParser.parseServiceRequestIdFromAToken(String rawData)
          Parses the response to the GET service request id from a token.
 ServiceRequestIdResponse JSONParser.parseServiceRequestIdFromAToken(String rawData)
           
 ServiceRequestIdResponse XMLParser.parseServiceRequestIdFromAToken(String rawData)
           
 



Copyright © 2013 Code for America. All Rights Reserved.