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