Uses of Record Class
it.auties.whatsapp.model.signal.auth.WebPayload
Packages that use WebPayload
-
Uses of WebPayload in it.auties.whatsapp.model.signal.auth
Fields in it.auties.whatsapp.model.signal.auth declared as WebPayloadModifier and TypeFieldDescriptionprivate final WebPayloadWebInfo.webPayloadThe field for thewebPayloadrecord component.private WebPayloadWebInfoBuilder.webPayloadMethods in it.auties.whatsapp.model.signal.auth that return WebPayloadModifier and TypeMethodDescriptionWebPayloadBuilder.build()static WebPayloadWebPayloadSpec.decode(byte[] input) WebInfo.webPayload()Returns the value of thewebPayloadrecord component.Methods in it.auties.whatsapp.model.signal.auth with parameters of type WebPayloadModifier and TypeMethodDescriptionstatic byte[]WebPayloadSpec.encode(WebPayload protoInputObject) WebInfoBuilder.webPayload(WebPayload webPayload) Constructors in it.auties.whatsapp.model.signal.auth with parameters of type WebPayloadModifierConstructorDescriptionWebInfo(String refToken, String version, WebPayload webPayload, WebInfo.Platform webSubPlatform) Creates an instance of aWebInforecord class.