Uses of Class
com.google.apps.card.v1.BorderStyle.BorderType
-
Packages that use BorderStyle.BorderType Package Description com.google.apps.card.v1 -
-
Uses of BorderStyle.BorderType in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return BorderStyle.BorderType Modifier and Type Method Description static BorderStyle.BorderType
BorderStyle.BorderType. forNumber(int value)
BorderStyle.BorderType
BorderStyle.Builder. getType()
The border type.BorderStyle.BorderType
BorderStyle. getType()
The border type.BorderStyle.BorderType
BorderStyleOrBuilder. getType()
The border type.static BorderStyle.BorderType
BorderStyle.BorderType. valueOf(int value)
Deprecated.static BorderStyle.BorderType
BorderStyle.BorderType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static BorderStyle.BorderType
BorderStyle.BorderType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BorderStyle.BorderType[]
BorderStyle.BorderType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.apps.card.v1 that return types with arguments of type BorderStyle.BorderType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<BorderStyle.BorderType>
BorderStyle.BorderType. internalGetValueMap()
Methods in com.google.apps.card.v1 with parameters of type BorderStyle.BorderType Modifier and Type Method Description BorderStyle.Builder
BorderStyle.Builder. setType(BorderStyle.BorderType value)
The border type.
-