Uses of Enum
com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntry.Type
Packages that use DataEntryProto.DataEntry.Type
-
Uses of DataEntryProto.DataEntry.Type in com.yoti.api.client.spi.remote.proto
Methods in com.yoti.api.client.spi.remote.proto that return DataEntryProto.DataEntry.TypeModifier and TypeMethodDescriptionDataEntryProto.DataEntry.Type.forNumber(int value) DataEntryProto.DataEntry.Builder.getType().sharepubapi_v1.DataEntry.Type type = 1;DataEntryProto.DataEntry.getType().sharepubapi_v1.DataEntry.Type type = 1;DataEntryProto.DataEntryOrBuilder.getType().sharepubapi_v1.DataEntry.Type type = 1;DataEntryProto.DataEntry.Type.valueOf(int value) Deprecated.DataEntryProto.DataEntry.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static DataEntryProto.DataEntry.Type[]DataEntryProto.DataEntry.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.yoti.api.client.spi.remote.proto that return types with arguments of type DataEntryProto.DataEntry.TypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<DataEntryProto.DataEntry.Type>DataEntryProto.DataEntry.Type.internalGetValueMap()Methods in com.yoti.api.client.spi.remote.proto with parameters of type DataEntryProto.DataEntry.TypeModifier and TypeMethodDescriptionDataEntryProto.DataEntry.Builder.setType(DataEntryProto.DataEntry.Type value) .sharepubapi_v1.DataEntry.Type type = 1;