java.lang.Object
com.atlassian.confluence.plugins.restapi.resources.SpaceLabelResource
public final class SpaceLabelResource
extends Object
- Since:
- 8.9.0
-
Constructor Summary
Constructors
-
Method Summary
index(javax.ws.rs.core.UriInfo uriInfo,
String spaceKey,
int start,
int limit)
popular(javax.ws.rs.core.UriInfo uriInfo,
String spaceKey,
int start,
int limit)
recent(javax.ws.rs.core.UriInfo uriInfo,
String spaceKey,
int start,
int limit)
related(javax.ws.rs.core.UriInfo uriInfo,
String spaceKey,
String labelName,
int start,
int limit)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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)
-