Uses of Record Class
it.auties.whatsapp.model.sync.AppStateSyncKeyRequest
Packages that use AppStateSyncKeyRequest
-
Uses of AppStateSyncKeyRequest in it.auties.whatsapp.model.message.server
Fields in it.auties.whatsapp.model.message.server with type parameters of type AppStateSyncKeyRequestModifier and TypeFieldDescriptionprivate final Optional<AppStateSyncKeyRequest> ProtocolMessage.appStateSyncKeyRequestThe field for theappStateSyncKeyRequestrecord component.private Optional<AppStateSyncKeyRequest> ProtocolMessageBuilder.appStateSyncKeyRequestMethods in it.auties.whatsapp.model.message.server that return types with arguments of type AppStateSyncKeyRequestModifier and TypeMethodDescriptionProtocolMessage.appStateSyncKeyRequest()Returns the value of theappStateSyncKeyRequestrecord component.Methods in it.auties.whatsapp.model.message.server with parameters of type AppStateSyncKeyRequestModifier and TypeMethodDescriptionProtocolMessageBuilder.appStateSyncKeyRequest(AppStateSyncKeyRequest appStateSyncKeyRequest) Method parameters in it.auties.whatsapp.model.message.server with type arguments of type AppStateSyncKeyRequestModifier and TypeMethodDescriptionProtocolMessageBuilder.appStateSyncKeyRequest(Optional<AppStateSyncKeyRequest> appStateSyncKeyRequest) -
Uses of AppStateSyncKeyRequest in it.auties.whatsapp.model.sync
Methods in it.auties.whatsapp.model.sync that return AppStateSyncKeyRequestModifier and TypeMethodDescriptionAppStateSyncKeyRequestBuilder.build()static AppStateSyncKeyRequestAppStateSyncKeyRequestSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.sync with parameters of type AppStateSyncKeyRequestModifier and TypeMethodDescriptionstatic byte[]AppStateSyncKeyRequestSpec.encode(AppStateSyncKeyRequest protoInputObject)