Uses of Enum Class
it.auties.whatsapp.model.jid.JidServer
Packages that use JidServer
-
Uses of JidServer in it.auties.whatsapp.model.jid
Fields in it.auties.whatsapp.model.jid declared as JidServerModifier and TypeFieldDescriptionprivate final JidServerJid.serverThe field for theserverrecord component.Methods in it.auties.whatsapp.model.jid that return JidServerModifier and TypeMethodDescriptionstatic JidServerJid.server()Returns the value of theserverrecord component.static JidServerReturns the enum constant of this class with the specified name.static JidServer[]JidServer.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.jid with parameters of type JidServerModifier and TypeMethodDescriptionbooleanReturns whether this jid ends with the provided serverbooleanJid.isServerJid(JidServer server) Returns whether this jid is a server jidstatic JidConstructs a new ContactId for a user from a jid and a custom serverstatic JidConstructs a new ContactId that represents a serverJid.withServer(JidServer server) Returns a new jid using with a different serverConstructors in it.auties.whatsapp.model.jid with parameters of type JidServer