Uses of Enum Class
it.auties.whatsapp.model.chat.Chat.EndOfHistoryTransferType
Packages that use Chat.EndOfHistoryTransferType
-
Uses of Chat.EndOfHistoryTransferType in it.auties.whatsapp.model.chat
Fields in it.auties.whatsapp.model.chat declared as Chat.EndOfHistoryTransferTypeModifier and TypeFieldDescriptionprivate Chat.EndOfHistoryTransferTypeprivate Chat.EndOfHistoryTransferTypeChatBuilder.endOfHistoryTransferTypeMethods in it.auties.whatsapp.model.chat that return Chat.EndOfHistoryTransferTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static Chat.EndOfHistoryTransferType[]Chat.EndOfHistoryTransferType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.chat that return types with arguments of type Chat.EndOfHistoryTransferTypeModifier and TypeMethodDescriptionChatEndOfHistoryTransferTypeSpec.decode(int index) Chat.endOfHistoryTransferType()Methods in it.auties.whatsapp.model.chat with parameters of type Chat.EndOfHistoryTransferTypeModifier and TypeMethodDescriptionstatic IntegerChatEndOfHistoryTransferTypeSpec.encode(Chat.EndOfHistoryTransferType protoInputObject) ChatBuilder.endOfHistoryTransferType(Chat.EndOfHistoryTransferType endOfHistoryTransferType) Chat.setEndOfHistoryTransferType(Chat.EndOfHistoryTransferType endOfHistoryTransferType) Constructors in it.auties.whatsapp.model.chat with parameters of type Chat.EndOfHistoryTransferTypeModifierConstructorDescriptionChat(Jid jid, ConcurrentLinkedHashedDequeue<HistorySyncMessage> historySyncMessages, Jid newJid, Jid oldJid, int unreadMessagesCount, boolean readOnly, boolean endOfHistoryTransfer, ChatEphemeralTimer ephemeralMessageDuration, long ephemeralMessagesToggleTimeSeconds, Chat.EndOfHistoryTransferType endOfHistoryTransferType, long timestampSeconds, String name, boolean notSpam, boolean archived, ChatDisappear disappearInitiator, boolean markedAsUnread, List<GroupParticipant> participants, byte[] token, long tokenTimestampSeconds, byte[] identityKey, int pinnedTimestampSeconds, ChatMute mute, ChatWallpaper wallpaper, MediaVisibility mediaVisibility, long tokenSenderTimestampSeconds, boolean suspended, boolean terminated, long foundationTimestampSeconds, Jid founder, String description, boolean support, boolean parentGroup, boolean defaultSubGroup, Jid parentGroupJid, String displayName, Jid phoneJid, boolean shareOwnPhoneNumber, boolean pnhDuplicateLidThread, Jid lidJid) Chat(Jid jid, ConcurrentLinkedHashedDequeue<HistorySyncMessage> historySyncMessages, Jid newJid, Jid oldJid, int unreadMessagesCount, boolean readOnly, boolean endOfHistoryTransfer, ChatEphemeralTimer ephemeralMessageDuration, long ephemeralMessagesToggleTimeSeconds, Chat.EndOfHistoryTransferType endOfHistoryTransferType, long timestampSeconds, String name, boolean notSpam, boolean archived, ChatDisappear disappearInitiator, boolean markedAsUnread, List<GroupParticipant> participants, byte[] token, long tokenTimestampSeconds, byte[] identityKey, int pinnedTimestampSeconds, ChatMute mute, ChatWallpaper wallpaper, MediaVisibility mediaVisibility, long tokenSenderTimestampSeconds, boolean suspended, boolean terminated, long foundationTimestampSeconds, Jid founder, String description, boolean support, boolean parentGroup, boolean defaultSubGroup, Jid parentGroupJid, String displayName, Jid phoneJid, boolean shareOwnPhoneNumber, boolean pnhDuplicateLidThread, Jid lidJid, ConcurrentHashMap<Jid, ContactStatus> presences, Set<Jid> participantsPreKeys, Set<GroupPastParticipant> pastParticipants)