Package com.docusign.esign.model
Class SocialAccountInformation
- java.lang.Object
-
- com.docusign.esign.model.SocialAccountInformation
-
- All Implemented Interfaces:
Serializable
public class SocialAccountInformation extends Object implements Serializable
SocialAccountInformation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SocialAccountInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SocialAccountInformationemail(String email)email.booleanequals(Object o)Compares objects.SocialAccountInformationerrorDetails(ErrorDetails errorDetails)errorDetails.StringgetEmail()The users email address..ErrorDetailsgetErrorDetails()Array or errors..StringgetProvider()The social account provider (Facebook, Yahoo, etc.).StringgetSocialId()The ID provided by the Socal Account..StringgetUserName()The full user name for the account..inthashCode()Returns the HashCode.SocialAccountInformationprovider(String provider)provider.voidsetEmail(String email)setEmail.voidsetErrorDetails(ErrorDetails errorDetails)setErrorDetails.voidsetProvider(String provider)setProvider.voidsetSocialId(String socialId)setSocialId.voidsetUserName(String userName)setUserName.SocialAccountInformationsocialId(String socialId)socialId.StringtoString()Converts the given object to string.SocialAccountInformationuserName(String userName)userName.
-
-
-
Method Detail
-
email
public SocialAccountInformation email(String email)
email.- Returns:
- SocialAccountInformation
-
getEmail
public String getEmail()
The users email address..- Returns:
-
setEmail
public void setEmail(String email)
setEmail.
-
errorDetails
public SocialAccountInformation errorDetails(ErrorDetails errorDetails)
errorDetails.- Returns:
- SocialAccountInformation
-
getErrorDetails
public ErrorDetails getErrorDetails()
Array or errors..- Returns:
- errorDetails
-
setErrorDetails
public void setErrorDetails(ErrorDetails errorDetails)
setErrorDetails.
-
provider
public SocialAccountInformation provider(String provider)
provider.- Returns:
- SocialAccountInformation
-
getProvider
public String getProvider()
The social account provider (Facebook, Yahoo, etc.).- Returns:
- provider
-
setProvider
public void setProvider(String provider)
setProvider.
-
socialId
public SocialAccountInformation socialId(String socialId)
socialId.- Returns:
- SocialAccountInformation
-
getSocialId
public String getSocialId()
The ID provided by the Socal Account..- Returns:
- socialId
-
setSocialId
public void setSocialId(String socialId)
setSocialId.
-
userName
public SocialAccountInformation userName(String userName)
userName.- Returns:
- SocialAccountInformation
-
getUserName
public String getUserName()
The full user name for the account..- Returns:
- userName
-
setUserName
public void setUserName(String userName)
setUserName.
-
equals
public boolean equals(Object o)
Compares objects.
-
-