Uses of Class
gov.nist.secauto.oscal.lib.model.Result.AssessmentLog.Entry
Packages that use Result.AssessmentLog.Entry
-
Uses of Result.AssessmentLog.Entry in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type Result.AssessmentLog.EntryMethods in gov.nist.secauto.oscal.lib.model with parameters of type Result.AssessmentLog.EntryModifier and TypeMethodDescriptionboolean
Result.AssessmentLog.addEntry
(Result.AssessmentLog.Entry item) Add a newResult.AssessmentLog.Entry
item to the underlying collection.boolean
Result.AssessmentLog.removeEntry
(Result.AssessmentLog.Entry item) Remove the first matchingResult.AssessmentLog.Entry
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type Result.AssessmentLog.EntryModifier and TypeMethodDescriptionvoid
Result.AssessmentLog.setEntries
(List<Result.AssessmentLog.Entry> value)