Uses of Class
org.qubership.atp.tdm.controllers.api.dto.actions.UpdateRowRequestDto
Packages that use UpdateRowRequestDto
-
Uses of UpdateRowRequestDto in org.qubership.atp.tdm.controllers.api.dto.actions
Methods in org.qubership.atp.tdm.controllers.api.dto.actions that return UpdateRowRequestDtoModifier and TypeMethodDescriptionUpdateRowRequestDto.addSearchRowParametersSetItem(ApiDataFilterDto searchRowParametersSetItem) UpdateRowRequestDto.putRecordWithDataForUpdateItem(String key, String recordWithDataForUpdateItem) UpdateRowRequestDto.recordWithDataForUpdate(Map<String, String> recordWithDataForUpdate) UpdateRowRequestDto.searchRowParametersSet(List<ApiDataFilterDto> searchRowParametersSet) Methods in org.qubership.atp.tdm.controllers.api.dto.actions that return types with arguments of type UpdateRowRequestDtoModifier and TypeMethodDescription@Valid List<UpdateRowRequestDto> RestApiRequestDto.getUpdateRowRequests()Get updateRowRequestsMethods in org.qubership.atp.tdm.controllers.api.dto.actions with parameters of type UpdateRowRequestDtoModifier and TypeMethodDescriptionRestApiRequestDto.addUpdateRowRequestsItem(UpdateRowRequestDto updateRowRequestsItem) Method parameters in org.qubership.atp.tdm.controllers.api.dto.actions with type arguments of type UpdateRowRequestDtoModifier and TypeMethodDescriptionvoidRestApiRequestDto.setUpdateRowRequests(List<UpdateRowRequestDto> updateRowRequests) RestApiRequestDto.updateRowRequests(List<UpdateRowRequestDto> updateRowRequests)