Uses of Class
io.split.telemetry.domain.enums.HttpParamsWrapper
-
Packages that use HttpParamsWrapper Package Description io.split.service io.split.telemetry.domain.enums -
-
Uses of HttpParamsWrapper in io.split.service
Methods in io.split.service with parameters of type HttpParamsWrapper Modifier and Type Method Description voidHttpPostImp. post(URI uri, Object object, String posted, HttpParamsWrapper httpParamsWrapper) -
Uses of HttpParamsWrapper in io.split.telemetry.domain.enums
Methods in io.split.telemetry.domain.enums that return HttpParamsWrapper Modifier and Type Method Description static HttpParamsWrapperHttpParamsWrapper. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpParamsWrapper[]HttpParamsWrapper. values()Returns an array containing the constants of this enum type, in the order they are declared.
-