Uses of Class
io.grafeas.v1beta1.provenance.OccurrenceName
-
Packages that use OccurrenceName Package Description io.grafeas.v1beta1.provenance -
-
Uses of OccurrenceName in io.grafeas.v1beta1.provenance
Methods in io.grafeas.v1beta1.provenance that return OccurrenceName Modifier and Type Method Description OccurrenceNameOccurrenceName.Builder. build()static OccurrenceNameOccurrenceName. of(String project, String occurrence)static OccurrenceNameOccurrenceName. parse(String formattedString)Methods in io.grafeas.v1beta1.provenance that return types with arguments of type OccurrenceName Modifier and Type Method Description static List<OccurrenceName>OccurrenceName. parseList(List<String> formattedStrings)Method parameters in io.grafeas.v1beta1.provenance with type arguments of type OccurrenceName Modifier and Type Method Description static List<String>OccurrenceName. toStringList(List<OccurrenceName> values)
-