Interface MockPersonRestService


@Path("") @RegisterRestClient(configKey="rest.persons") @Produces("application/json") public interface MockPersonRestService
MockPersonRestService interface.
  • Method Details

    • getContributorDetails

      @GET @Path("/persons") List<ContributorDO> getContributorDetails(@QueryParam("universityId") String uniId)
      getContributorDetails.
      Parameters:
      uniId - a String object
      Returns:
      a List object
    • getContributorSearchResult

      @GET @Path("/persons") List<ContributorDO> getContributorSearchResult()
      getContributorSearchResult.
      Returns:
      a List object