java.lang.Object
org.apache.fineract.infrastructure.survey.api.PovertyLineApiResource
@Path("/v1/povertyLine")
@Component
public class PovertyLineApiResource
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PovertyLineApiResource
public PovertyLineApiResource()
-
Method Details
-
retrieveAll
@GET
@Path("{ppiName}")
@Consumes("application/json")
@Produces("application/json")
public String retrieveAll(@PathParam("ppiName")
String ppiName)
-
retrieveAll
@GET
@Path("{ppiName}/{likelihoodId}")
@Consumes("application/json")
@Produces("application/json")
public String retrieveAll(@PathParam("ppiName")
String ppiName,
@PathParam("likelihoodId")
Long likelihoodId)