Class PovertyLineApiResource

java.lang.Object
org.apache.fineract.infrastructure.survey.api.PovertyLineApiResource

@Path("/v1/povertyLine") @Component public class PovertyLineApiResource extends Object
  • 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)