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 class
TransactionData.User
Details about a user's account involved in the transaction.static class
TransactionData.User.Builder
Details 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.UserOrBuilder
TransactionData.Builder. getMerchantsOrBuilder(int index)
Information about the user or users fulfilling the transaction.TransactionData.UserOrBuilder
TransactionData. getMerchantsOrBuilder(int index)
Information about the user or users fulfilling the transaction.TransactionData.UserOrBuilder
TransactionDataOrBuilder. getMerchantsOrBuilder(int index)
Information about the user or users fulfilling the transaction.TransactionData.UserOrBuilder
TransactionData.Builder. getUserOrBuilder()
Information about the user paying/initiating the transaction.TransactionData.UserOrBuilder
TransactionData. getUserOrBuilder()
Information about the user paying/initiating the transaction.TransactionData.UserOrBuilder
TransactionDataOrBuilder. 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.
-