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(java.lang.String accountId, java.lang.String userId, SocialAccountInformation socialAccountInformation)Deletes user's social account..voidAuthenticationApi. updateSocialLogin(java.lang.String accountId, java.lang.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(java.lang.String email)email.SocialAccountInformationSocialAccountInformation. errorDetails(ErrorDetails errorDetails)errorDetails.SocialAccountInformationNewAccountDefinition. getSocialAccountInformation()Get socialAccountInformation.SocialAccountInformationSocialAccountInformation. provider(java.lang.String provider)provider.SocialAccountInformationSocialAccountInformation. socialId(java.lang.String socialId)socialId.SocialAccountInformationSocialAccountInformation. userName(java.lang.String userName)userName.Methods in com.docusign.esign.model that return types with arguments of type SocialAccountInformation Modifier and Type Method Description java.util.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(java.util.List<SocialAccountInformation> socialAccountInformation)setSocialAccountInformation.UserSocialIdResultUserSocialIdResult. socialAccountInformation(java.util.List<SocialAccountInformation> socialAccountInformation)socialAccountInformation.
-