public class GroupResource extends Object
Constructor and Description |
---|
GroupResource(UserService restGroupService) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
createGroup(RestGroup restGroup,
Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo) |
List<RestGroup> |
getGroup(String name,
Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo) |
@Inject public GroupResource(UserService restGroupService)
public List<RestGroup> getGroup(String name, @Context Expansion expansion, @Context javax.ws.rs.core.UriInfo uriInfo) throws WebValidationException
WebValidationException
public javax.ws.rs.core.Response createGroup(RestGroup restGroup, @Context Expansion expansion, @Context javax.ws.rs.core.UriInfo uriInfo) throws WebValidationException
WebValidationException
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.