Interface SupportProxy


  • @Path("/support")
    public interface SupportProxy
    • Method Detail

      • generateSupportZip

        @Path("/zip")
        @GET
        @Produces("application/zip")
        javax.ws.rs.core.Response generateSupportZip()