Uses of Class
org.restheart.exchange.ExchangeKeys.ETAG_CHECK_POLICY
-
Packages that use ExchangeKeys.ETAG_CHECK_POLICY Package Description org.restheart.exchange -
-
Uses of ExchangeKeys.ETAG_CHECK_POLICY in org.restheart.exchange
Methods in org.restheart.exchange that return ExchangeKeys.ETAG_CHECK_POLICY Modifier and Type Method Description static ExchangeKeys.ETAG_CHECK_POLICYExchangeKeys.ETAG_CHECK_POLICY. valueOf(String name)Returns the enum constant of this type with the specified name.static ExchangeKeys.ETAG_CHECK_POLICY[]ExchangeKeys.ETAG_CHECK_POLICY. values()Returns an array containing the constants of this enum type, in the order they are declared.
-