Uses of Class
org.qubership.atp.tdm.controllers.api.dto.actions.OccupyFullRowRequestDto
Packages that use OccupyFullRowRequestDto
-
Uses of OccupyFullRowRequestDto in org.qubership.atp.tdm.controllers.api.dto.actions
Methods in org.qubership.atp.tdm.controllers.api.dto.actions that return OccupyFullRowRequestDtoModifier and TypeMethodDescriptionOccupyFullRowRequestDto.addResponseColumnNamesItem(String responseColumnNamesItem) OccupyFullRowRequestDto.addSearchRowParametersSetItem(ApiDataFilterDto searchRowParametersSetItem) OccupyFullRowRequestDto.responseColumnNames(List<String> responseColumnNames) OccupyFullRowRequestDto.searchRowParametersSet(List<ApiDataFilterDto> searchRowParametersSet) Methods in org.qubership.atp.tdm.controllers.api.dto.actions that return types with arguments of type OccupyFullRowRequestDtoModifier and TypeMethodDescription@Valid List<OccupyFullRowRequestDto> RestApiRequestDto.getOccupyFullRowRequests()Get occupyFullRowRequestsMethods in org.qubership.atp.tdm.controllers.api.dto.actions with parameters of type OccupyFullRowRequestDtoModifier and TypeMethodDescriptionRestApiRequestDto.addOccupyFullRowRequestsItem(OccupyFullRowRequestDto occupyFullRowRequestsItem) Method parameters in org.qubership.atp.tdm.controllers.api.dto.actions with type arguments of type OccupyFullRowRequestDtoModifier and TypeMethodDescriptionRestApiRequestDto.occupyFullRowRequests(List<OccupyFullRowRequestDto> occupyFullRowRequests) voidRestApiRequestDto.setOccupyFullRowRequests(List<OccupyFullRowRequestDto> occupyFullRowRequests)