@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class UserSocialIdResult extends Object
| Constructor and Description |
|---|
UserSocialIdResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<SocialAccountInformation> |
getSocialAccountInformation()
Contains properties that map a DocuSign user to a social account (Facebook, Yahoo, etc.)
|
String |
getUserId() |
int |
hashCode() |
void |
setSocialAccountInformation(List<SocialAccountInformation> socialAccountInformation) |
void |
setUserId(String userId) |
String |
toString() |
public List<SocialAccountInformation> getSocialAccountInformation()
public void setSocialAccountInformation(List<SocialAccountInformation> socialAccountInformation)
public String getUserId()
public void setUserId(String userId)
Copyright © 2017. All rights reserved.