Uses of Class
gov.nist.secauto.oscal.lib.model.PoamItem.AssociatedRisk
Packages that use PoamItem.AssociatedRisk
-
Uses of PoamItem.AssociatedRisk in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type PoamItem.AssociatedRiskMethods in gov.nist.secauto.oscal.lib.model with parameters of type PoamItem.AssociatedRiskModifier and TypeMethodDescriptionboolean
PoamItem.addAssociatedRisk
(PoamItem.AssociatedRisk item) Add a newPoamItem.AssociatedRisk
item to the underlying collection.boolean
PoamItem.removeAssociatedRisk
(PoamItem.AssociatedRisk item) Remove the first matchingPoamItem.AssociatedRisk
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type PoamItem.AssociatedRiskModifier and TypeMethodDescriptionvoid
PoamItem.setRelatedRisks
(List<PoamItem.AssociatedRisk> value)