Uses of Enum
org.davidmoten.oa3.codegen.http.ParameterType
Packages that use ParameterType
-
Uses of ParameterType in org.davidmoten.oa3.codegen.http
Methods in org.davidmoten.oa3.codegen.http that return ParameterTypeModifier and TypeMethodDescriptionParameterValue.type()static ParameterTypeReturns the enum constant of this type with the specified name.static ParameterType[]ParameterType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.davidmoten.oa3.codegen.http with parameters of type ParameterTypeModifier and TypeMethodDescriptionHttp.Builder.param(String name, Optional<?> value, ParameterType type, Optional<String> contentType) Http.Builder.param(String name, Optional<?> value, ParameterType type, Optional<String> contentType, Optional<String> filename) Constructors in org.davidmoten.oa3.codegen.http with parameters of type ParameterTypeModifierConstructorDescriptionParameterValue(String name, Optional<?> value, ParameterType type, Optional<String> contentType, Optional<String> filename)