Uses of Class
it.auties.whatsapp.model.contact.Contact
Packages that use Contact
Package
Description
-
Uses of Contact in it.auties.whatsapp.api
Methods in it.auties.whatsapp.api with parameters of type ContactModifier and TypeMethodDescriptionprivate PatchRequest.PatchEntryWhatsapp.createContactRequestEntry(Contact contact) -
Uses of Contact in it.auties.whatsapp.controller
Fields in it.auties.whatsapp.controller with type parameters of type ContactModifier and TypeFieldDescriptionprivate final ConcurrentHashMap<Jid, Contact> Store.contactsThe non-null map of contactsMethods in it.auties.whatsapp.controller that return ContactModifier and TypeMethodDescriptionStore.addContact(Contact contact) Adds a contact in memoryStore.addContact(Jid jid) Adds a contact in memoryMethods in it.auties.whatsapp.controller that return types with arguments of type ContactModifier and TypeMethodDescriptionStore.blockedContacts()Returns all the blocked contactsStore.contacts()Returns all the contactsStore.findContactByJid(JidProvider jid) Queries the first contact whose jid is equal tojidStore.findContactByName(String name) Queries the first contact whose name is equal tonameStore.findContactsByName(String name) Queries every contact whose name is equal tonameStore.findContactsStream(String name) Store.removeContact(JidProvider contactJid) Removes a contact from memoryMethods in it.auties.whatsapp.controller with parameters of type Contact -
Uses of Contact in it.auties.whatsapp.listener
Methods in it.auties.whatsapp.listener with parameters of type ContactModifier and TypeMethodDescriptiondefault voidListener.onContactBlocked(Whatsapp whatsapp, Contact contact) Called when a contact is blocked or unblockeddefault voidListener.onContactBlocked(Contact contact) Called when a contact is blocked or unblockedvoidOnContactBlocked.onContactBlocked(Contact contact) Called when a contact is blocked or unblockedvoidOnWhatsappContactBlocked.onContactBlocked(Whatsapp whatsapp, Contact contact) Called when a contact is blocked or unblockeddefault voidListener.onNewContact(Whatsapp whatsapp, Contact contact) Called when the socket receives a new contactdefault voidListener.onNewContact(Contact contact) Called when the socket receives a new contactvoidOnNewContact.onNewContact(Contact contact) Called when the socket receives a new contact.default voidListener.onProfilePictureChanged(Whatsapp whatsapp, Contact contact) Called when a contact's profile picture changesdefault voidListener.onProfilePictureChanged(Contact contact) Called when a contact's profile picture changesvoidOnContactPictureChanged.onProfilePictureChanged(Contact contact) Called when a contact's profile picture changesvoidOnWhatsappContactPictureChanged.onProfilePictureChanged(Whatsapp whatsapp, Contact contact) Called when a contact's profile picture changesMethod parameters in it.auties.whatsapp.listener with type arguments of type ContactModifier and TypeMethodDescriptiondefault voidListener.onContacts(Whatsapp whatsapp, Collection<Contact> contacts) Called when the socket receives all the contacts from WhatsappWeb's Socketdefault voidListener.onContacts(Collection<Contact> contacts) Called when the socket receives all the contacts from WhatsappWeb's SocketvoidOnContacts.onContacts(Collection<Contact> contacts) Called when the socket receives all the contacts from WhatsappWeb's WebSocketvoidOnWhatsappContacts.onContacts(Whatsapp whatsapp, Collection<Contact> contacts) Called when the socket receives all the contacts from WhatsappWeb's WebSocket -
Uses of Contact in it.auties.whatsapp.model.contact
Methods in it.auties.whatsapp.model.contact that return ContactModifier and TypeMethodDescriptionContact.setBlocked(boolean blocked) Contact.setChosenName(String chosenName) Contact.setFullName(String fullName) Contact.setLastKnownPresence(ContactStatus lastKnownPresence) Contact.setLastSeen(ZonedDateTime lastSeen) Contact.setShortName(String shortName) -
Uses of Contact in it.auties.whatsapp.model.info
Fields in it.auties.whatsapp.model.info declared as ContactModifier and TypeFieldDescriptionprivate ContactContextInfo.quotedMessageSenderThe contact that sent the message that this ContextualMessage quotesprivate ContactChatMessageInfo.senderprivate final ContactQuotedMessageInfo.senderThe sender of the messageMethods in it.auties.whatsapp.model.info that return types with arguments of type ContactModifier and TypeMethodDescriptionContextInfo.quotedMessageSender()Returns the sender of the quoted messageChatMessageInfo.sender()QuotedMessageInfo.sender()Returns the sender of this messageMethods in it.auties.whatsapp.model.info with parameters of type ContactModifier and TypeMethodDescriptionContextInfo.setQuotedMessageSender(Contact quotedMessageSender) Constructors in it.auties.whatsapp.model.info with parameters of type ContactModifierConstructorDescriptionChatMessageInfo(ChatMessageKey key, MessageContainer message, long timestampSeconds, MessageStatus status, Jid senderJid, long messageC2STimestamp, boolean ignore, boolean starred, boolean broadcast, String pushName, byte[] mediaCiphertextSha256, boolean multicast, boolean urlText, boolean urlNumber, ChatMessageInfo.StubType stubType, boolean clearMedia, List<String> stubParameters, int duration, List<String> labels, PaymentInfo paymentInfo, LiveLocationMessage finalLiveLocation, PaymentInfo quotedPaymentInfo, long ephemeralStartTimestamp, int ephemeralDuration, boolean enableEphemeral, boolean ephemeralOutOfSync, BusinessPrivacyStatus businessPrivacyStatus, String businessVerifiedName, MediaData mediaData, PhotoChange photoChange, MessageReceipt receipt, List<ReactionMessage> reactions, MediaData quotedStickerData, byte[] futureProofData, PublicServiceAnnouncementStatus psaStatus, List<PollUpdate> pollUpdates, PollAdditionalMetadata pollAdditionalMetadata, String agentId, boolean statusAlreadyViewed, byte[] messageSecret, KeepInChat keepInChat, Jid originalSender, long revokeTimestampSeconds, Chat chat, Contact sender) QuotedMessageInfo(String id, Chat chat, Contact sender, MessageContainer message)