Uses of Record Class
it.auties.whatsapp.model.payment.PaymentBackground
Packages that use PaymentBackground
-
Uses of PaymentBackground in it.auties.whatsapp.model.message.payment
Fields in it.auties.whatsapp.model.message.payment with type parameters of type PaymentBackgroundModifier and TypeFieldDescriptionprivate final Optional<PaymentBackground> RequestPaymentMessage.backgroundThe field for thebackgroundrecord component.private Optional<PaymentBackground> RequestPaymentMessageBuilder.backgroundprivate final Optional<PaymentBackground> SendPaymentMessage.backgroundThe field for thebackgroundrecord component.private Optional<PaymentBackground> SendPaymentMessageBuilder.backgroundMethods in it.auties.whatsapp.model.message.payment that return types with arguments of type PaymentBackgroundModifier and TypeMethodDescriptionRequestPaymentMessage.background()Returns the value of thebackgroundrecord component.SendPaymentMessage.background()Returns the value of thebackgroundrecord component.Methods in it.auties.whatsapp.model.message.payment with parameters of type PaymentBackgroundModifier and TypeMethodDescriptionRequestPaymentMessageBuilder.background(PaymentBackground background) SendPaymentMessageBuilder.background(PaymentBackground background) Method parameters in it.auties.whatsapp.model.message.payment with type arguments of type PaymentBackgroundModifier and TypeMethodDescriptionRequestPaymentMessageBuilder.background(Optional<PaymentBackground> background) SendPaymentMessageBuilder.background(Optional<PaymentBackground> background) -
Uses of PaymentBackground in it.auties.whatsapp.model.payment
Methods in it.auties.whatsapp.model.payment that return PaymentBackgroundModifier and TypeMethodDescriptionPaymentBackgroundBuilder.build()static PaymentBackgroundPaymentBackgroundSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.payment with parameters of type PaymentBackgroundModifier and TypeMethodDescriptionstatic byte[]PaymentBackgroundSpec.encode(PaymentBackground protoInputObject)