Uses of Class
net.sf.okapi.proto.StartSubDocument.Builder
-
Packages that use StartSubDocument.Builder Package Description net.sf.okapi.proto -
-
Uses of StartSubDocument.Builder in net.sf.okapi.proto
Methods in net.sf.okapi.proto that return StartSubDocument.Builder Modifier and Type Method Description StartSubDocument.BuilderStartSubDocument.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)StartSubDocument.BuilderStartSubDocument.Builder. clear()StartSubDocument.BuilderStartSubDocument.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)StartSubDocument.BuilderStartSubDocument.Builder. clearFilterId()string filterId = 3;StartSubDocument.BuilderStartSubDocument.Builder. clearNameable().INameable nameable = 1;StartSubDocument.BuilderStartSubDocument.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)StartSubDocument.BuilderStartSubDocument.Builder. clearParentId()string parentId = 2;StartSubDocument.BuilderStartSubDocument.Builder. clone()StartSubDocument.BuilderEvent.Builder. getStartSubDocumentBuilder().StartSubDocument startSubDocument = 8;StartSubDocument.BuilderStartSubDocument.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)StartSubDocument.BuilderStartSubDocument.Builder. mergeFrom(com.google.protobuf.Message other)StartSubDocument.BuilderStartSubDocument.Builder. mergeFrom(StartSubDocument other)StartSubDocument.BuilderStartSubDocument.Builder. mergeNameable(INameable value).INameable nameable = 1;StartSubDocument.BuilderStartSubDocument.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static StartSubDocument.BuilderStartSubDocument. newBuilder()static StartSubDocument.BuilderStartSubDocument. newBuilder(StartSubDocument prototype)StartSubDocument.BuilderStartSubDocument. newBuilderForType()protected StartSubDocument.BuilderStartSubDocument. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)StartSubDocument.BuilderStartSubDocument.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)StartSubDocument.BuilderStartSubDocument.Builder. setFilterId(String value)string filterId = 3;StartSubDocument.BuilderStartSubDocument.Builder. setFilterIdBytes(com.google.protobuf.ByteString value)string filterId = 3;StartSubDocument.BuilderStartSubDocument.Builder. setNameable(INameable value).INameable nameable = 1;StartSubDocument.BuilderStartSubDocument.Builder. setNameable(INameable.Builder builderForValue).INameable nameable = 1;StartSubDocument.BuilderStartSubDocument.Builder. setParentId(String value)string parentId = 2;StartSubDocument.BuilderStartSubDocument.Builder. setParentIdBytes(com.google.protobuf.ByteString value)string parentId = 2;StartSubDocument.BuilderStartSubDocument.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)StartSubDocument.BuilderStartSubDocument.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)StartSubDocument.BuilderStartSubDocument. toBuilder()Methods in net.sf.okapi.proto with parameters of type StartSubDocument.Builder Modifier and Type Method Description Event.BuilderEvent.Builder. setStartSubDocument(StartSubDocument.Builder builderForValue).StartSubDocument startSubDocument = 8;
-