Uses of Enum Class
it.auties.whatsapp.model.sync.HistorySync.Type
Packages that use HistorySync.Type
-
Uses of HistorySync.Type in it.auties.whatsapp.api
Methods in it.auties.whatsapp.api with parameters of type HistorySync.TypeModifier and TypeMethodDescriptionprivate ProtocolMessageWhatsapp.createHistoryProtocolMessage(MediaFile upload, HistorySync.Type type) private CompletableFuture<Void> Whatsapp.sendHistoryProtocolMessage(Jid jid, HistorySync historySync, HistorySync.Type type) -
Uses of HistorySync.Type in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync declared as HistorySync.TypeModifier and TypeFieldDescriptionprivate final HistorySync.TypeHistorySync.syncTypeThe field for thesyncTyperecord component.private HistorySync.TypeHistorySyncBuilder.syncTypeprivate final HistorySync.TypeHistorySyncNotification.syncTypeprivate HistorySync.TypeHistorySyncNotificationBuilder.syncTypeMethods in it.auties.whatsapp.model.sync that return HistorySync.TypeModifier and TypeMethodDescriptionHistorySync.syncType()Returns the value of thesyncTyperecord component.HistorySyncNotification.syncType()static HistorySync.TypeReturns the enum constant of this class with the specified name.static HistorySync.Type[]HistorySync.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.sync that return types with arguments of type HistorySync.TypeModifier and TypeMethodDescriptionstatic Optional<HistorySync.Type> HistorySyncTypeSpec.decode(int index) Methods in it.auties.whatsapp.model.sync with parameters of type HistorySync.TypeModifier and TypeMethodDescriptionstatic IntegerHistorySyncTypeSpec.encode(HistorySync.Type protoInputObject) HistorySyncBuilder.syncType(HistorySync.Type syncType) HistorySyncNotificationBuilder.syncType(HistorySync.Type syncType) Constructors in it.auties.whatsapp.model.sync with parameters of type HistorySync.TypeModifierConstructorDescriptionHistorySync(HistorySync.Type syncType, List<Chat> conversations, List<ChatMessageInfo> statusV3Messages, int chunkOrder, Integer progress, List<PushName> pushNames, GlobalSettings globalSettings, byte[] threadIdUserSecret, int threadDsTimeframeOffset, List<StickerMetadata> recentStickers, List<GroupPastParticipants> pastParticipants) Creates an instance of aHistorySyncrecord class.HistorySyncNotification(byte[] mediaSha256, Long mediaSize, byte[] mediaKey, byte[] mediaEncryptedSha256, String mediaDirectPath, HistorySync.Type syncType, Integer chunkOrder, String originalMessageId, int progress, long oldestMsgInChunkTimestampSec, byte[] initialHistBootstrapInlinePayload, String peerDataRequestSessionId)