Uses of Record Class
it.auties.whatsapp.model.node.Node
Packages that use Node
Package
Description
-
Uses of Node in it.auties.whatsapp.api
Methods in it.auties.whatsapp.api that return NodeMethods in it.auties.whatsapp.api that return types with arguments of type NodeModifier and TypeMethodDescriptionprivate Collection<Node> Whatsapp.createCategories(List<BusinessCategory> categories) Whatsapp.createWebsites(List<URI> websites) Sends a custom node to WhatsappMethods in it.auties.whatsapp.api with parameters of type NodeModifier and TypeMethodDescriptionprivate voidWhatsapp.checkBusinessAttributeConflict(String key, String value, Node result) private StringWhatsapp.findErrorNode(Node result) private Optional<BusinessProfile> Whatsapp.getBusinessProfile(Node result) private CompletableFuture<CompanionLinkResult> Whatsapp.handleCompanionEncrypt(Node result, Jid companion, int keyId) private CompletableFuture<CompanionLinkResult> Whatsapp.handleCompanionPairing(Node result, int keyId) private CallWhatsapp.onCallSent(JidProvider provider, String callId, Node result) Whatsapp.parseAcceptInvite(Node result) private List<BusinessCatalogEntry> Whatsapp.parseCatalog(Node result) private Optional<BusinessVerifiedNameCertificate> Whatsapp.parseCertificate(Node result) private List<BusinessCollectionEntry> Whatsapp.parseCollections(Node result) Whatsapp.parseGroupActionResponse(Node result, JidProvider groupJid, GroupAction action) private Optional<GroupMetadata> Whatsapp.parseGroupResponse(Node response) private HasWhatsappResponseWhatsapp.parseHasWhatsappResponse(Node node) private StringWhatsapp.parseInviteCode(Node result) Whatsapp.parseLinksResponse(Node result, JidProvider[] groups) private voidWhatsapp.parseMediaReupload(ChatMessageInfo info, MediaMessage<?> mediaMessage, byte[] retryKey, byte[] retryIdData, Node node) Whatsapp.parseNameResponse(Node result) private Optional<Newsletter> Whatsapp.parseNewsletterCreation(Node response) private longWhatsapp.parseNewsletterSubscribers(Node response) private Optional<RecommendedNewslettersResponse> Whatsapp.parseRecommendedNewsletters(Node response) private booleanWhatsapp.parseUnlinkResponse(Node result, JidProvider group) Sends a custom node to Whatsapp -
Uses of Node in it.auties.whatsapp.controller
Methods in it.auties.whatsapp.controller that return types with arguments of type NodeModifier and TypeMethodDescriptionStore.addRequest(it.auties.whatsapp.socket.SocketRequest request) Adds a request to this storeMethods in it.auties.whatsapp.controller with parameters of type NodeModifier and TypeMethodDescriptionprivate it.auties.whatsapp.socket.SocketRequestStore.deleteAndComplete(it.auties.whatsapp.socket.SocketRequest request, Node response, boolean exceptionally) booleanStore.resolvePendingRequest(Node response, boolean exceptionally) Queries the first request whose id equals the one stored by the newsletters and, if any is found, it completes it -
Uses of Node in it.auties.whatsapp.listener
Methods in it.auties.whatsapp.listener with parameters of type NodeModifier and TypeMethodDescriptiondefault voidListener.onNodeReceived(Whatsapp whatsapp, Node incoming) Called when the socket receives a node from Whatsappdefault voidListener.onNodeReceived(Node incoming) Called when the socket receives a node from WhatsappvoidOnNodeReceived.onNodeReceived(Node incoming) Called when the socket receives a node from WhatsappvoidOnWhatsappNodeReceived.onNodeReceived(Whatsapp whatsapp, Node incoming) Called when the socket receives a node from Whatsappdefault voidListener.onNodeSent(Whatsapp whatsapp, Node outgoing) Called when the socket sends a node to Whatsappdefault voidListener.onNodeSent(Node outgoing) Called when the socket sends a node to WhatsappvoidOnNodeSent.onNodeSent(Node outgoing) Called when the socket sends a node to WhatsappvoidOnWhatsappNodeSent.onNodeSent(Whatsapp whatsapp, Node outgoing) Called when the socket sends a node to Whatsapp -
Uses of Node in it.auties.whatsapp.model.business
Methods in it.auties.whatsapp.model.business with parameters of type NodeModifier and TypeMethodDescriptionprivate static Optional<BusinessHours> BusinessProfile.createHours(Node node) static BusinessCatalogEntryA factory method that creates a BusinessCatalogEntry object from a given Node.static BusinessCategoryConstructs a category from a nodestatic BusinessCollectionEntryCreates aBusinessCollectionEntryobject from aNodeobject.static BusinessHoursEntryCreates aBusinessHoursEntryfrom aNode.static BusinessProfileConstructs a new profile from a node -
Uses of Node in it.auties.whatsapp.model.companion
Methods in it.auties.whatsapp.model.companion that return Node -
Uses of Node in it.auties.whatsapp.model.node
Methods in it.auties.whatsapp.model.node that return NodeModifier and TypeMethodDescriptionstatic NodeConstructs a Node that only provides a non-null tagstatic NodeNode.of(String description, Attributes attributes, Node... content) Constructs a Node that provides a non-null tag and a nullable contentstatic NodeNode.of(String description, Attributes attributes, Object content) Constructs a Node that provides a non-null tag and a nullable contentstatic NodeConstructs a Node that provides a non-null tag and a nullable contentstatic NodeConstructs a Node that provides a non-null tag and a nullable contentstatic NodeConstructs a Node that provides a non-null tag and a nullable contentstatic NodeConstructs a Node that provides a non-null tag and a nullable contentMethods in it.auties.whatsapp.model.node that return types with arguments of type NodeModifier and TypeMethodDescriptionNode.children()Returns a non-null list of children of this nodeNode.findNode()Finds the first child nodeReturns the first node that matches the description providedReturns all the nodes that match the description providedprivate static Collection<Node> Node.getNodesOrThrow(Node[] entries) private static Collection<Node> Node.getNodesOrThrow(Collection<?> entries) Methods in it.auties.whatsapp.model.node with parameters of type NodeModifier and TypeMethodDescriptionprivate static Collection<Node> Node.getNodesOrThrow(Node[] entries) static NodeNode.of(String description, Attributes attributes, Node... content) Constructs a Node that provides a non-null tag and a nullable contentstatic NodeConstructs a Node that provides a non-null tag and a nullable contentstatic NodeConstructs a Node that provides a non-null tag and a nullable contentMethod parameters in it.auties.whatsapp.model.node with type arguments of type Node -
Uses of Node in it.auties.whatsapp.model.response
Methods in it.auties.whatsapp.model.response with parameters of type Node -
Uses of Node in it.auties.whatsapp.model.signal.keypair
Methods in it.auties.whatsapp.model.signal.keypair that return NodeModifier and TypeMethodDescriptionISignalKeyPair.toNode()SignalKeyPair.toNode()SignalPreKeyPair.toNode()SignalSignedKeyPair.toNode()Methods in it.auties.whatsapp.model.signal.keypair with parameters of type Node