Uses of Class
com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntry
Packages that use DataEntryProto.DataEntry
-
Uses of DataEntryProto.DataEntry in com.yoti.api.client.spi.remote
Methods in com.yoti.api.client.spi.remote with parameters of type DataEntryProto.DataEntryModifier and TypeMethodDescriptionDataEntryConverter.convertDataEntry(DataEntryProto.DataEntry dataEntry) -
Uses of DataEntryProto.DataEntry in com.yoti.api.client.spi.remote.proto
Methods in com.yoti.api.client.spi.remote.proto that return DataEntryProto.DataEntryModifier and TypeMethodDescriptionDataEntryProto.DataEntry.Builder.build()DataEntryProto.DataEntry.Builder.buildPartial()static DataEntryProto.DataEntryDataEntryProto.DataEntry.getDefaultInstance()DataEntryProto.DataEntry.Builder.getDefaultInstanceForType()DataEntryProto.DataEntry.getDefaultInstanceForType()ExtraDataProto.ExtraData.Builder.getList(int index) repeated .sharepubapi_v1.DataEntry list = 1;ExtraDataProto.ExtraData.getList(int index) repeated .sharepubapi_v1.DataEntry list = 1;ExtraDataProto.ExtraDataOrBuilder.getList(int index) repeated .sharepubapi_v1.DataEntry list = 1;static DataEntryProto.DataEntryDataEntryProto.DataEntry.parseDelimitedFrom(InputStream input) static DataEntryProto.DataEntryDataEntryProto.DataEntry.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataEntryProto.DataEntryDataEntryProto.DataEntry.parseFrom(byte[] data) static DataEntryProto.DataEntryDataEntryProto.DataEntry.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataEntryProto.DataEntryDataEntryProto.DataEntry.parseFrom(com.google.protobuf.ByteString data) static DataEntryProto.DataEntryDataEntryProto.DataEntry.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataEntryProto.DataEntryDataEntryProto.DataEntry.parseFrom(com.google.protobuf.CodedInputStream input) static DataEntryProto.DataEntryDataEntryProto.DataEntry.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataEntryProto.DataEntryDataEntryProto.DataEntry.parseFrom(InputStream input) static DataEntryProto.DataEntryDataEntryProto.DataEntry.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataEntryProto.DataEntryDataEntryProto.DataEntry.parseFrom(ByteBuffer data) static DataEntryProto.DataEntryDataEntryProto.DataEntry.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.yoti.api.client.spi.remote.proto that return types with arguments of type DataEntryProto.DataEntryModifier and TypeMethodDescriptionExtraDataProto.ExtraData.Builder.getListList()repeated .sharepubapi_v1.DataEntry list = 1;ExtraDataProto.ExtraData.getListList()repeated .sharepubapi_v1.DataEntry list = 1;ExtraDataProto.ExtraDataOrBuilder.getListList()repeated .sharepubapi_v1.DataEntry list = 1;com.google.protobuf.Parser<DataEntryProto.DataEntry>DataEntryProto.DataEntry.getParserForType()static com.google.protobuf.Parser<DataEntryProto.DataEntry>DataEntryProto.DataEntry.parser()Methods in com.yoti.api.client.spi.remote.proto with parameters of type DataEntryProto.DataEntryModifier and TypeMethodDescriptionExtraDataProto.ExtraData.Builder.addList(int index, DataEntryProto.DataEntry value) repeated .sharepubapi_v1.DataEntry list = 1;ExtraDataProto.ExtraData.Builder.addList(DataEntryProto.DataEntry value) repeated .sharepubapi_v1.DataEntry list = 1;DataEntryProto.DataEntry.Builder.mergeFrom(DataEntryProto.DataEntry other) DataEntryProto.DataEntry.newBuilder(DataEntryProto.DataEntry prototype) ExtraDataProto.ExtraData.Builder.setList(int index, DataEntryProto.DataEntry value) repeated .sharepubapi_v1.DataEntry list = 1;Method parameters in com.yoti.api.client.spi.remote.proto with type arguments of type DataEntryProto.DataEntryModifier and TypeMethodDescriptionExtraDataProto.ExtraData.Builder.addAllList(Iterable<? extends DataEntryProto.DataEntry> values) repeated .sharepubapi_v1.DataEntry list = 1;