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