Uses of Record Class
it.auties.whatsapp.model.action.ContactAction
Packages that use ContactAction
-
Uses of ContactAction in it.auties.whatsapp.model.action
Methods in it.auties.whatsapp.model.action that return ContactActionModifier and TypeMethodDescriptionContactActionBuilder.build()static ContactActionContactActionSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.action with parameters of type ContactActionModifier and TypeMethodDescriptionstatic byte[]ContactActionSpec.encode(ContactAction protoInputObject) -
Uses of ContactAction in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync with type parameters of type ContactActionModifier and TypeFieldDescriptionprivate final Optional<ContactAction> ActionValueSync.contactActionThe field for thecontactActionrecord component.private Optional<ContactAction> ActionValueSyncBuilder.contactActionMethods in it.auties.whatsapp.model.sync that return types with arguments of type ContactActionModifier and TypeMethodDescriptionActionValueSync.contactAction()Returns the value of thecontactActionrecord component.Methods in it.auties.whatsapp.model.sync with parameters of type ContactActionModifier and TypeMethodDescriptionActionValueSyncBuilder.contactAction(ContactAction contactAction) Method parameters in it.auties.whatsapp.model.sync with type arguments of type ContactActionModifier and TypeMethodDescriptionActionValueSyncBuilder.contactAction(Optional<ContactAction> contactAction)