Uses of Class
org.qubership.atp.dataset.clients.dto.AttributeImportResponseDto
Packages that use AttributeImportResponseDto
-
Uses of AttributeImportResponseDto in org.qubership.atp.dataset.clients.dto
Methods in org.qubership.atp.dataset.clients.dto that return AttributeImportResponseDtoModifier and TypeMethodDescriptionAttributeImportResponseDto.addErrorsItem(ParameterImportResponseDto errorsItem) AttributeImportResponseDto.addSuccessItem(ParameterImportResponseDto successItem) AttributeImportResponseDto.attributeId(UUID attributeId) AttributeImportResponseDto.attributeName(String attributeName) AttributeImportResponseDto.errors(List<ParameterImportResponseDto> errors) AttributeImportResponseDto.success(List<ParameterImportResponseDto> success) Methods in org.qubership.atp.dataset.clients.dto that return types with arguments of type AttributeImportResponseDtoModifier and TypeMethodDescription@Valid List<AttributeImportResponseDto> DatasetListImportResponseDto.getAttributes()Get attributesMethods in org.qubership.atp.dataset.clients.dto with parameters of type AttributeImportResponseDtoModifier and TypeMethodDescriptionDatasetListImportResponseDto.addAttributesItem(AttributeImportResponseDto attributesItem) Method parameters in org.qubership.atp.dataset.clients.dto with type arguments of type AttributeImportResponseDtoModifier and TypeMethodDescriptionDatasetListImportResponseDto.attributes(List<AttributeImportResponseDto> attributes) voidDatasetListImportResponseDto.setAttributes(List<AttributeImportResponseDto> attributes)