public class

Groups

extends PaginatedHRefs
java.lang.Object
   ↳ org.mule.modules.stormpath.model.HRef
     ↳ org.mule.modules.stormpath.model.PaginatedHRefs
       ↳ org.mule.modules.stormpath.model.Groups

Summary

Fields
private List<Group> items
[Expand]
Inherited Fields
From class org.mule.modules.stormpath.model.PaginatedHRefs
From class org.mule.modules.stormpath.model.HRef
Public Constructors
Groups()
Public Methods
boolean equals(Object other)
List<Group> getItems()
int hashCode()
void setItems(List<Group> items)
String toString()
Groups withItems(List<Group> items)
[Expand]
Inherited Methods
From class org.mule.modules.stormpath.model.PaginatedHRefs
From class org.mule.modules.stormpath.model.HRef
From class java.lang.Object

Fields

private List<Group> items

Public Constructors

public Groups ()

Public Methods

public boolean equals (Object other)

Parameters
other

public List<Group> getItems ()

public int hashCode ()

public void setItems (List<Group> items)

Parameters
items

public String toString ()

public Groups withItems (List<Group> items)

Parameters
items