Uses of Class
com.docusign.esign.model.EventResult
-
Packages that use EventResult Package Description com.docusign.esign.model -
-
Uses of EventResult in com.docusign.esign.model
Methods in com.docusign.esign.model that return EventResult Modifier and Type Method Description EventResultEventResult. eventTimestamp(String eventTimestamp)eventTimestamp.EventResultEventResult. failureDescription(String failureDescription)failureDescription.EventResultAuthenticationStatus. getAccessCodeResult()The result of a user's attempt to authenticate by using an access code.EventResultAuthenticationStatus. getAgeVerifyResult()The result of an age verification check.EventResultAuthenticationStatus. getAnySocialIDResult()Deprecated..EventResultAuthenticationStatus. getFacebookResult()Deprecated..EventResultAuthenticationStatus. getGoogleResult()Deprecated..EventResultAuthenticationStatus. getIdentityVerificationResult()The result of an [Identity Verification][IDV] workflow.EventResultAuthenticationStatus. getIdLookupResult()The result of an ID lookup authentication check.EventResultAuthenticationStatus. getIdQuestionsResult()The result of the user's answers to ID challenge questions.EventResultAuthenticationStatus. getLinkedinResult()Deprecated..EventResultAuthenticationStatus. getLiveIDResult()Deprecated..EventResultAuthenticationStatus. getOfacResult()The result of an Office of Foreign Asset Control (OFAC) check.EventResultAuthenticationStatus. getOpenIDResult()Deprecated..EventResultAuthenticationStatus. getPhoneAuthResult()The result of the user's attempt to authenticate by using two-factor authentication (2FA) through phone messaging.EventResultAuthenticationStatus. getSalesforceResult()Success/failure result of authentication using sign-in with a Salesforce account.EventResultAuthenticationStatus. getSignatureProviderResult()The result of the user's attempt to authenticate by using a signature provider..EventResultAuthenticationStatus. getSmsAuthResult()The result of the user's attempt to authenticate by using two-factor authentication (2FA) through SMS messaging on a mobile phone..EventResultAuthenticationStatus. getSTANPinResult()The result of a Student Authentication Network (STAN) authentication check.EventResultAuthenticationStatus. getTwitterResult()Deprecated..EventResultAuthenticationStatus. getYahooResult()Deprecated..EventResultEventResult. status(String status)status.EventResultEventResult. vendorFailureStatusCode(String vendorFailureStatusCode)vendorFailureStatusCode.Methods in com.docusign.esign.model with parameters of type EventResult Modifier and Type Method Description AuthenticationStatusAuthenticationStatus. accessCodeResult(EventResult accessCodeResult)accessCodeResult.AuthenticationStatusAuthenticationStatus. ageVerifyResult(EventResult ageVerifyResult)ageVerifyResult.AuthenticationStatusAuthenticationStatus. anySocialIDResult(EventResult anySocialIDResult)anySocialIDResult.AuthenticationStatusAuthenticationStatus. facebookResult(EventResult facebookResult)facebookResult.AuthenticationStatusAuthenticationStatus. googleResult(EventResult googleResult)googleResult.AuthenticationStatusAuthenticationStatus. identityVerificationResult(EventResult identityVerificationResult)identityVerificationResult.AuthenticationStatusAuthenticationStatus. idLookupResult(EventResult idLookupResult)idLookupResult.AuthenticationStatusAuthenticationStatus. idQuestionsResult(EventResult idQuestionsResult)idQuestionsResult.AuthenticationStatusAuthenticationStatus. linkedinResult(EventResult linkedinResult)linkedinResult.AuthenticationStatusAuthenticationStatus. liveIDResult(EventResult liveIDResult)liveIDResult.AuthenticationStatusAuthenticationStatus. ofacResult(EventResult ofacResult)ofacResult.AuthenticationStatusAuthenticationStatus. openIDResult(EventResult openIDResult)openIDResult.AuthenticationStatusAuthenticationStatus. phoneAuthResult(EventResult phoneAuthResult)phoneAuthResult.AuthenticationStatusAuthenticationStatus. salesforceResult(EventResult salesforceResult)salesforceResult.voidAuthenticationStatus. setAccessCodeResult(EventResult accessCodeResult)setAccessCodeResult.voidAuthenticationStatus. setAgeVerifyResult(EventResult ageVerifyResult)setAgeVerifyResult.voidAuthenticationStatus. setAnySocialIDResult(EventResult anySocialIDResult)setAnySocialIDResult.voidAuthenticationStatus. setFacebookResult(EventResult facebookResult)setFacebookResult.voidAuthenticationStatus. setGoogleResult(EventResult googleResult)setGoogleResult.voidAuthenticationStatus. setIdentityVerificationResult(EventResult identityVerificationResult)setIdentityVerificationResult.voidAuthenticationStatus. setIdLookupResult(EventResult idLookupResult)setIdLookupResult.voidAuthenticationStatus. setIdQuestionsResult(EventResult idQuestionsResult)setIdQuestionsResult.voidAuthenticationStatus. setLinkedinResult(EventResult linkedinResult)setLinkedinResult.voidAuthenticationStatus. setLiveIDResult(EventResult liveIDResult)setLiveIDResult.voidAuthenticationStatus. setOfacResult(EventResult ofacResult)setOfacResult.voidAuthenticationStatus. setOpenIDResult(EventResult openIDResult)setOpenIDResult.voidAuthenticationStatus. setPhoneAuthResult(EventResult phoneAuthResult)setPhoneAuthResult.voidAuthenticationStatus. setSalesforceResult(EventResult salesforceResult)setSalesforceResult.voidAuthenticationStatus. setSignatureProviderResult(EventResult signatureProviderResult)setSignatureProviderResult.voidAuthenticationStatus. setSmsAuthResult(EventResult smsAuthResult)setSmsAuthResult.voidAuthenticationStatus. setSTANPinResult(EventResult sTANPinResult)setSTANPinResult.voidAuthenticationStatus. setTwitterResult(EventResult twitterResult)setTwitterResult.voidAuthenticationStatus. setYahooResult(EventResult yahooResult)setYahooResult.AuthenticationStatusAuthenticationStatus. signatureProviderResult(EventResult signatureProviderResult)signatureProviderResult.AuthenticationStatusAuthenticationStatus. smsAuthResult(EventResult smsAuthResult)smsAuthResult.AuthenticationStatusAuthenticationStatus. sTANPinResult(EventResult sTANPinResult)sTANPinResult.AuthenticationStatusAuthenticationStatus. twitterResult(EventResult twitterResult)twitterResult.AuthenticationStatusAuthenticationStatus. yahooResult(EventResult yahooResult)yahooResult.
-