Uses of Class
it.auties.whatsapp.model.message.payment.PaymentInvoiceMessage
Packages that use PaymentInvoiceMessage
-
Uses of PaymentInvoiceMessage in it.auties.whatsapp.model.message.model
Fields in it.auties.whatsapp.model.message.model with type parameters of type PaymentInvoiceMessageModifier and TypeFieldDescriptionprivate final Optional<PaymentInvoiceMessage> MessageContainer.invoiceMessageThe field for theinvoiceMessagerecord component.private Optional<PaymentInvoiceMessage> MessageContainerBuilder.invoiceMessageMethods in it.auties.whatsapp.model.message.model that return types with arguments of type PaymentInvoiceMessageModifier and TypeMethodDescriptionMessageContainer.invoiceMessage()Returns the value of theinvoiceMessagerecord component.Methods in it.auties.whatsapp.model.message.model with parameters of type PaymentInvoiceMessageModifier and TypeMethodDescriptionMessageContainerBuilder.invoiceMessage(PaymentInvoiceMessage invoiceMessage) Method parameters in it.auties.whatsapp.model.message.model with type arguments of type PaymentInvoiceMessageModifier and TypeMethodDescriptionMessageContainerBuilder.invoiceMessage(Optional<PaymentInvoiceMessage> invoiceMessage) -
Uses of PaymentInvoiceMessage in it.auties.whatsapp.model.message.payment
Methods in it.auties.whatsapp.model.message.payment that return PaymentInvoiceMessageModifier and TypeMethodDescriptionPaymentInvoiceMessageBuilder.build()static PaymentInvoiceMessagePaymentInvoiceMessageSpec.decode(byte[] input) PaymentInvoiceMessage.setMediaDirectPath(String mediaDirectPath) PaymentInvoiceMessage.setMediaEncryptedSha256(byte[] bytes) PaymentInvoiceMessage.setMediaKey(byte[] bytes) PaymentInvoiceMessage.setMediaKeyTimestamp(Long timestamp) PaymentInvoiceMessage.setMediaSha256(byte[] bytes) PaymentInvoiceMessage.setMediaSize(long mediaSize) PaymentInvoiceMessage.setMediaUrl(String mediaUrl) Methods in it.auties.whatsapp.model.message.payment with parameters of type PaymentInvoiceMessageModifier and TypeMethodDescriptionstatic byte[]PaymentInvoiceMessageSpec.encode(PaymentInvoiceMessage protoInputObject)