Uses of Enum Class
com.targomo.client.api.response.ResponseCode
Packages that use ResponseCode
-
Uses of ResponseCode in com.targomo.client.api.exception
Constructors in com.targomo.client.api.exception with parameters of type ResponseCode -
Uses of ResponseCode in com.targomo.client.api.response
Methods in com.targomo.client.api.response that return ResponseCodeModifier and TypeMethodDescriptionstatic ResponseCodeResponseCode.fromString(String code) DefaultResponse.getCode()PolygonResponse.getCode()ReachabilityResponse.getCode()RouteResponse.getCode()TimeResponse.getCode()static ResponseCodeReturns the enum constant of this class with the specified name.static ResponseCode[]ResponseCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.targomo.client.api.response with parameters of type ResponseCodeModifierConstructorDescriptionPolygonResponse(TravelOptions travelOptions, org.json.JSONObject result, ResponseCode code, long requestTimeMillis, long roundTripTimeMillis) PolygonResponse(TravelOptions travelOptions, org.json.JSONObject result, ResponseCode code, long requestTimeMillis, long roundTripTimeMillis, long parseTime) ReachabilityResponse(TravelOptions travelOptions, ResponseCode code, long requestTime, long requestStart) Create a response with custom response code and without results.ReachabilityResponse(TravelOptions travelOptions, ResponseCode code, long requestTimeMillis, long totalTimeMillis, String message) RouteResponse(TravelOptions travelOptions, org.json.JSONArray routes, ResponseCode code, long requestTimeMillis) TimeResponse(TravelOptions travelOptions, ResponseCode code, long requestTime, long requestStart) Create a response with custom response code and without results.