Uses of Enum Class
it.auties.whatsapp.model.message.model.KeepInChatType
Packages that use KeepInChatType
Package
Description
-
Uses of KeepInChatType in it.auties.whatsapp.model.message.model
Fields in it.auties.whatsapp.model.message.model declared as KeepInChatTypeModifier and TypeFieldDescriptionprivate final KeepInChatTypeKeepInChat.keepTypeThe field for thekeepTyperecord component.private KeepInChatTypeKeepInChatBuilder.keepTypeMethods in it.auties.whatsapp.model.message.model that return KeepInChatTypeModifier and TypeMethodDescriptionKeepInChat.keepType()Returns the value of thekeepTyperecord component.static KeepInChatTypeReturns the enum constant of this class with the specified name.static KeepInChatType[]KeepInChatType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.message.model that return types with arguments of type KeepInChatTypeModifier and TypeMethodDescriptionstatic Optional<KeepInChatType> KeepInChatTypeSpec.decode(int index) Methods in it.auties.whatsapp.model.message.model with parameters of type KeepInChatTypeModifier and TypeMethodDescriptionstatic IntegerKeepInChatTypeSpec.encode(KeepInChatType protoInputObject) KeepInChatBuilder.keepType(KeepInChatType keepType) Constructors in it.auties.whatsapp.model.message.model with parameters of type KeepInChatTypeModifierConstructorDescriptionKeepInChat(KeepInChatType keepType, long serverTimestampSeconds, ChatMessageKey key, Jid deviceJid, long clientTimestampInMilliseconds, long serverTimestampMilliseconds) Creates an instance of aKeepInChatrecord class. -
Uses of KeepInChatType in it.auties.whatsapp.model.message.standard
Fields in it.auties.whatsapp.model.message.standard declared as KeepInChatTypeModifier and TypeFieldDescriptionprivate final KeepInChatTypeKeepInChatMessage.keepTypeThe field for thekeepTyperecord component.private KeepInChatTypeKeepInChatMessageBuilder.keepTypeMethods in it.auties.whatsapp.model.message.standard that return KeepInChatTypeModifier and TypeMethodDescriptionKeepInChatMessage.keepType()Returns the value of thekeepTyperecord component.Methods in it.auties.whatsapp.model.message.standard with parameters of type KeepInChatTypeConstructors in it.auties.whatsapp.model.message.standard with parameters of type KeepInChatTypeModifierConstructorDescriptionKeepInChatMessage(ChatMessageKey key, KeepInChatType keepType, long timestampMilliseconds) Creates an instance of aKeepInChatMessagerecord class.