Class AdminGroupResource
- java.lang.Object
-
- com.atlassian.confluence.plugins.restapi.resources.AdminGroupResource
-
-
Constructor Summary
Constructors Constructor Description AdminGroupResource(GroupService groupService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
create(Group model)
Create the givenGroup
identified by name.javax.ws.rs.core.Response
delete(String groupName)
Delete the givenGroup
identified by groupName.
-
-
-
Constructor Detail
-
AdminGroupResource
public AdminGroupResource(GroupService groupService)
-
-
Method Detail
-
create
public javax.ws.rs.core.Response create(Group model) throws URISyntaxException, UnsupportedEncodingException
Create the givenGroup
identified by name.
-
-