Uses of Record Class
it.auties.whatsapp.model.message.server.ProtocolMessage
Packages that use ProtocolMessage
Package
Description
-
Uses of ProtocolMessage in it.auties.whatsapp.api
Methods in it.auties.whatsapp.api that return ProtocolMessageModifier and TypeMethodDescriptionprivate ProtocolMessageWhatsapp.createHistoryProtocolMessage(MediaFile upload, HistorySync.Type type) -
Uses of ProtocolMessage in it.auties.whatsapp.model.message.model
Fields in it.auties.whatsapp.model.message.model with type parameters of type ProtocolMessageModifier and TypeFieldDescriptionprivate final Optional<ProtocolMessage> MessageContainer.protocolMessageThe field for theprotocolMessagerecord component.private Optional<ProtocolMessage> MessageContainerBuilder.protocolMessageMethods in it.auties.whatsapp.model.message.model that return types with arguments of type ProtocolMessageModifier and TypeMethodDescriptionMessageContainer.protocolMessage()Returns the value of theprotocolMessagerecord component.Methods in it.auties.whatsapp.model.message.model with parameters of type ProtocolMessageModifier and TypeMethodDescriptionMessageContainerBuilder.protocolMessage(ProtocolMessage protocolMessage) Method parameters in it.auties.whatsapp.model.message.model with type arguments of type ProtocolMessageModifier and TypeMethodDescriptionMessageContainerBuilder.protocolMessage(Optional<ProtocolMessage> protocolMessage) -
Uses of ProtocolMessage in it.auties.whatsapp.model.message.server
Methods in it.auties.whatsapp.model.message.server that return ProtocolMessageModifier and TypeMethodDescriptionProtocolMessageBuilder.build()static ProtocolMessageProtocolMessageSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.message.server with parameters of type ProtocolMessageModifier and TypeMethodDescriptionstatic byte[]ProtocolMessageSpec.encode(ProtocolMessage protoInputObject)