Uses of Class
com.ironsoftware.ironpdf.internal.proto.SignRequestStream.Info.Builder
-
Uses of SignRequestStream.Info.Builder in com.ironsoftware.ironpdf.internal.proto
Modifier and TypeMethodDescriptionSignRequestStream.Info.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SignRequestStream.Info.Builder.clear()
SignRequestStream.Info.Builder.clearDocument()
.IronPdfEngine.Proto.PdfDocument document = 1;
SignRequestStream.Info.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) SignRequestStream.Info.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) SignRequestStream.Info.Builder.clearPassword()
string password = 2;
SignRequestStream.Info.Builder.clearSignatureDate()
optional .google.protobuf.Timestamp signature_date = 3;
SignRequestStream.Info.Builder.clearSignaturePermission()
.IronPdfEngine.Proto.SignaturePermissions signature_permission = 7;
SignRequestStream.Info.Builder.clearSigningContact()
optional string signing_contact = 4;
SignRequestStream.Info.Builder.clearSigningLocation()
optional string signing_location = 5;
SignRequestStream.Info.Builder.clearSigningReason()
optional string signing_reason = 6;
SignRequestStream.Info.Builder.clearTimeStampUrl()
optional string time_stamp_url = 8;
SignRequestStream.Info.Builder.clone()
SignRequestStream.Builder.getInfoBuilder()
.IronPdfEngine.Proto.SignRequestStream.Info info = 1;
SignRequestStream.Info.Builder.mergeDocument
(PdfDocument value) .IronPdfEngine.Proto.PdfDocument document = 1;
SignRequestStream.Info.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SignRequestStream.Info.Builder.mergeFrom
(com.google.protobuf.Message other) SignRequestStream.Info.Builder.mergeFrom
(SignRequestStream.Info other) SignRequestStream.Info.Builder.mergeSignatureDate
(com.google.protobuf.Timestamp value) optional .google.protobuf.Timestamp signature_date = 3;
SignRequestStream.Info.Builder.mergeSignaturePermission
(SignaturePermissions value) .IronPdfEngine.Proto.SignaturePermissions signature_permission = 7;
SignRequestStream.Info.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) SignRequestStream.Info.newBuilder()
SignRequestStream.Info.newBuilder
(SignRequestStream.Info prototype) SignRequestStream.Info.newBuilderForType()
protected SignRequestStream.Info.Builder
SignRequestStream.Info.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SignRequestStream.Info.Builder.setDocument
(PdfDocument value) .IronPdfEngine.Proto.PdfDocument document = 1;
SignRequestStream.Info.Builder.setDocument
(PdfDocument.Builder builderForValue) .IronPdfEngine.Proto.PdfDocument document = 1;
SignRequestStream.Info.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SignRequestStream.Info.Builder.setPassword
(String value) string password = 2;
SignRequestStream.Info.Builder.setPasswordBytes
(com.google.protobuf.ByteString value) string password = 2;
SignRequestStream.Info.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) SignRequestStream.Info.Builder.setSignatureDate
(com.google.protobuf.Timestamp value) optional .google.protobuf.Timestamp signature_date = 3;
SignRequestStream.Info.Builder.setSignatureDate
(com.google.protobuf.Timestamp.Builder builderForValue) optional .google.protobuf.Timestamp signature_date = 3;
SignRequestStream.Info.Builder.setSignaturePermission
(SignaturePermissions value) .IronPdfEngine.Proto.SignaturePermissions signature_permission = 7;
SignRequestStream.Info.Builder.setSignaturePermission
(SignaturePermissions.Builder builderForValue) .IronPdfEngine.Proto.SignaturePermissions signature_permission = 7;
SignRequestStream.Info.Builder.setSigningContact
(String value) optional string signing_contact = 4;
SignRequestStream.Info.Builder.setSigningContactBytes
(com.google.protobuf.ByteString value) optional string signing_contact = 4;
SignRequestStream.Info.Builder.setSigningLocation
(String value) optional string signing_location = 5;
SignRequestStream.Info.Builder.setSigningLocationBytes
(com.google.protobuf.ByteString value) optional string signing_location = 5;
SignRequestStream.Info.Builder.setSigningReason
(String value) optional string signing_reason = 6;
SignRequestStream.Info.Builder.setSigningReasonBytes
(com.google.protobuf.ByteString value) optional string signing_reason = 6;
SignRequestStream.Info.Builder.setTimeStampUrl
(String value) optional string time_stamp_url = 8;
SignRequestStream.Info.Builder.setTimeStampUrlBytes
(com.google.protobuf.ByteString value) optional string time_stamp_url = 8;
SignRequestStream.Info.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) SignRequestStream.Info.toBuilder()
Modifier and TypeMethodDescriptionSignRequestStream.Builder.setInfo
(SignRequestStream.Info.Builder builderForValue) .IronPdfEngine.Proto.SignRequestStream.Info info = 1;