Uses of Enum Class
it.auties.whatsapp.model.message.payment.PaymentInvoiceMessage.PaymentAttachmentType
Packages that use PaymentInvoiceMessage.PaymentAttachmentType
-
Uses of PaymentInvoiceMessage.PaymentAttachmentType in it.auties.whatsapp.model.message.payment
Fields in it.auties.whatsapp.model.message.payment declared as PaymentInvoiceMessage.PaymentAttachmentTypeModifier and TypeFieldDescriptionprivate final PaymentInvoiceMessage.PaymentAttachmentTypePaymentInvoiceMessage.paymentAttachmentTypePaymentInvoiceMessageBuilder.paymentAttachmentTypeMethods in it.auties.whatsapp.model.message.payment that return PaymentInvoiceMessage.PaymentAttachmentTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.PaymentInvoiceMessage.PaymentAttachmentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.message.payment that return types with arguments of type PaymentInvoiceMessage.PaymentAttachmentTypeModifier and TypeMethodDescriptionPaymentInvoiceMessagePaymentAttachmentTypeSpec.decode(int index) PaymentInvoiceMessage.paymentAttachmentType()Methods in it.auties.whatsapp.model.message.payment with parameters of type PaymentInvoiceMessage.PaymentAttachmentTypeModifier and TypeMethodDescriptionstatic IntegerPaymentInvoiceMessagePaymentAttachmentTypeSpec.encode(PaymentInvoiceMessage.PaymentAttachmentType protoInputObject) PaymentInvoiceMessageBuilder.paymentAttachmentType(PaymentInvoiceMessage.PaymentAttachmentType paymentAttachmentType) Constructors in it.auties.whatsapp.model.message.payment with parameters of type PaymentInvoiceMessage.PaymentAttachmentTypeModifierConstructorDescriptionPaymentInvoiceMessage(String note, String token, PaymentInvoiceMessage.PaymentAttachmentType paymentAttachmentType, String mimeType, byte[] mediaKey, Long mediaKeyTimestampSeconds, byte[] mediaSha256, byte[] mediaEncryptedSha256, String mediaDirectPath, byte[] thumbnail, ContextInfo contextInfo)