Uses of Class
gov.nist.secauto.oscal.lib.model.Response.RequiredAsset
Packages that use Response.RequiredAsset
-
Uses of Response.RequiredAsset in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type Response.RequiredAssetMethods in gov.nist.secauto.oscal.lib.model with parameters of type Response.RequiredAssetModifier and TypeMethodDescriptionboolean
Response.addRequiredAsset
(Response.RequiredAsset item) Add a newResponse.RequiredAsset
item to the underlying collection.boolean
Response.removeRequiredAsset
(Response.RequiredAsset item) Remove the first matchingResponse.RequiredAsset
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type Response.RequiredAssetModifier and TypeMethodDescriptionvoid
Response.setRequiredAssets
(List<Response.RequiredAsset> value)