Uses of Class
org.qubership.atp.dataset.controllers.api.dto.attributes.ListValueDto
Packages that use ListValueDto
Package
Description
-
Uses of ListValueDto in org.qubership.atp.dataset.controllers.api
Methods in org.qubership.atp.dataset.controllers.api that return types with arguments of type ListValueDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ListValueDto> AttributeControllerApi.createListValue(UUID attributeId, @NotNull @Valid String value, @Valid UUID dataSetListId, @Valid Long modifiedWhen) PUT /attribute/{attributeId}/listValues : Creates new list value for provided attribute. -
Uses of ListValueDto in org.qubership.atp.dataset.controllers.api.dto.attributes
Methods in org.qubership.atp.dataset.controllers.api.dto.attributes that return ListValueDtoModifier and TypeMethodDescriptionListValueDto.attribute(AttributeDto attribute) @Valid ListValueDtoParameterDto.getListValue()Get listValueMethods in org.qubership.atp.dataset.controllers.api.dto.attributes that return types with arguments of type ListValueDtoModifier and TypeMethodDescription@Valid List<ListValueDto> AttributeDto.getListValues()for list typeMethods in org.qubership.atp.dataset.controllers.api.dto.attributes with parameters of type ListValueDtoModifier and TypeMethodDescriptionAttributeDto.addListValuesItem(ListValueDto listValuesItem) ParameterDto.listValue(ListValueDto listValue) voidParameterDto.setListValue(ListValueDto listValue) Method parameters in org.qubership.atp.dataset.controllers.api.dto.attributes with type arguments of type ListValueDtoModifier and TypeMethodDescriptionAttributeDto.listValues(List<ListValueDto> listValues) voidAttributeDto.setListValues(List<ListValueDto> listValues)