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