Uses of Enum Class
it.auties.whatsapp.model.media.AttachmentType
Packages that use AttachmentType
Package
Description
-
Uses of AttachmentType in it.auties.whatsapp.model.media
Methods in it.auties.whatsapp.model.media that return AttachmentTypeModifier and TypeMethodDescriptionMutableAttachmentProvider.attachmentType()Returns the type of this attachmentstatic AttachmentTypeReturns the enum constant of this class with the specified name.static AttachmentType[]AttachmentType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AttachmentType in it.auties.whatsapp.model.message.model
Fields in it.auties.whatsapp.model.message.model declared as AttachmentTypeModifier and TypeFieldDescriptionprivate final AttachmentTypeMediaMessageType.attachmentTypeThe attachment type for this mediaMethods in it.auties.whatsapp.model.message.model that return AttachmentTypeModifier and TypeMethodDescriptiondefault AttachmentTypeMediaMessage.attachmentType()MediaMessageType.toAttachmentType()The attachment type for this mediaConstructors in it.auties.whatsapp.model.message.model with parameters of type AttachmentTypeModifierConstructorDescriptionprivateMediaMessageType(String defaultMimeType, MessageType messageType, AttachmentType attachmentType) -
Uses of AttachmentType in it.auties.whatsapp.model.message.payment
Methods in it.auties.whatsapp.model.message.payment that return AttachmentType -
Uses of AttachmentType in it.auties.whatsapp.model.message.standard
Methods in it.auties.whatsapp.model.message.standard that return AttachmentType -
Uses of AttachmentType in it.auties.whatsapp.model.sync
Methods in it.auties.whatsapp.model.sync that return AttachmentTypeModifier and TypeMethodDescriptionExternalBlobReference.attachmentType()HistorySyncNotification.attachmentType() -
Uses of AttachmentType in it.auties.whatsapp.util
Methods in it.auties.whatsapp.util with parameters of type AttachmentTypeModifier and TypeMethodDescriptionprivate static MediaFileMedias.prepareMediaFile(AttachmentType type, byte[] uploadData) static CompletableFuture<MediaFile> Medias.upload(byte[] file, AttachmentType type, MediaConnection mediaConnection)