java.lang.Object
com.atlassian.confluence.plugins.restapi.resources.LabelResource

@Consumes("application/json") @Produces("application/json") @Path("/label") public class LabelResource extends Object
REST wrapper for the LabelService.
  • Constructor Details

    • LabelResource

      @Inject public LabelResource(LabelService labelService)
  • Method Details