Uses of Class
io.apiman.gateway.engine.policies.config.TransferDirectionType
-
Packages that use TransferDirectionType Package Description io.apiman.gateway.engine.policies.config -
-
Uses of TransferDirectionType in io.apiman.gateway.engine.policies.config
Methods in io.apiman.gateway.engine.policies.config that return TransferDirectionType Modifier and Type Method Description TransferDirectionTypeTransferQuotaConfig. getDirection()static TransferDirectionTypeTransferDirectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static TransferDirectionType[]TransferDirectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.apiman.gateway.engine.policies.config with parameters of type TransferDirectionType Modifier and Type Method Description voidTransferQuotaConfig. setDirection(TransferDirectionType direction)
-