Uses of Enum Class
gql.GqlTypes.GqlType
Packages that use GqlTypes.GqlType
-
Uses of GqlTypes.GqlType in gql
Methods in gql that return GqlTypes.GqlTypeModifier and TypeMethodDescriptionstatic GqlTypes.GqlTypeGqlTypes.GqlType.forNumber(int value) GqlTypes.TypeDescriptor.Builder.getType().gql.GqlType type = 1;GqlTypes.TypeDescriptor.getType().gql.GqlType type = 1;GqlTypes.TypeDescriptorOrBuilder.getType().gql.GqlType type = 1;static GqlTypes.GqlTypeGqlTypes.GqlType.valueOf(int value) Deprecated.static GqlTypes.GqlTypeGqlTypes.GqlType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static GqlTypes.GqlTypeReturns the enum constant of this class with the specified name.static GqlTypes.GqlType[]GqlTypes.GqlType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in gql that return types with arguments of type GqlTypes.GqlTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<GqlTypes.GqlType>GqlTypes.GqlType.internalGetValueMap()Methods in gql with parameters of type GqlTypes.GqlTypeModifier and TypeMethodDescriptionGqlTypes.TypeDescriptor.Builder.setType(GqlTypes.GqlType value) .gql.GqlType type = 1;