Interface SupportProxy


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

    Modifier and Type
    Method
    Description
    jakarta.ws.rs.core.Response
     
  • Method Details

    • generateSupportZip

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