Uses of Class
org.opennms.web.rest.v2.DiscoveryRestService.DiscoveryConfigurationDTO.ExcludeUrlDTO
-
Packages that use DiscoveryRestService.DiscoveryConfigurationDTO.ExcludeUrlDTO Package Description org.opennms.web.rest.v2 -
-
Uses of DiscoveryRestService.DiscoveryConfigurationDTO.ExcludeUrlDTO in org.opennms.web.rest.v2
Methods in org.opennms.web.rest.v2 that return types with arguments of type DiscoveryRestService.DiscoveryConfigurationDTO.ExcludeUrlDTO Modifier and Type Method Description List<DiscoveryRestService.DiscoveryConfigurationDTO.ExcludeUrlDTO>
DiscoveryRestService.DiscoveryConfigurationDTO. getExcludeUrlDTOList()
Method parameters in org.opennms.web.rest.v2 with type arguments of type DiscoveryRestService.DiscoveryConfigurationDTO.ExcludeUrlDTO Modifier and Type Method Description void
DiscoveryRestService.DiscoveryConfigurationDTO. setExcludeUrlDTOList(List<DiscoveryRestService.DiscoveryConfigurationDTO.ExcludeUrlDTO> excludeUrlDTOList)
-