public class

Accounts

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

Summary

Fields
private List<Account> items
[Expand]
Inherited Fields
From class org.mule.modules.stormpath.model.PaginatedHRefs
From class org.mule.modules.stormpath.model.HRef
Public Constructors
Accounts()
Public Methods
boolean equals(Object other)
List<Account> getItems()
int hashCode()
void setItems(List<Account> items)
String toString()
Accounts withItems(List<Account> 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<Account> items

Public Constructors

public Accounts ()

Public Methods

public boolean equals (Object other)

Parameters
other

public List<Account> getItems ()

public int hashCode ()

public void setItems (List<Account> items)

Parameters
items

public String toString ()

public Accounts withItems (List<Account> items)

Parameters
items