Uses of Class
org.cyclonedx.model.ServiceData
-
Packages that use ServiceData Package Description org.cyclonedx.model -
-
Uses of ServiceData in org.cyclonedx.model
Fields in org.cyclonedx.model with type parameters of type ServiceData Modifier and Type Field Description private java.util.List<ServiceData>Service. dataMethods in org.cyclonedx.model that return types with arguments of type ServiceData Modifier and Type Method Description java.util.List<ServiceData>Service. getData()Methods in org.cyclonedx.model with parameters of type ServiceData Modifier and Type Method Description voidService. addServiceData(ServiceData data)Method parameters in org.cyclonedx.model with type arguments of type ServiceData Modifier and Type Method Description voidService. setData(java.util.List<ServiceData> data)
-