Class SpaceLabelResource

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

public final class SpaceLabelResource extends Object
Since:
8.9.0
  • Constructor Details

    • SpaceLabelResource

      @Inject public SpaceLabelResource(SpaceService spaceService)
  • Method Details

    • index

      public RestList<Label> index(@Context javax.ws.rs.core.UriInfo uriInfo, String spaceKey, int start, int limit)
    • popular

      public RestList<Label> popular(@Context javax.ws.rs.core.UriInfo uriInfo, String spaceKey, int start, int limit)
    • recent

      public RestList<Label> recent(@Context javax.ws.rs.core.UriInfo uriInfo, String spaceKey, int start, int limit)
    • related

      public RestList<Label> related(@Context javax.ws.rs.core.UriInfo uriInfo, String spaceKey, String labelName, int start, int limit)