public final class UserCredentials extends Object implements Serializable
| Constructor and Description |
|---|
UserCredentials(String emailAddress,
String password)
Create an immutable credentials instance with a supplied email address and password.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEmailAddress()
Returns the email address.
|
String |
getPassword()
Returns the password.
|
int |
hashCode() |
String |
toString() |
public UserCredentials(String emailAddress, String password)
emailAddress - Email address of a user account within a Brightpearl customer account. Must be a non-empty string.password - The user's password. Must be a non-empty string.Copyright © 2014. All Rights Reserved.