Uses of Class
org.qubership.atp.dataset.service.rest.AttributeCreateResponse
Packages that use AttributeCreateResponse
-
Uses of AttributeCreateResponse in org.qubership.atp.dataset.service.rest.server
Methods in org.qubership.atp.dataset.service.rest.server that return types with arguments of type AttributeCreateResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AttributeCreateResponse> AttributeController.create(UUID dataSetListId, String name, Integer ordering, AttributeTypeName attributeType, UUID typeDataSetListId, List<String> listValues, Long modifiedWhen, javax.servlet.http.HttpServletRequest request) Creates new attribute with provided parameters.