Uses of Record Class
it.auties.whatsapp.model.action.RemoveRecentStickerAction
Packages that use RemoveRecentStickerAction
-
Uses of RemoveRecentStickerAction in it.auties.whatsapp.model.action
Methods in it.auties.whatsapp.model.action that return RemoveRecentStickerActionModifier and TypeMethodDescriptionRemoveRecentStickerActionBuilder.build()static RemoveRecentStickerActionRemoveRecentStickerActionSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.action with parameters of type RemoveRecentStickerActionModifier and TypeMethodDescriptionstatic byte[]RemoveRecentStickerActionSpec.encode(RemoveRecentStickerAction protoInputObject) -
Uses of RemoveRecentStickerAction in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync with type parameters of type RemoveRecentStickerActionModifier and TypeFieldDescriptionprivate final Optional<RemoveRecentStickerAction> ActionValueSync.removeRecentStickerActionThe field for theremoveRecentStickerActionrecord component.private Optional<RemoveRecentStickerAction> ActionValueSyncBuilder.removeRecentStickerActionMethods in it.auties.whatsapp.model.sync that return types with arguments of type RemoveRecentStickerActionModifier and TypeMethodDescriptionActionValueSync.removeRecentStickerAction()Returns the value of theremoveRecentStickerActionrecord component.Methods in it.auties.whatsapp.model.sync with parameters of type RemoveRecentStickerActionModifier and TypeMethodDescriptionActionValueSyncBuilder.removeRecentStickerAction(RemoveRecentStickerAction removeRecentStickerAction) Method parameters in it.auties.whatsapp.model.sync with type arguments of type RemoveRecentStickerActionModifier and TypeMethodDescriptionActionValueSyncBuilder.removeRecentStickerAction(Optional<RemoveRecentStickerAction> removeRecentStickerAction)