Uses of Record Class
it.auties.whatsapp.model.action.ClearChatAction
Packages that use ClearChatAction
-
Uses of ClearChatAction in it.auties.whatsapp.model.action
Methods in it.auties.whatsapp.model.action that return ClearChatActionModifier and TypeMethodDescriptionClearChatActionBuilder.build()static ClearChatActionClearChatActionSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.action with parameters of type ClearChatActionModifier and TypeMethodDescriptionstatic byte[]ClearChatActionSpec.encode(ClearChatAction protoInputObject) -
Uses of ClearChatAction in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync with type parameters of type ClearChatActionModifier and TypeFieldDescriptionprivate final Optional<ClearChatAction> ActionValueSync.clearChatActionThe field for theclearChatActionrecord component.private Optional<ClearChatAction> ActionValueSyncBuilder.clearChatActionMethods in it.auties.whatsapp.model.sync that return types with arguments of type ClearChatActionModifier and TypeMethodDescriptionActionValueSync.clearChatAction()Returns the value of theclearChatActionrecord component.Methods in it.auties.whatsapp.model.sync with parameters of type ClearChatActionModifier and TypeMethodDescriptionActionValueSyncBuilder.clearChatAction(ClearChatAction clearChatAction) Method parameters in it.auties.whatsapp.model.sync with type arguments of type ClearChatActionModifier and TypeMethodDescriptionActionValueSyncBuilder.clearChatAction(Optional<ClearChatAction> clearChatAction)