Uses of Record Class
it.auties.whatsapp.model.action.StickerAction
Packages that use StickerAction
-
Uses of StickerAction in it.auties.whatsapp.model.action
Methods in it.auties.whatsapp.model.action that return StickerActionModifier and TypeMethodDescriptionStickerActionBuilder.build()static StickerActionStickerActionSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.action with parameters of type StickerActionModifier and TypeMethodDescriptionstatic byte[]StickerActionSpec.encode(StickerAction protoInputObject) -
Uses of StickerAction in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync with type parameters of type StickerActionModifier and TypeFieldDescriptionprivate final Optional<StickerAction> ActionValueSync.favoriteStickerActionThe field for thefavoriteStickerActionrecord component.private Optional<StickerAction> ActionValueSyncBuilder.favoriteStickerActionprivate final Optional<StickerAction> ActionValueSync.stickerActionThe field for thestickerActionrecord component.private Optional<StickerAction> ActionValueSyncBuilder.stickerActionMethods in it.auties.whatsapp.model.sync that return types with arguments of type StickerActionModifier and TypeMethodDescriptionActionValueSync.favoriteStickerAction()Returns the value of thefavoriteStickerActionrecord component.ActionValueSync.stickerAction()Returns the value of thestickerActionrecord component.Methods in it.auties.whatsapp.model.sync with parameters of type StickerActionModifier and TypeMethodDescriptionActionValueSyncBuilder.favoriteStickerAction(StickerAction favoriteStickerAction) ActionValueSyncBuilder.stickerAction(StickerAction stickerAction) Method parameters in it.auties.whatsapp.model.sync with type arguments of type StickerActionModifier and TypeMethodDescriptionActionValueSyncBuilder.favoriteStickerAction(Optional<StickerAction> favoriteStickerAction) ActionValueSyncBuilder.stickerAction(Optional<StickerAction> stickerAction)