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