Uses of Class
org.qubership.atp.tdm.controllers.api.dto.actions.ReleaseRowRequestDto
Packages that use ReleaseRowRequestDto
-
Uses of ReleaseRowRequestDto in org.qubership.atp.tdm.controllers.api.dto.actions
Methods in org.qubership.atp.tdm.controllers.api.dto.actions that return ReleaseRowRequestDtoModifier and TypeMethodDescriptionReleaseRowRequestDto.addSearchRowParametersSetItem(ApiDataFilterDto searchRowParametersSetItem) ReleaseRowRequestDto.nameColumnResponse(String nameColumnResponse) ReleaseRowRequestDto.searchRowParametersSet(List<ApiDataFilterDto> searchRowParametersSet) Methods in org.qubership.atp.tdm.controllers.api.dto.actions that return types with arguments of type ReleaseRowRequestDtoModifier and TypeMethodDescription@Valid List<ReleaseRowRequestDto> RestApiRequestDto.getReleaseRowRequests()Get releaseRowRequestsMethods in org.qubership.atp.tdm.controllers.api.dto.actions with parameters of type ReleaseRowRequestDtoModifier and TypeMethodDescriptionRestApiRequestDto.addReleaseRowRequestsItem(ReleaseRowRequestDto releaseRowRequestsItem) Method parameters in org.qubership.atp.tdm.controllers.api.dto.actions with type arguments of type ReleaseRowRequestDtoModifier and TypeMethodDescriptionRestApiRequestDto.releaseRowRequests(List<ReleaseRowRequestDto> releaseRowRequests) voidRestApiRequestDto.setReleaseRowRequests(List<ReleaseRowRequestDto> releaseRowRequests)