Uses of Interface
com.google.recaptchaenterprise.v1.TransactionData.UserOrBuilder
-
Packages that use TransactionData.UserOrBuilder Package Description com.google.recaptchaenterprise.v1 -
-
Uses of TransactionData.UserOrBuilder in com.google.recaptchaenterprise.v1
Classes in com.google.recaptchaenterprise.v1 that implement TransactionData.UserOrBuilder Modifier and Type Class Description static classTransactionData.UserDetails about a user's account involved in the transaction.static classTransactionData.User.BuilderDetails about a user's account involved in the transaction.Methods in com.google.recaptchaenterprise.v1 that return TransactionData.UserOrBuilder Modifier and Type Method Description TransactionData.UserOrBuilderTransactionData.Builder. getMerchantsOrBuilder(int index)Information about the user or users fulfilling the transaction.TransactionData.UserOrBuilderTransactionData. getMerchantsOrBuilder(int index)Information about the user or users fulfilling the transaction.TransactionData.UserOrBuilderTransactionDataOrBuilder. getMerchantsOrBuilder(int index)Information about the user or users fulfilling the transaction.TransactionData.UserOrBuilderTransactionData.Builder. getUserOrBuilder()Information about the user paying/initiating the transaction.TransactionData.UserOrBuilderTransactionData. getUserOrBuilder()Information about the user paying/initiating the transaction.TransactionData.UserOrBuilderTransactionDataOrBuilder. getUserOrBuilder()Information about the user paying/initiating the transaction.Methods in com.google.recaptchaenterprise.v1 that return types with arguments of type TransactionData.UserOrBuilder Modifier and Type Method Description List<? extends TransactionData.UserOrBuilder>TransactionData.Builder. getMerchantsOrBuilderList()Information about the user or users fulfilling the transaction.List<? extends TransactionData.UserOrBuilder>TransactionData. getMerchantsOrBuilderList()Information about the user or users fulfilling the transaction.List<? extends TransactionData.UserOrBuilder>TransactionDataOrBuilder. getMerchantsOrBuilderList()Information about the user or users fulfilling the transaction.
-