Uses of Class
org.qubership.atp.tdm.controllers.api.dto.actions.OccupyRowRequestDto
Packages that use OccupyRowRequestDto
-
Uses of OccupyRowRequestDto in org.qubership.atp.tdm.controllers.api.dto.actions
Methods in org.qubership.atp.tdm.controllers.api.dto.actions that return OccupyRowRequestDtoModifier and TypeMethodDescriptionOccupyRowRequestDto.addSearchRowParametersSetItem(ApiDataFilterDto searchRowParametersSetItem) OccupyRowRequestDto.nameColumnResponse(String nameColumnResponse) OccupyRowRequestDto.searchRowParametersSet(List<ApiDataFilterDto> searchRowParametersSet) Methods in org.qubership.atp.tdm.controllers.api.dto.actions that return types with arguments of type OccupyRowRequestDtoModifier and TypeMethodDescription@Valid List<OccupyRowRequestDto> RestApiRequestDto.getOccupyRowRequests()Get occupyRowRequestsMethods in org.qubership.atp.tdm.controllers.api.dto.actions with parameters of type OccupyRowRequestDtoModifier and TypeMethodDescriptionRestApiRequestDto.addOccupyRowRequestsItem(OccupyRowRequestDto occupyRowRequestsItem) Method parameters in org.qubership.atp.tdm.controllers.api.dto.actions with type arguments of type OccupyRowRequestDtoModifier and TypeMethodDescriptionRestApiRequestDto.occupyRowRequests(List<OccupyRowRequestDto> occupyRowRequests) voidRestApiRequestDto.setOccupyRowRequests(List<OccupyRowRequestDto> occupyRowRequests)