Uses of Class
com.ironsoftware.ironpdf.internal.proto.SignPdfRequestStream.Info.Builder
Packages that use SignPdfRequestStream.Info.Builder
-
Uses of SignPdfRequestStream.Info.Builder in com.ironsoftware.ironpdf.internal.proto
Methods in com.ironsoftware.ironpdf.internal.proto that return SignPdfRequestStream.Info.BuilderModifier and TypeMethodDescriptionSignPdfRequestStream.Info.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SignPdfRequestStream.Info.Builder.clear()
SignPdfRequestStream.Info.Builder.clearDocument()
.IronPdfEngine.Proto.PdfDocument document = 1;
SignPdfRequestStream.Info.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) SignPdfRequestStream.Info.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) SignPdfRequestStream.Info.Builder.clearPassword()
string password = 2;
SignPdfRequestStream.Info.Builder.clearSignatureDate()
optional .google.protobuf.Timestamp signature_date = 3;
SignPdfRequestStream.Info.Builder.clearSigningContact()
optional string signing_contact = 4;
SignPdfRequestStream.Info.Builder.clearSigningLocation()
optional string signing_location = 5;
SignPdfRequestStream.Info.Builder.clearSigningReason()
optional string signing_reason = 6;
SignPdfRequestStream.Info.Builder.clone()
SignPdfRequestStream.Builder.getInfoBuilder()
.IronPdfEngine.Proto.SignPdfRequestStream.Info info = 1;
SignPdfRequestStream.Info.Builder.mergeDocument
(PdfDocument value) .IronPdfEngine.Proto.PdfDocument document = 1;
SignPdfRequestStream.Info.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SignPdfRequestStream.Info.Builder.mergeFrom
(com.google.protobuf.Message other) SignPdfRequestStream.Info.Builder.mergeFrom
(SignPdfRequestStream.Info other) SignPdfRequestStream.Info.Builder.mergeSignatureDate
(com.google.protobuf.Timestamp value) optional .google.protobuf.Timestamp signature_date = 3;
SignPdfRequestStream.Info.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) SignPdfRequestStream.Info.newBuilder()
SignPdfRequestStream.Info.newBuilder
(SignPdfRequestStream.Info prototype) SignPdfRequestStream.Info.newBuilderForType()
protected SignPdfRequestStream.Info.Builder
SignPdfRequestStream.Info.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SignPdfRequestStream.Info.Builder.setDocument
(PdfDocument value) .IronPdfEngine.Proto.PdfDocument document = 1;
SignPdfRequestStream.Info.Builder.setDocument
(PdfDocument.Builder builderForValue) .IronPdfEngine.Proto.PdfDocument document = 1;
SignPdfRequestStream.Info.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SignPdfRequestStream.Info.Builder.setPassword
(String value) string password = 2;
SignPdfRequestStream.Info.Builder.setPasswordBytes
(com.google.protobuf.ByteString value) string password = 2;
SignPdfRequestStream.Info.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) SignPdfRequestStream.Info.Builder.setSignatureDate
(com.google.protobuf.Timestamp value) optional .google.protobuf.Timestamp signature_date = 3;
SignPdfRequestStream.Info.Builder.setSignatureDate
(com.google.protobuf.Timestamp.Builder builderForValue) optional .google.protobuf.Timestamp signature_date = 3;
SignPdfRequestStream.Info.Builder.setSigningContact
(String value) optional string signing_contact = 4;
SignPdfRequestStream.Info.Builder.setSigningContactBytes
(com.google.protobuf.ByteString value) optional string signing_contact = 4;
SignPdfRequestStream.Info.Builder.setSigningLocation
(String value) optional string signing_location = 5;
SignPdfRequestStream.Info.Builder.setSigningLocationBytes
(com.google.protobuf.ByteString value) optional string signing_location = 5;
SignPdfRequestStream.Info.Builder.setSigningReason
(String value) optional string signing_reason = 6;
SignPdfRequestStream.Info.Builder.setSigningReasonBytes
(com.google.protobuf.ByteString value) optional string signing_reason = 6;
SignPdfRequestStream.Info.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) SignPdfRequestStream.Info.toBuilder()
Methods in com.ironsoftware.ironpdf.internal.proto with parameters of type SignPdfRequestStream.Info.BuilderModifier and TypeMethodDescriptionSignPdfRequestStream.Builder.setInfo
(SignPdfRequestStream.Info.Builder builderForValue) .IronPdfEngine.Proto.SignPdfRequestStream.Info info = 1;