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.BorderTypeBorderStyle.BorderType.forNumber(int value) BorderStyle.Builder.getType()The border type.BorderStyle.getType()The border type.BorderStyleOrBuilder.getType()The border type.static BorderStyle.BorderTypeBorderStyle.BorderType.valueOf(int value) Deprecated.static BorderStyle.BorderTypeBorderStyle.BorderType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static BorderStyle.BorderTypeReturns 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.