Module it.auties.cobalt
Class PaymentInvoiceMessageBuilder
java.lang.Object
it.auties.whatsapp.model.message.payment.PaymentInvoiceMessageBuilder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()contextInfo(ContextInfo contextInfo) mediaDirectPath(String mediaDirectPath) mediaEncryptedSha256(byte[] mediaEncryptedSha256) mediaKey(byte[] mediaKey) mediaKeyTimestampSeconds(Long mediaKeyTimestampSeconds) mediaSha256(byte[] mediaSha256) paymentAttachmentType(PaymentInvoiceMessage.PaymentAttachmentType paymentAttachmentType) thumbnail(byte[] thumbnail)
-
Field Details
-
note
-
token
-
paymentAttachmentType
-
mimeType
-
mediaKey
private byte[] mediaKey -
mediaKeyTimestampSeconds
-
mediaSha256
private byte[] mediaSha256 -
mediaEncryptedSha256
private byte[] mediaEncryptedSha256 -
mediaDirectPath
-
thumbnail
private byte[] thumbnail -
contextInfo
-
-
Constructor Details
-
PaymentInvoiceMessageBuilder
public PaymentInvoiceMessageBuilder()
-
-
Method Details
-
note
-
token
-
paymentAttachmentType
public PaymentInvoiceMessageBuilder paymentAttachmentType(PaymentInvoiceMessage.PaymentAttachmentType paymentAttachmentType) -
mimeType
-
mediaKey
-
mediaKeyTimestampSeconds
-
mediaSha256
-
mediaEncryptedSha256
-
mediaDirectPath
-
thumbnail
-
contextInfo
-
build
-