Uses of Enum
org.qubership.atp.itf.lite.backend.enums.http.RequestBodyMode
Packages that use RequestBodyMode
-
Uses of RequestBodyMode in org.qubership.atp.itf.lite.backend.enums.http
Methods in org.qubership.atp.itf.lite.backend.enums.http that return RequestBodyModeModifier and TypeMethodDescriptionstatic RequestBodyModeReturns the enum constant of this type with the specified name.static RequestBodyModeRequestBodyMode.valueOfIgnoreCase(String name) Return RequestBodyMode by name ignoring case or null.static RequestBodyMode[]RequestBodyMode.values()Returns an array containing the constants of this enum type, in the order they are declared.