Uses of Enum
org.qubership.atp.itf.lite.backend.enums.ValueType
Packages that use ValueType
Package
Description
-
Uses of ValueType in org.qubership.atp.itf.lite.backend.enums
Methods in org.qubership.atp.itf.lite.backend.enums that return ValueType -
Uses of ValueType in org.qubership.atp.itf.lite.backend.model.entities.http
Constructors in org.qubership.atp.itf.lite.backend.model.entities.http with parameters of type ValueTypeModifierConstructorDescriptionFormDataPart(String key, ValueType type, String value, UUID fileId, String contentType, String description, boolean isDisabled) FormDataPart constructor.FormDataPart(UUID id, String key, ValueType type, String value, UUID fileId, String contentType, String description, boolean isDisabled) FormDataPart constructor.