com.atlassian.confluence.user.extras.entities
Class GroupsEntity

java.lang.Object
  extended by com.atlassian.confluence.user.extras.entities.GroupsEntity

public class GroupsEntity
extends Object

This is an Entity that is meant for rest calls.


Constructor Summary
GroupsEntity()
           
 
Method Summary
 List<String> getGroups()
           
 void setGroups(List<String> groupName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupsEntity

public GroupsEntity()
Method Detail

getGroups

public List<String> getGroups()

setGroups

public void setGroups(List<String> groupName)


Copyright © 2003-2013 Atlassian. All Rights Reserved.