Uses of Class
com.apivolve.xolir.Service.GeneratorFeatures.Builder
-
Uses of Service.GeneratorFeatures.Builder in com.apivolve.xolir
Methods in com.apivolve.xolir that return Service.GeneratorFeatures.BuilderModifier and TypeMethodDescriptionService.GeneratorFeatures.Builder.addAllMode(Iterable<? extends Service.Mode> values) repeated .xolir.Mode mode = 1;Service.GeneratorFeatures.Builder.addAllModeValue(Iterable<Integer> values) repeated .xolir.Mode mode = 1;Service.GeneratorFeatures.Builder.addMode(Service.Mode value) repeated .xolir.Mode mode = 1;Service.GeneratorFeatures.Builder.addModeValue(int value) repeated .xolir.Mode mode = 1;Service.GeneratorFeatures.Builder.clear()Service.GeneratorFeatures.Builder.clearMode()repeated .xolir.Mode mode = 1;Service.GeneratorFeatures.Builder.mergeFrom(Service.GeneratorFeatures other) Service.GeneratorFeatures.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.GeneratorFeatures.Builder.mergeFrom(com.google.protobuf.Message other) Service.GeneratorFeatures.newBuilder()Service.GeneratorFeatures.newBuilder(Service.GeneratorFeatures prototype) Service.GeneratorFeatures.newBuilderForType()protected Service.GeneratorFeatures.BuilderService.GeneratorFeatures.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Service.GeneratorFeatures.Builder.setMode(int index, Service.Mode value) repeated .xolir.Mode mode = 1;Service.GeneratorFeatures.Builder.setModeValue(int index, int value) repeated .xolir.Mode mode = 1;Service.GeneratorFeatures.toBuilder()