public class

PasswordResetToken

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

Summary

Fields
private HRef account
private String email
[Expand]
Inherited Fields
From class org.mule.modules.stormpath.model.HRef
Public Constructors
PasswordResetToken()
Public Methods
boolean equals(Object other)
HRef getAccount()
String getEmail()
int hashCode()
void setAccount(HRef account)
void setEmail(String email)
String toString()
PasswordResetToken withAccount(HRef account)
PasswordResetToken withEmail(String email)
[Expand]
Inherited Methods
From class org.mule.modules.stormpath.model.HRef
From class java.lang.Object

Fields

private HRef account

private String email

Public Constructors

public PasswordResetToken ()

Public Methods

public boolean equals (Object other)

Parameters
other

public HRef getAccount ()

public String getEmail ()

public int hashCode ()

public void setAccount (HRef account)

Parameters
account

public void setEmail (String email)

Parameters
email

public String toString ()

public PasswordResetToken withAccount (HRef account)

Parameters
account

public PasswordResetToken withEmail (String email)

Parameters
email