Uses of Class
com.ironsoftware.ironpdf.internal.proto.EmptyResult.Builder
Packages that use EmptyResult.Builder
-
Uses of EmptyResult.Builder in com.ironsoftware.ironpdf.internal.proto
Methods in com.ironsoftware.ironpdf.internal.proto that return EmptyResult.BuilderModifier and TypeMethodDescriptionEmptyResult.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) EmptyResult.Builder.clear()
EmptyResult.Builder.clearException()
.IronPdfEngine.Proto.RemoteException exception = 2;
EmptyResult.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) EmptyResult.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) EmptyResult.Builder.clearResult()
.IronPdfEngine.Proto.Empty result = 1;
EmptyResult.Builder.clearResultOrException()
EmptyResult.Builder.clone()
EmptyResult.Builder.mergeException
(RemoteException value) .IronPdfEngine.Proto.RemoteException exception = 2;
EmptyResult.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) EmptyResult.Builder.mergeFrom
(com.google.protobuf.Message other) EmptyResult.Builder.mergeFrom
(EmptyResult other) EmptyResult.Builder.mergeResult
(Empty value) .IronPdfEngine.Proto.Empty result = 1;
final EmptyResult.Builder
EmptyResult.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static EmptyResult.Builder
EmptyResult.newBuilder()
static EmptyResult.Builder
EmptyResult.newBuilder
(EmptyResult prototype) EmptyResult.newBuilderForType()
protected EmptyResult.Builder
EmptyResult.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) EmptyResult.Builder.setException
(RemoteException value) .IronPdfEngine.Proto.RemoteException exception = 2;
EmptyResult.Builder.setException
(RemoteException.Builder builderForValue) .IronPdfEngine.Proto.RemoteException exception = 2;
EmptyResult.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) .IronPdfEngine.Proto.Empty result = 1;
EmptyResult.Builder.setResult
(Empty.Builder builderForValue) .IronPdfEngine.Proto.Empty result = 1;
final EmptyResult.Builder
EmptyResult.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) EmptyResult.toBuilder()