public class

AccountStoreMappings

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

Summary

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

Public Constructors

public AccountStoreMappings ()

Public Methods

public boolean equals (Object other)

Parameters
other

public List<AccountStoreMapping> getItems ()

public int hashCode ()

public void setItems (List<AccountStoreMapping> items)

Parameters
items

public String toString ()

public AccountStoreMappings withItems (List<AccountStoreMapping> items)

Parameters
items