com.atlassian.crowd.plugin.rest.admin.model
Class RestGroups

java.lang.Object
  extended by com.atlassian.crowd.plugin.rest.admin.model.RestGroups

public class RestGroups
extends Object

Encapsulates a collection of groups


Constructor Summary
RestGroups(Collection<Group> crowdGroups)
           
 
Method Summary
 boolean equals(Object o)
           
 Collection<RestGroup> getGroups()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestGroups

public RestGroups(Collection<Group> crowdGroups)
Method Detail

getGroups

public Collection<RestGroup> getGroups()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2010 Atlassian Pty Ltd. All Rights Reserved.