Uses of Record Class
it.auties.whatsapp.model.sync.RecentEmojiWeight
Packages that use RecentEmojiWeight
-
Uses of RecentEmojiWeight in it.auties.whatsapp.model.action
Fields in it.auties.whatsapp.model.action with type parameters of type RecentEmojiWeightModifier and TypeFieldDescriptionprivate final List<RecentEmojiWeight> RecentEmojiWeightsAction.weightsThe field for theweightsrecord component.private List<RecentEmojiWeight> RecentEmojiWeightsActionBuilder.weightsMethods in it.auties.whatsapp.model.action that return types with arguments of type RecentEmojiWeightModifier and TypeMethodDescriptionRecentEmojiWeightsAction.weights()Returns the value of theweightsrecord component.Method parameters in it.auties.whatsapp.model.action with type arguments of type RecentEmojiWeightModifier and TypeMethodDescriptionRecentEmojiWeightsActionBuilder.weights(List<RecentEmojiWeight> weights) Constructor parameters in it.auties.whatsapp.model.action with type arguments of type RecentEmojiWeightModifierConstructorDescriptionRecentEmojiWeightsAction(List<RecentEmojiWeight> weights) Creates an instance of aRecentEmojiWeightsActionrecord class. -
Uses of RecentEmojiWeight in it.auties.whatsapp.model.sync
Methods in it.auties.whatsapp.model.sync that return RecentEmojiWeightModifier and TypeMethodDescriptionRecentEmojiWeightBuilder.build()static RecentEmojiWeightRecentEmojiWeightSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.sync with parameters of type RecentEmojiWeightModifier and TypeMethodDescriptionstatic byte[]RecentEmojiWeightSpec.encode(RecentEmojiWeight protoInputObject)