Uses of Class
com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntry.Builder
Packages that use DataEntryProto.DataEntry.Builder
-
Uses of DataEntryProto.DataEntry.Builder in com.yoti.api.client.spi.remote.proto
Methods in com.yoti.api.client.spi.remote.proto that return DataEntryProto.DataEntry.BuilderModifier and TypeMethodDescriptionExtraDataProto.ExtraData.Builder.addListBuilder()repeated .sharepubapi_v1.DataEntry list = 1;ExtraDataProto.ExtraData.Builder.addListBuilder(int index) repeated .sharepubapi_v1.DataEntry list = 1;DataEntryProto.DataEntry.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DataEntryProto.DataEntry.Builder.clear()DataEntryProto.DataEntry.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) DataEntryProto.DataEntry.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) DataEntryProto.DataEntry.Builder.clearType().sharepubapi_v1.DataEntry.Type type = 1;DataEntryProto.DataEntry.Builder.clearValue()bytes value = 2;DataEntryProto.DataEntry.Builder.clone()ExtraDataProto.ExtraData.Builder.getListBuilder(int index) repeated .sharepubapi_v1.DataEntry list = 1;DataEntryProto.DataEntry.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DataEntryProto.DataEntry.Builder.mergeFrom(com.google.protobuf.Message other) DataEntryProto.DataEntry.Builder.mergeFrom(DataEntryProto.DataEntry other) DataEntryProto.DataEntry.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) DataEntryProto.DataEntry.newBuilder()DataEntryProto.DataEntry.newBuilder(DataEntryProto.DataEntry prototype) DataEntryProto.DataEntry.newBuilderForType()protected DataEntryProto.DataEntry.BuilderDataEntryProto.DataEntry.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) DataEntryProto.DataEntry.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DataEntryProto.DataEntry.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) DataEntryProto.DataEntry.Builder.setType(DataEntryProto.DataEntry.Type value) .sharepubapi_v1.DataEntry.Type type = 1;DataEntryProto.DataEntry.Builder.setTypeValue(int value) .sharepubapi_v1.DataEntry.Type type = 1;DataEntryProto.DataEntry.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) DataEntryProto.DataEntry.Builder.setValue(com.google.protobuf.ByteString value) bytes value = 2;DataEntryProto.DataEntry.toBuilder()Methods in com.yoti.api.client.spi.remote.proto that return types with arguments of type DataEntryProto.DataEntry.BuilderModifier and TypeMethodDescriptionExtraDataProto.ExtraData.Builder.getListBuilderList()repeated .sharepubapi_v1.DataEntry list = 1;Methods in com.yoti.api.client.spi.remote.proto with parameters of type DataEntryProto.DataEntry.BuilderModifier and TypeMethodDescriptionExtraDataProto.ExtraData.Builder.addList(int index, DataEntryProto.DataEntry.Builder builderForValue) repeated .sharepubapi_v1.DataEntry list = 1;ExtraDataProto.ExtraData.Builder.addList(DataEntryProto.DataEntry.Builder builderForValue) repeated .sharepubapi_v1.DataEntry list = 1;ExtraDataProto.ExtraData.Builder.setList(int index, DataEntryProto.DataEntry.Builder builderForValue) repeated .sharepubapi_v1.DataEntry list = 1;