Uses of Record Class
it.auties.whatsapp.model.action.RecentEmojiWeightsAction
Packages that use RecentEmojiWeightsAction
-
Uses of RecentEmojiWeightsAction in it.auties.whatsapp.model.action
Methods in it.auties.whatsapp.model.action that return RecentEmojiWeightsActionModifier and TypeMethodDescriptionRecentEmojiWeightsActionBuilder.build()static RecentEmojiWeightsActionRecentEmojiWeightsActionSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.action with parameters of type RecentEmojiWeightsActionModifier and TypeMethodDescriptionstatic byte[]RecentEmojiWeightsActionSpec.encode(RecentEmojiWeightsAction protoInputObject) -
Uses of RecentEmojiWeightsAction in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync with type parameters of type RecentEmojiWeightsActionModifier and TypeFieldDescriptionprivate final Optional<RecentEmojiWeightsAction> ActionValueSync.recentEmojiWeightsActionThe field for therecentEmojiWeightsActionrecord component.private Optional<RecentEmojiWeightsAction> ActionValueSyncBuilder.recentEmojiWeightsActionMethods in it.auties.whatsapp.model.sync that return types with arguments of type RecentEmojiWeightsActionModifier and TypeMethodDescriptionActionValueSync.recentEmojiWeightsAction()Returns the value of therecentEmojiWeightsActionrecord component.Methods in it.auties.whatsapp.model.sync with parameters of type RecentEmojiWeightsActionModifier and TypeMethodDescriptionActionValueSyncBuilder.recentEmojiWeightsAction(RecentEmojiWeightsAction recentEmojiWeightsAction) Method parameters in it.auties.whatsapp.model.sync with type arguments of type RecentEmojiWeightsActionModifier and TypeMethodDescriptionActionValueSyncBuilder.recentEmojiWeightsAction(Optional<RecentEmojiWeightsAction> recentEmojiWeightsAction)