Uses of Enum Class
ink.icoding.github4j.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in ink.icoding.github4j
Subclasses with type arguments of type HttpMethod in ink.icoding.github4jMethods in ink.icoding.github4j that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethodReturns the enum constant of this class with the specified name.static HttpMethod[]HttpMethod.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HttpMethod in ink.icoding.github4j.http
Methods in ink.icoding.github4j.http that return HttpMethodModifier and TypeMethodDescriptionRequestSpec.method()Returns the value of themethodrecord component.Constructors in ink.icoding.github4j.http with parameters of type HttpMethodModifierConstructorDescriptionRequestSpec(HttpMethod method, String path, Map<String, String> queryParams, Object body) Creates an instance of aRequestSpecrecord class.