Uses of Enum Class
it.auties.whatsapp.model.signal.auth.DNSSource.ResolutionMethod
Packages that use DNSSource.ResolutionMethod
-
Uses of DNSSource.ResolutionMethod in it.auties.whatsapp.model.signal.auth
Fields in it.auties.whatsapp.model.signal.auth declared as DNSSource.ResolutionMethodModifier and TypeFieldDescriptionprivate final DNSSource.ResolutionMethodDNSSource.dnsMethodThe field for thednsMethodrecord component.private DNSSource.ResolutionMethodDNSSourceBuilder.dnsMethodMethods in it.auties.whatsapp.model.signal.auth that return DNSSource.ResolutionMethodModifier and TypeMethodDescriptionDNSSource.dnsMethod()Returns the value of thednsMethodrecord component.static DNSSource.ResolutionMethodReturns the enum constant of this class with the specified name.static DNSSource.ResolutionMethod[]DNSSource.ResolutionMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.signal.auth that return types with arguments of type DNSSource.ResolutionMethodModifier and TypeMethodDescriptionstatic Optional<DNSSource.ResolutionMethod> DNSSourceResolutionMethodSpec.decode(int index) Methods in it.auties.whatsapp.model.signal.auth with parameters of type DNSSource.ResolutionMethodModifier and TypeMethodDescriptionDNSSourceBuilder.dnsMethod(DNSSource.ResolutionMethod dnsMethod) static IntegerDNSSourceResolutionMethodSpec.encode(DNSSource.ResolutionMethod protoInputObject) Constructors in it.auties.whatsapp.model.signal.auth with parameters of type DNSSource.ResolutionMethodModifierConstructorDescriptionDNSSource(DNSSource.ResolutionMethod dnsMethod, boolean appCached) Creates an instance of aDNSSourcerecord class.