Uses of Class
io.github.xezzon.zeroweb.dict.DictImportReq.Builder
Packages that use DictImportReq.Builder
-
Uses of DictImportReq.Builder in io.github.xezzon.zeroweb.dict
Methods in io.github.xezzon.zeroweb.dict that return DictImportReq.BuilderModifier and TypeMethodDescriptionDictImportReqList.Builder.addDataBuilder()
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
DictImportReqList.Builder.addDataBuilder
(int index) repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
DictImportReq.Builder.clear()
DictImportReq.Builder.clearCode()
string code = 2;
DictImportReq.Builder.clearLabel()
optional string label = 3;
DictImportReq.Builder.clearOrdinal()
int32 ordinal = 4;
DictImportReq.Builder.clearTag()
optional string tag = 1;
DictImportReqList.Builder.getDataBuilder
(int index) repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
DictImportReq.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DictImportReq.Builder.mergeFrom
(com.google.protobuf.Message other) DictImportReq.Builder.mergeFrom
(DictImportReq other) static DictImportReq.Builder
DictImportReq.newBuilder()
static DictImportReq.Builder
DictImportReq.newBuilder
(DictImportReq prototype) DictImportReq.newBuilderForType()
string code = 2;
DictImportReq.Builder.setCodeBytes
(com.google.protobuf.ByteString value) string code = 2;
optional string label = 3;
DictImportReq.Builder.setLabelBytes
(com.google.protobuf.ByteString value) optional string label = 3;
DictImportReq.Builder.setOrdinal
(int value) int32 ordinal = 4;
optional string tag = 1;
DictImportReq.Builder.setTagBytes
(com.google.protobuf.ByteString value) optional string tag = 1;
DictImportReq.toBuilder()
Methods in io.github.xezzon.zeroweb.dict that return types with arguments of type DictImportReq.BuilderModifier and TypeMethodDescriptionDictImportReqList.Builder.getDataBuilderList()
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
Methods in io.github.xezzon.zeroweb.dict with parameters of type DictImportReq.BuilderModifier and TypeMethodDescriptionDictImportReqList.Builder.addData
(int index, DictImportReq.Builder builderForValue) repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
DictImportReqList.Builder.addData
(DictImportReq.Builder builderForValue) repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
DictImportReqList.Builder.setData
(int index, DictImportReq.Builder builderForValue) repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;