Interface LicenseApi


@Consumes("application/json") public interface LicenseApi
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String license)
    Returns the specified License resource.
  • Method Details

    • get

      @Named("License:get") @GET @Path("/licenses/{license}") @Nullable License get(@PathParam("license") String license)
      Returns the specified License resource.