Uses of Class
org.apache.hc.client5.http.validator.ValidatorType
-
Packages that use ValidatorType Package Description org.apache.hc.client5.http.validator -
-
Uses of ValidatorType in org.apache.hc.client5.http.validator
Fields in org.apache.hc.client5.http.validator declared as ValidatorType Modifier and Type Field Description private ValidatorTypeETag. typeMethods in org.apache.hc.client5.http.validator that return ValidatorType Modifier and Type Method Description ValidatorTypeETag. getType()static ValidatorTypeValidatorType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ValidatorType[]ValidatorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.hc.client5.http.validator with parameters of type ValidatorType Constructor Description ETag(java.lang.String value, ValidatorType type)
-