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