Uses of Class
com.docusign.esign.model.SocialAccountInformation
-
Packages that use SocialAccountInformation Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of SocialAccountInformation in com.docusign.esign.api
Methods in com.docusign.esign.api with parameters of type SocialAccountInformation Modifier and Type Method Description voidAuthenticationApi. deleteSocialLogin(String accountId, String userId, SocialAccountInformation socialAccountInformation)Deletes user's social account..ApiResponse<Object>AuthenticationApi. deleteSocialLoginWithHttpInfo(String accountId, String userId, SocialAccountInformation socialAccountInformation)Deletes user's social account.voidAuthenticationApi. updateSocialLogin(String accountId, String userId, SocialAccountInformation socialAccountInformation)Adds social account for a user..ApiResponse<Object>AuthenticationApi. updateSocialLoginWithHttpInfo(String accountId, String userId, SocialAccountInformation socialAccountInformation)Adds social account for a user. -
Uses of SocialAccountInformation in com.docusign.esign.model
Methods in com.docusign.esign.model that return SocialAccountInformation Modifier and Type Method Description SocialAccountInformationSocialAccountInformation. email(String email)email.SocialAccountInformationSocialAccountInformation. errorDetails(ErrorDetails errorDetails)errorDetails.SocialAccountInformationNewAccountDefinition. getSocialAccountInformation()Contains properties that map a DocuSign user to a social account such as Facebook or Yahoo..SocialAccountInformationSocialAccountInformation. provider(String provider)provider.SocialAccountInformationSocialAccountInformation. socialId(String socialId)socialId.SocialAccountInformationSocialAccountInformation. userName(String userName)userName.Methods in com.docusign.esign.model that return types with arguments of type SocialAccountInformation Modifier and Type Method Description List<SocialAccountInformation>UserSocialIdResult. getSocialAccountInformation()Contains properties that map a DocuSign user to a social account (Facebook, Yahoo, etc.).Methods in com.docusign.esign.model with parameters of type SocialAccountInformation Modifier and Type Method Description UserSocialIdResultUserSocialIdResult. addSocialAccountInformationItem(SocialAccountInformation socialAccountInformationItem)addSocialAccountInformationItem.voidNewAccountDefinition. setSocialAccountInformation(SocialAccountInformation socialAccountInformation)setSocialAccountInformation.NewAccountDefinitionNewAccountDefinition. socialAccountInformation(SocialAccountInformation socialAccountInformation)socialAccountInformation.Method parameters in com.docusign.esign.model with type arguments of type SocialAccountInformation Modifier and Type Method Description voidUserSocialIdResult. setSocialAccountInformation(List<SocialAccountInformation> socialAccountInformation)setSocialAccountInformation.UserSocialIdResultUserSocialIdResult. socialAccountInformation(List<SocialAccountInformation> socialAccountInformation)socialAccountInformation.
-