@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class SocialAccountInformation extends Object
| Constructor and Description |
|---|
SocialAccountInformation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEmail()
The users email address.
|
ErrorDetails |
getErrorDetails() |
String |
getProvider()
The social account provider (Facebook, Yahoo, etc.)
|
String |
getSocialId()
The ID provided by the Socal Account.
|
String |
getUserName()
The full user name for the account.
|
int |
hashCode() |
void |
setEmail(String email) |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setProvider(String provider) |
void |
setSocialId(String socialId) |
void |
setUserName(String userName) |
String |
toString() |
public String getEmail()
The users email address.
public void setEmail(String email)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public String getProvider()
The social account provider (Facebook, Yahoo, etc.)
public void setProvider(String provider)
public String getSocialId()
The ID provided by the Socal Account.
public void setSocialId(String socialId)
public String getUserName()
The full user name for the account.
public void setUserName(String userName)
Copyright © 2017. All Rights Reserved.