Uses of Enum Class
it.auties.whatsapp.model.info.PaymentInfo.Status
Packages that use PaymentInfo.Status
-
Uses of PaymentInfo.Status in it.auties.whatsapp.model.info
Fields in it.auties.whatsapp.model.info declared as PaymentInfo.StatusModifier and TypeFieldDescriptionprivate final PaymentInfo.StatusPaymentInfo.statusThe field for thestatusrecord component.private PaymentInfo.StatusPaymentInfoBuilder.statusMethods in it.auties.whatsapp.model.info that return PaymentInfo.StatusModifier and TypeMethodDescriptionPaymentInfo.status()Returns the value of thestatusrecord component.static PaymentInfo.StatusReturns the enum constant of this class with the specified name.static PaymentInfo.Status[]PaymentInfo.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.info that return types with arguments of type PaymentInfo.StatusModifier and TypeMethodDescriptionstatic Optional<PaymentInfo.Status> PaymentInfoStatusSpec.decode(int index) Methods in it.auties.whatsapp.model.info with parameters of type PaymentInfo.StatusModifier and TypeMethodDescriptionstatic IntegerPaymentInfoStatusSpec.encode(PaymentInfo.Status protoInputObject) PaymentInfoBuilder.status(PaymentInfo.Status status) Constructors in it.auties.whatsapp.model.info with parameters of type PaymentInfo.StatusModifierConstructorDescriptionPaymentInfo(PaymentInfo.Currency currencyDeprecated, long amount1000, Jid receiverJid, PaymentInfo.Status status, long transactionTimestampSeconds, ChatMessageKey requestMessageKey, long expiryTimestampSeconds, boolean futureProofed, String currency, PaymentInfo.TransactionStatus transactionStatus, boolean useNoviFormat, PaymentMoney primaryAmount, PaymentMoney exchangeAmount) Creates an instance of aPaymentInforecord class.