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.Responsecreate(Group model)Create the givenGroupidentified by name.javax.ws.rs.core.Responsedelete(String groupName)Delete the givenGroupidentified 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 givenGroupidentified by name.
-
-