Uses of Class
org.qubership.atp.tdm.controllers.api.dto.actions.GetRowRequestDto
Packages that use GetRowRequestDto
-
Uses of GetRowRequestDto in org.qubership.atp.tdm.controllers.api.dto.actions
Methods in org.qubership.atp.tdm.controllers.api.dto.actions that return GetRowRequestDtoModifier and TypeMethodDescriptionGetRowRequestDto.addResponseColumnNamesItem(String responseColumnNamesItem) GetRowRequestDto.addSearchRowParametersSetItem(ApiDataFilterDto searchRowParametersSetItem) GetRowRequestDto.nameColumnResponse(String nameColumnResponse) GetRowRequestDto.responseColumnNames(List<String> responseColumnNames) GetRowRequestDto.searchRowParametersSet(List<ApiDataFilterDto> searchRowParametersSet) Methods in org.qubership.atp.tdm.controllers.api.dto.actions that return types with arguments of type GetRowRequestDtoModifier and TypeMethodDescription@Valid List<GetRowRequestDto> RestApiRequestDto.getGetRowRequests()Get getRowRequestsMethods in org.qubership.atp.tdm.controllers.api.dto.actions with parameters of type GetRowRequestDtoModifier and TypeMethodDescriptionRestApiRequestDto.addGetRowRequestsItem(GetRowRequestDto getRowRequestsItem) Method parameters in org.qubership.atp.tdm.controllers.api.dto.actions with type arguments of type GetRowRequestDtoModifier and TypeMethodDescriptionRestApiRequestDto.getRowRequests(List<GetRowRequestDto> getRowRequests) voidRestApiRequestDto.setGetRowRequests(List<GetRowRequestDto> getRowRequests)