Uses of Class
com.google.apps.card.v1.Icon.IconsCase
-
Packages that use Icon.IconsCase Package Description com.google.apps.card.v1 -
-
Uses of Icon.IconsCase in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Icon.IconsCase Modifier and Type Method Description static Icon.IconsCase
Icon.IconsCase. forNumber(int value)
Icon.IconsCase
Icon.Builder. getIconsCase()
Icon.IconsCase
Icon. getIconsCase()
Icon.IconsCase
IconOrBuilder. getIconsCase()
static Icon.IconsCase
Icon.IconsCase. valueOf(int value)
Deprecated.static Icon.IconsCase
Icon.IconsCase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Icon.IconsCase[]
Icon.IconsCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-