Uses of Record Class
it.auties.whatsapp.model.message.server.DeviceSentMessage
Packages that use DeviceSentMessage
-
Uses of DeviceSentMessage in it.auties.whatsapp.model.message.model
Fields in it.auties.whatsapp.model.message.model with type parameters of type DeviceSentMessageModifier and TypeFieldDescriptionprivate final Optional<DeviceSentMessage> MessageContainer.deviceSentMessageThe field for thedeviceSentMessagerecord component.private Optional<DeviceSentMessage> MessageContainerBuilder.deviceSentMessageMethods in it.auties.whatsapp.model.message.model that return types with arguments of type DeviceSentMessageModifier and TypeMethodDescriptionMessageContainer.deviceSentMessage()Returns the value of thedeviceSentMessagerecord component.Methods in it.auties.whatsapp.model.message.model with parameters of type DeviceSentMessageModifier and TypeMethodDescriptionMessageContainerBuilder.deviceSentMessage(DeviceSentMessage deviceSentMessage) Method parameters in it.auties.whatsapp.model.message.model with type arguments of type DeviceSentMessageModifier and TypeMethodDescriptionMessageContainerBuilder.deviceSentMessage(Optional<DeviceSentMessage> deviceSentMessage) -
Uses of DeviceSentMessage in it.auties.whatsapp.model.message.server
Methods in it.auties.whatsapp.model.message.server that return DeviceSentMessageModifier and TypeMethodDescriptionDeviceSentMessageBuilder.build()static DeviceSentMessageDeviceSentMessageSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.message.server with parameters of type DeviceSentMessageModifier and TypeMethodDescriptionstatic byte[]DeviceSentMessageSpec.encode(DeviceSentMessage protoInputObject)