Uses of Enum
org.qubership.atp.itf.lite.backend.enums.http.RequestBodyType
Packages that use RequestBodyType
Package
Description
-
Uses of RequestBodyType in org.qubership.atp.itf.lite.backend.enums.http
Methods in org.qubership.atp.itf.lite.backend.enums.http that return RequestBodyTypeModifier and TypeMethodDescriptionstatic RequestBodyTypeReturns the enum constant of this type with the specified name.static RequestBodyTypeRequestBodyType.valueOfContentType(String contentType, String contentDisposition) Return RequestBodyType by content type header value.static RequestBodyTypeRequestBodyType.valueOfIgnoreCase(String name) Return RequestBodyType by name ignoring case or null.static RequestBodyType[]RequestBodyType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RequestBodyType in org.qubership.atp.itf.lite.backend.model.ei
Methods in org.qubership.atp.itf.lite.backend.model.ei with parameters of type RequestBodyTypeModifier and TypeMethodDescriptionstatic ToPostmanModeToPostmanMode.from(RequestBodyType type) Defines postman mode by request body type. -
Uses of RequestBodyType in org.qubership.atp.itf.lite.backend.model.entities
Constructors in org.qubership.atp.itf.lite.backend.model.entities with parameters of type RequestBodyTypeModifierConstructorDescriptionRequestBody(String query, String variables, RequestBodyType type) Constructor RequestBody.RequestBody(String content, RequestBodyType type) RequestBody(List<FormDataPart> formDataBody, RequestBodyType type) RequestBody(FileBody fileBody, RequestBodyType type)