Uses of Record Class
it.auties.whatsapp.model.action.ArchiveChatAction
Packages that use ArchiveChatAction
-
Uses of ArchiveChatAction in it.auties.whatsapp.model.action
Methods in it.auties.whatsapp.model.action that return ArchiveChatActionModifier and TypeMethodDescriptionArchiveChatActionBuilder.build()static ArchiveChatActionArchiveChatActionSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.action with parameters of type ArchiveChatActionModifier and TypeMethodDescriptionstatic byte[]ArchiveChatActionSpec.encode(ArchiveChatAction protoInputObject) -
Uses of ArchiveChatAction in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync with type parameters of type ArchiveChatActionModifier and TypeFieldDescriptionprivate final Optional<ArchiveChatAction> ActionValueSync.archiveChatActionThe field for thearchiveChatActionrecord component.private Optional<ArchiveChatAction> ActionValueSyncBuilder.archiveChatActionMethods in it.auties.whatsapp.model.sync that return types with arguments of type ArchiveChatActionModifier and TypeMethodDescriptionActionValueSync.archiveChatAction()Returns the value of thearchiveChatActionrecord component.Methods in it.auties.whatsapp.model.sync with parameters of type ArchiveChatActionModifier and TypeMethodDescriptionActionValueSyncBuilder.archiveChatAction(ArchiveChatAction archiveChatAction) Method parameters in it.auties.whatsapp.model.sync with type arguments of type ArchiveChatActionModifier and TypeMethodDescriptionActionValueSyncBuilder.archiveChatAction(Optional<ArchiveChatAction> archiveChatAction)