Uses of Class
com.google.api.client.util.GenericData.Flags
-
Packages that use GenericData.Flags Package Description com.google.api.client.util General utilities used throughout this library. -
-
Uses of GenericData.Flags in com.google.api.client.util
Methods in com.google.api.client.util that return GenericData.Flags Modifier and Type Method Description static GenericData.Flags
GenericData.Flags. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GenericData.Flags[]
GenericData.Flags. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in com.google.api.client.util with type arguments of type GenericData.Flags Constructor Description GenericData(java.util.EnumSet<GenericData.Flags> flags)
-