Uses of Class
com.docusign.esign.model.AuthenticationMethod
-
Packages that use AuthenticationMethod Package Description com.docusign.esign.model -
-
Uses of AuthenticationMethod in com.docusign.esign.model
Methods in com.docusign.esign.model that return AuthenticationMethod Modifier and Type Method Description AuthenticationMethodAuthenticationMethod. authenticationType(String authenticationType)authenticationType.AuthenticationMethodAuthenticationMethod. lastProvider(String lastProvider)lastProvider.AuthenticationMethodAuthenticationMethod. lastTimestamp(String lastTimestamp)lastTimestamp.AuthenticationMethodAuthenticationMethod. totalCount(String totalCount)totalCount.Methods in com.docusign.esign.model that return types with arguments of type AuthenticationMethod Modifier and Type Method Description List<AuthenticationMethod>UserProfile. getAuthenticationMethods()These properties cannot be modified in the PUT.Methods in com.docusign.esign.model with parameters of type AuthenticationMethod Modifier and Type Method Description UserProfileUserProfile. addAuthenticationMethodsItem(AuthenticationMethod authenticationMethodsItem)addAuthenticationMethodsItem.Method parameters in com.docusign.esign.model with type arguments of type AuthenticationMethod Modifier and Type Method Description UserProfileUserProfile. authenticationMethods(List<AuthenticationMethod> authenticationMethods)authenticationMethods.voidUserProfile. setAuthenticationMethods(List<AuthenticationMethod> authenticationMethods)setAuthenticationMethods.
-