Uses of Record Class
it.auties.whatsapp.model.action.DeleteMessageForMeAction
Packages that use DeleteMessageForMeAction
-
Uses of DeleteMessageForMeAction in it.auties.whatsapp.model.action
Methods in it.auties.whatsapp.model.action that return DeleteMessageForMeActionModifier and TypeMethodDescriptionDeleteMessageForMeActionBuilder.build()static DeleteMessageForMeActionDeleteMessageForMeActionSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.action with parameters of type DeleteMessageForMeActionModifier and TypeMethodDescriptionstatic byte[]DeleteMessageForMeActionSpec.encode(DeleteMessageForMeAction protoInputObject) -
Uses of DeleteMessageForMeAction in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync with type parameters of type DeleteMessageForMeActionModifier and TypeFieldDescriptionprivate final Optional<DeleteMessageForMeAction> ActionValueSync.deleteMessageForMeActionThe field for thedeleteMessageForMeActionrecord component.private Optional<DeleteMessageForMeAction> ActionValueSyncBuilder.deleteMessageForMeActionMethods in it.auties.whatsapp.model.sync that return types with arguments of type DeleteMessageForMeActionModifier and TypeMethodDescriptionActionValueSync.deleteMessageForMeAction()Returns the value of thedeleteMessageForMeActionrecord component.Methods in it.auties.whatsapp.model.sync with parameters of type DeleteMessageForMeActionModifier and TypeMethodDescriptionActionValueSyncBuilder.deleteMessageForMeAction(DeleteMessageForMeAction deleteMessageForMeAction) Method parameters in it.auties.whatsapp.model.sync with type arguments of type DeleteMessageForMeActionModifier and TypeMethodDescriptionActionValueSyncBuilder.deleteMessageForMeAction(Optional<DeleteMessageForMeAction> deleteMessageForMeAction)