Class LabelResource

java.lang.Object
com.atlassian.confluence.plugins.labels.rest.LabelResource

@Path("/") public class LabelResource extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • autocompleteLabel

      @GET @Path("/autocomplete") @Consumes({"application/json","application/x-www-form-urlencoded"}) @Produces("application/json") public jakarta.ws.rs.core.Response autocompleteLabel(@QueryParam("query") String query, @QueryParam("contentId") long contentId, @QueryParam("maxResults") int maxResults, @QueryParam("spaceKey") String spaceKey, @QueryParam("ignoreRelated") boolean ignoreRelated, @QueryParam("isTeamLabel") boolean isTeamLabel, @QueryParam("xoauth_requestor_id") String username)