Uses of Record Class
it.auties.whatsapp.model.action.LabelEditAction
Packages that use LabelEditAction
-
Uses of LabelEditAction in it.auties.whatsapp.model.action
Methods in it.auties.whatsapp.model.action that return LabelEditActionModifier and TypeMethodDescriptionLabelEditActionBuilder.build()static LabelEditActionLabelEditActionSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.action with parameters of type LabelEditActionModifier and TypeMethodDescriptionstatic byte[]LabelEditActionSpec.encode(LabelEditAction protoInputObject) -
Uses of LabelEditAction in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync with type parameters of type LabelEditActionModifier and TypeFieldDescriptionprivate final Optional<LabelEditAction> ActionValueSync.labelEditActionThe field for thelabelEditActionrecord component.private Optional<LabelEditAction> ActionValueSyncBuilder.labelEditActionMethods in it.auties.whatsapp.model.sync that return types with arguments of type LabelEditActionModifier and TypeMethodDescriptionActionValueSync.labelEditAction()Returns the value of thelabelEditActionrecord component.Methods in it.auties.whatsapp.model.sync with parameters of type LabelEditActionModifier and TypeMethodDescriptionActionValueSyncBuilder.labelEditAction(LabelEditAction labelEditAction) Method parameters in it.auties.whatsapp.model.sync with type arguments of type LabelEditActionModifier and TypeMethodDescriptionActionValueSyncBuilder.labelEditAction(Optional<LabelEditAction> labelEditAction)