public class

AccountStoreMapping

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

Summary

Fields
private HRef accountStore
private HRef application
private Boolean isDefaultAccountStore
private Boolean isDefaultGroupStore
private Integer listIndex
[Expand]
Inherited Fields
From class org.mule.modules.stormpath.model.HRef
Public Constructors
AccountStoreMapping()
Public Methods
boolean equals(Object other)
HRef getAccountStore()
HRef getApplication()
Boolean getIsDefaultAccountStore()
Boolean getIsDefaultGroupStore()
Integer getListIndex()
int hashCode()
void setAccountStore(HRef accountStore)
void setApplication(HRef application)
void setIsDefaultAccountStore(Boolean isDefaultAccountStore)
void setIsDefaultGroupStore(Boolean isDefaultGroupStore)
void setListIndex(Integer listIndex)
String toString()
AccountStoreMapping withAccountStore(HRef accountStore)
AccountStoreMapping withApplication(HRef application)
AccountStoreMapping withIsDefaultAccountStore(Boolean isDefaultAccountStore)
AccountStoreMapping withIsDefaultGroupStore(Boolean isDefaultGroupStore)
AccountStoreMapping withListIndex(Integer listIndex)
[Expand]
Inherited Methods
From class org.mule.modules.stormpath.model.HRef
From class java.lang.Object

Fields

private HRef accountStore

private HRef application

private Boolean isDefaultAccountStore

private Boolean isDefaultGroupStore

private Integer listIndex

Public Constructors

public AccountStoreMapping ()

Public Methods

public boolean equals (Object other)

Parameters
other

public HRef getAccountStore ()

public HRef getApplication ()

public Boolean getIsDefaultAccountStore ()

public Boolean getIsDefaultGroupStore ()

public Integer getListIndex ()

public int hashCode ()

public void setAccountStore (HRef accountStore)

Parameters
accountStore

public void setApplication (HRef application)

Parameters
application

public void setIsDefaultAccountStore (Boolean isDefaultAccountStore)

Parameters
isDefaultAccountStore

public void setIsDefaultGroupStore (Boolean isDefaultGroupStore)

Parameters
isDefaultGroupStore

public void setListIndex (Integer listIndex)

Parameters
listIndex

public String toString ()

public AccountStoreMapping withAccountStore (HRef accountStore)

Parameters
accountStore

public AccountStoreMapping withApplication (HRef application)

Parameters
application

public AccountStoreMapping withIsDefaultAccountStore (Boolean isDefaultAccountStore)

Parameters
isDefaultAccountStore

public AccountStoreMapping withIsDefaultGroupStore (Boolean isDefaultGroupStore)

Parameters
isDefaultGroupStore

public AccountStoreMapping withListIndex (Integer listIndex)

Parameters
listIndex