Uses of Record Class
it.auties.whatsapp.model.info.NativeFlowInfo
Packages that use NativeFlowInfo
-
Uses of NativeFlowInfo in it.auties.whatsapp.model.button.base
Fields in it.auties.whatsapp.model.button.base with type parameters of type NativeFlowInfoModifier and TypeFieldDescriptionprivate final Optional<NativeFlowInfo> Button.bodyNativeFlowThe field for thebodyNativeFlowrecord component.private Optional<NativeFlowInfo> ButtonBuilder.bodyNativeFlowMethods in it.auties.whatsapp.model.button.base that return types with arguments of type NativeFlowInfoModifier and TypeMethodDescriptionButton.bodyNativeFlow()Returns the value of thebodyNativeFlowrecord component.Methods in it.auties.whatsapp.model.button.base with parameters of type NativeFlowInfoMethod parameters in it.auties.whatsapp.model.button.base with type arguments of type NativeFlowInfoModifier and TypeMethodDescriptionButtonBuilder.bodyNativeFlow(Optional<NativeFlowInfo> bodyNativeFlow) -
Uses of NativeFlowInfo in it.auties.whatsapp.model.info
Methods in it.auties.whatsapp.model.info that return NativeFlowInfoModifier and TypeMethodDescriptionNativeFlowInfoBuilder.build()static NativeFlowInfoNativeFlowInfoSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.info with parameters of type NativeFlowInfoModifier and TypeMethodDescriptionstatic byte[]NativeFlowInfoSpec.encode(NativeFlowInfo protoInputObject)