Uses of Record Class
it.auties.whatsapp.model.action.MuteAction
Packages that use MuteAction
-
Uses of MuteAction in it.auties.whatsapp.model.action
Methods in it.auties.whatsapp.model.action that return MuteActionModifier and TypeMethodDescriptionMuteActionBuilder.build()static MuteActionMuteActionSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.action with parameters of type MuteActionModifier and TypeMethodDescriptionstatic byte[]MuteActionSpec.encode(MuteAction protoInputObject) -
Uses of MuteAction in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync with type parameters of type MuteActionModifier and TypeFieldDescriptionprivate final Optional<MuteAction> ActionValueSync.muteActionThe field for themuteActionrecord component.private Optional<MuteAction> ActionValueSyncBuilder.muteActionMethods in it.auties.whatsapp.model.sync that return types with arguments of type MuteActionModifier and TypeMethodDescriptionActionValueSync.muteAction()Returns the value of themuteActionrecord component.Methods in it.auties.whatsapp.model.sync with parameters of type MuteActionMethod parameters in it.auties.whatsapp.model.sync with type arguments of type MuteActionModifier and TypeMethodDescriptionActionValueSyncBuilder.muteAction(Optional<MuteAction> muteAction)