Uses of Enum Class
it.auties.whatsapp.model.message.server.ProtocolMessage.Type
Packages that use ProtocolMessage.Type
-
Uses of ProtocolMessage.Type in it.auties.whatsapp.model.message.server
Fields in it.auties.whatsapp.model.message.server declared as ProtocolMessage.TypeModifier and TypeFieldDescriptionprivate final ProtocolMessage.TypeProtocolMessage.protocolTypeThe field for theprotocolTyperecord component.private ProtocolMessage.TypeProtocolMessageBuilder.protocolTypeMethods in it.auties.whatsapp.model.message.server that return ProtocolMessage.TypeModifier and TypeMethodDescriptionProtocolMessage.protocolType()Returns the value of theprotocolTyperecord component.static ProtocolMessage.TypeReturns the enum constant of this class with the specified name.static ProtocolMessage.Type[]ProtocolMessage.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.message.server that return types with arguments of type ProtocolMessage.TypeModifier and TypeMethodDescriptionstatic Optional<ProtocolMessage.Type> ProtocolMessageTypeSpec.decode(int index) Methods in it.auties.whatsapp.model.message.server with parameters of type ProtocolMessage.TypeModifier and TypeMethodDescriptionstatic IntegerProtocolMessageTypeSpec.encode(ProtocolMessage.Type protoInputObject) ProtocolMessageBuilder.protocolType(ProtocolMessage.Type protocolType) Constructors in it.auties.whatsapp.model.message.server with parameters of type ProtocolMessage.TypeModifierConstructorDescriptionProtocolMessage(Optional<ChatMessageKey> key, ProtocolMessage.Type protocolType, long ephemeralExpiration, long ephemeralSettingTimestampSeconds, Optional<HistorySyncNotification> historySyncNotification, Optional<AppStateSyncKeyShare> appStateSyncKeyShare, Optional<AppStateSyncKeyRequest> appStateSyncKeyRequest, Optional<InitialSecurityNotificationSettingSync> initialSecurityNotificationSettingSync, Optional<AppStateFatalExceptionNotification> appStateFatalExceptionNotification, Optional<ChatDisappear> disappearingMode, Optional<MessageContainer> editedMessage, long timestampMilliseconds) Creates an instance of aProtocolMessagerecord class.