Uses of Record Class
it.auties.whatsapp.model.message.server.DeviceSyncMessage
Packages that use DeviceSyncMessage
-
Uses of DeviceSyncMessage in it.auties.whatsapp.model.message.model
Fields in it.auties.whatsapp.model.message.model with type parameters of type DeviceSyncMessageModifier and TypeFieldDescriptionprivate final Optional<DeviceSyncMessage> MessageContainer.deviceSyncMessageThe field for thedeviceSyncMessagerecord component.private Optional<DeviceSyncMessage> MessageContainerBuilder.deviceSyncMessageMethods in it.auties.whatsapp.model.message.model that return types with arguments of type DeviceSyncMessageModifier and TypeMethodDescriptionMessageContainer.deviceSyncMessage()Returns the value of thedeviceSyncMessagerecord component.Methods in it.auties.whatsapp.model.message.model with parameters of type DeviceSyncMessageModifier and TypeMethodDescriptionMessageContainerBuilder.deviceSyncMessage(DeviceSyncMessage deviceSyncMessage) Method parameters in it.auties.whatsapp.model.message.model with type arguments of type DeviceSyncMessageModifier and TypeMethodDescriptionMessageContainerBuilder.deviceSyncMessage(Optional<DeviceSyncMessage> deviceSyncMessage) -
Uses of DeviceSyncMessage in it.auties.whatsapp.model.message.server
Methods in it.auties.whatsapp.model.message.server that return DeviceSyncMessageModifier and TypeMethodDescriptionDeviceSyncMessageBuilder.build()static DeviceSyncMessageDeviceSyncMessageSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.message.server with parameters of type DeviceSyncMessageModifier and TypeMethodDescriptionstatic byte[]DeviceSyncMessageSpec.encode(DeviceSyncMessage protoInputObject)