Uses of Class
org.qubership.atp.tdm.controllers.api.dto.actions.AddInfoToRowRequestDto
Packages that use AddInfoToRowRequestDto
-
Uses of AddInfoToRowRequestDto in org.qubership.atp.tdm.controllers.api.dto.actions
Methods in org.qubership.atp.tdm.controllers.api.dto.actions that return AddInfoToRowRequestDtoModifier and TypeMethodDescriptionAddInfoToRowRequestDto.addSearchRowParametersSetItem(ApiDataFilterDto searchRowParametersSetItem) AddInfoToRowRequestDto.putRecordWithDataForUpdateItem(String key, String recordWithDataForUpdateItem) AddInfoToRowRequestDto.recordWithDataForUpdate(Map<String, String> recordWithDataForUpdate) AddInfoToRowRequestDto.searchRowParametersSet(List<ApiDataFilterDto> searchRowParametersSet) Methods in org.qubership.atp.tdm.controllers.api.dto.actions that return types with arguments of type AddInfoToRowRequestDtoModifier and TypeMethodDescription@Valid List<AddInfoToRowRequestDto> RestApiRequestDto.getAddInfoToRowRequests()Get addInfoToRowRequestsMethods in org.qubership.atp.tdm.controllers.api.dto.actions with parameters of type AddInfoToRowRequestDtoModifier and TypeMethodDescriptionRestApiRequestDto.addAddInfoToRowRequestsItem(AddInfoToRowRequestDto addInfoToRowRequestsItem) Method parameters in org.qubership.atp.tdm.controllers.api.dto.actions with type arguments of type AddInfoToRowRequestDtoModifier and TypeMethodDescriptionRestApiRequestDto.addInfoToRowRequests(List<AddInfoToRowRequestDto> addInfoToRowRequests) voidRestApiRequestDto.setAddInfoToRowRequests(List<AddInfoToRowRequestDto> addInfoToRowRequests)