Uses of Enum
com.google.apps.card.v1.BorderStyle.BorderType
Packages that use BorderStyle.BorderType
-
Uses of BorderStyle.BorderType in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return BorderStyle.BorderTypeModifier and TypeMethodDescriptionstatic BorderStyle.BorderType
BorderStyle.BorderType.forNumber
(int value) BorderStyle.Builder.getType()
The border type.BorderStyle.getType()
The border type.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
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.BorderTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<BorderStyle.BorderType> BorderStyle.BorderType.internalGetValueMap()
Methods in com.google.apps.card.v1 with parameters of type BorderStyle.BorderTypeModifier and TypeMethodDescriptionBorderStyle.Builder.setType
(BorderStyle.BorderType value) The border type.