Uses of Record Class
it.auties.whatsapp.model.action.AndroidUnsupportedActions
Packages that use AndroidUnsupportedActions
-
Uses of AndroidUnsupportedActions in it.auties.whatsapp.model.action
Methods in it.auties.whatsapp.model.action that return AndroidUnsupportedActionsModifier and TypeMethodDescriptionAndroidUnsupportedActionsBuilder.build()static AndroidUnsupportedActionsAndroidUnsupportedActionsSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.action with parameters of type AndroidUnsupportedActionsModifier and TypeMethodDescriptionstatic byte[]AndroidUnsupportedActionsSpec.encode(AndroidUnsupportedActions protoInputObject) -
Uses of AndroidUnsupportedActions in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync with type parameters of type AndroidUnsupportedActionsModifier and TypeFieldDescriptionprivate final Optional<AndroidUnsupportedActions> ActionValueSync.androidUnsupportedActionsThe field for theandroidUnsupportedActionsrecord component.private Optional<AndroidUnsupportedActions> ActionValueSyncBuilder.androidUnsupportedActionsMethods in it.auties.whatsapp.model.sync that return types with arguments of type AndroidUnsupportedActionsModifier and TypeMethodDescriptionActionValueSync.androidUnsupportedActions()Returns the value of theandroidUnsupportedActionsrecord component.Methods in it.auties.whatsapp.model.sync with parameters of type AndroidUnsupportedActionsModifier and TypeMethodDescriptionActionValueSyncBuilder.androidUnsupportedActions(AndroidUnsupportedActions androidUnsupportedActions) Method parameters in it.auties.whatsapp.model.sync with type arguments of type AndroidUnsupportedActionsModifier and TypeMethodDescriptionActionValueSyncBuilder.androidUnsupportedActions(Optional<AndroidUnsupportedActions> androidUnsupportedActions)