Uses of Class
io.grafeas.v1beta1.build.OccurrenceName
-
Packages that use OccurrenceName Package Description io.grafeas.v1beta1.build -
-
Uses of OccurrenceName in io.grafeas.v1beta1.build
Methods in io.grafeas.v1beta1.build that return OccurrenceName Modifier and Type Method Description OccurrenceName
OccurrenceName.Builder. build()
static OccurrenceName
OccurrenceName. of(String project, String occurrence)
static OccurrenceName
OccurrenceName. parse(String formattedString)
Methods in io.grafeas.v1beta1.build 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.build with type arguments of type OccurrenceName Modifier and Type Method Description static List<String>
OccurrenceName. toStringList(List<OccurrenceName> values)
-