Uses of Class
de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model.ProcessGroupFromRelationships
-
Packages that use ProcessGroupFromRelationships Package Description de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model -
-
Uses of ProcessGroupFromRelationships in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model that return ProcessGroupFromRelationships Modifier and Type Method Description ProcessGroupFromRelationships
ProcessGroupFromRelationships. addIsNetworkClientOfProcessGroupItem(String isNetworkClientOfProcessGroupItem)
ProcessGroupFromRelationships
ProcessGroupFromRelationships. addRunsOnItem(String runsOnItem)
ProcessGroupFromRelationships
ProcessGroup. getFromRelationships()
Get fromRelationshipsProcessGroupFromRelationships
ProcessGroupFromRelationships. isNetworkClientOfProcessGroup(List<String> isNetworkClientOfProcessGroup)
ProcessGroupFromRelationships
ProcessGroupFromRelationships. runsOn(List<String> runsOn)
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model with parameters of type ProcessGroupFromRelationships Modifier and Type Method Description ProcessGroup
ProcessGroup. fromRelationships(ProcessGroupFromRelationships fromRelationships)
void
ProcessGroup. setFromRelationships(ProcessGroupFromRelationships fromRelationships)
-