Uses of Class
org.qubership.atp.dataset.controllers.api.dto.attributes.DataSetListDto
Packages that use DataSetListDto
-
Uses of DataSetListDto in org.qubership.atp.dataset.controllers.api.dto.attributes
Methods in org.qubership.atp.dataset.controllers.api.dto.attributes that return DataSetListDtoModifier and TypeMethodDescriptionDataSetListDto.addAttributesItem(AttributeDto attributesItem) DataSetListDto.addDataSetsItem(Object dataSetsItem) DataSetListDto.addLabelsItem(LabelDto labelsItem) DataSetListDto.attributes(List<AttributeDto> attributes) DataSetListDto.createdWhen(OffsetDateTime createdWhen) @NotNull @Valid DataSetListDtoAttributeDto.getDataSetList()Get dataSetList@Valid DataSetListDtoAttributeDto.getDataSetListReference()Get dataSetListReferenceDataSetListDto.modifiedBy(UUID modifiedBy) DataSetListDto.modifiedWhen(OffsetDateTime modifiedWhen) DataSetListDto.testPlan(TestPlanDto testPlan) DataSetListDto.visibilityArea(VisibilityAreaDto visibilityArea) Methods in org.qubership.atp.dataset.controllers.api.dto.attributes that return types with arguments of type DataSetListDtoModifier and TypeMethodDescription@Valid List<DataSetListDto> VisibilityAreaDto.getDataSetLists()Get dataSetListsMethods in org.qubership.atp.dataset.controllers.api.dto.attributes with parameters of type DataSetListDtoModifier and TypeMethodDescriptionVisibilityAreaDto.addDataSetListsItem(DataSetListDto dataSetListsItem) AttributeDto.dataSetList(DataSetListDto dataSetList) AttributeDto.dataSetListReference(DataSetListDto dataSetListReference) voidAttributeDto.setDataSetList(DataSetListDto dataSetList) voidAttributeDto.setDataSetListReference(DataSetListDto dataSetListReference) Method parameters in org.qubership.atp.dataset.controllers.api.dto.attributes with type arguments of type DataSetListDtoModifier and TypeMethodDescriptionVisibilityAreaDto.dataSetLists(List<DataSetListDto> dataSetLists) voidVisibilityAreaDto.setDataSetLists(List<DataSetListDto> dataSetLists)