Uses of Class
io.grafeas.v1beta1.Occurrence.DetailsCase
-
Packages that use Occurrence.DetailsCase Package Description io.grafeas.v1beta1 -
-
Uses of Occurrence.DetailsCase in io.grafeas.v1beta1
Methods in io.grafeas.v1beta1 that return Occurrence.DetailsCase Modifier and Type Method Description static Occurrence.DetailsCase
Occurrence.DetailsCase. forNumber(int value)
Occurrence.DetailsCase
Occurrence.Builder. getDetailsCase()
Occurrence.DetailsCase
Occurrence. getDetailsCase()
Occurrence.DetailsCase
OccurrenceOrBuilder. getDetailsCase()
static Occurrence.DetailsCase
Occurrence.DetailsCase. valueOf(int value)
Deprecated.static Occurrence.DetailsCase
Occurrence.DetailsCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Occurrence.DetailsCase[]
Occurrence.DetailsCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-