Interface ApplicationApi


  • @Path("/v4/")
    @Consumes("application/json")
    @Produces("application/json")
    public interface ApplicationApi
    Author:
    gv
    • Method Detail

      • listTenants

        @GET
        @Path("tenant")
        java.util.List<TenantInfo> listTenants()