Class SignRequestStream.Info.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<SignRequestStream.Info.Builder>
com.ironsoftware.ironpdf.internal.proto.SignRequestStream.Info.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, SignRequestStream.InfoOrBuilder, Cloneable
Enclosing class:
SignRequestStream.Info

public static final class SignRequestStream.Info.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SignRequestStream.Info.Builder> implements SignRequestStream.InfoOrBuilder
Protobuf type IronPdfEngine.Proto.SignRequestStream.Info
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SignRequestStream.Info.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<SignRequestStream.Info.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SignRequestStream.Info.Builder>
    • getDefaultInstanceForType

      public SignRequestStream.Info getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public SignRequestStream.Info build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public SignRequestStream.Info buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<SignRequestStream.Info.Builder>
    • setField

      public SignRequestStream.Info.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<SignRequestStream.Info.Builder>
    • clearField

      public SignRequestStream.Info.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<SignRequestStream.Info.Builder>
    • clearOneof

      public SignRequestStream.Info.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SignRequestStream.Info.Builder>
    • setRepeatedField

      public SignRequestStream.Info.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SignRequestStream.Info.Builder>
    • addRepeatedField

      public SignRequestStream.Info.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SignRequestStream.Info.Builder>
    • mergeFrom

      public SignRequestStream.Info.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<SignRequestStream.Info.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SignRequestStream.Info.Builder>
    • mergeFrom

      public SignRequestStream.Info.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<SignRequestStream.Info.Builder>
      Throws:
      IOException
    • hasDocument

      public boolean hasDocument()
      .IronPdfEngine.Proto.PdfDocument document = 1;
      Specified by:
      hasDocument in interface SignRequestStream.InfoOrBuilder
      Returns:
      Whether the document field is set.
    • getDocument

      public PdfDocument getDocument()
      .IronPdfEngine.Proto.PdfDocument document = 1;
      Specified by:
      getDocument in interface SignRequestStream.InfoOrBuilder
      Returns:
      The document.
    • setDocument

      public SignRequestStream.Info.Builder setDocument(PdfDocument value)
      .IronPdfEngine.Proto.PdfDocument document = 1;
    • setDocument

      public SignRequestStream.Info.Builder setDocument(PdfDocument.Builder builderForValue)
      .IronPdfEngine.Proto.PdfDocument document = 1;
    • mergeDocument

      public SignRequestStream.Info.Builder mergeDocument(PdfDocument value)
      .IronPdfEngine.Proto.PdfDocument document = 1;
    • clearDocument

      public SignRequestStream.Info.Builder clearDocument()
      .IronPdfEngine.Proto.PdfDocument document = 1;
    • getDocumentBuilder

      public PdfDocument.Builder getDocumentBuilder()
      .IronPdfEngine.Proto.PdfDocument document = 1;
    • getDocumentOrBuilder

      public PdfDocumentOrBuilder getDocumentOrBuilder()
      .IronPdfEngine.Proto.PdfDocument document = 1;
      Specified by:
      getDocumentOrBuilder in interface SignRequestStream.InfoOrBuilder
    • getPassword

      public String getPassword()
      string password = 2;
      Specified by:
      getPassword in interface SignRequestStream.InfoOrBuilder
      Returns:
      The password.
    • getPasswordBytes

      public com.google.protobuf.ByteString getPasswordBytes()
      string password = 2;
      Specified by:
      getPasswordBytes in interface SignRequestStream.InfoOrBuilder
      Returns:
      The bytes for password.
    • setPassword

      public SignRequestStream.Info.Builder setPassword(String value)
      string password = 2;
      Parameters:
      value - The password to set.
      Returns:
      This builder for chaining.
    • clearPassword

      public SignRequestStream.Info.Builder clearPassword()
      string password = 2;
      Returns:
      This builder for chaining.
    • setPasswordBytes

      public SignRequestStream.Info.Builder setPasswordBytes(com.google.protobuf.ByteString value)
      string password = 2;
      Parameters:
      value - The bytes for password to set.
      Returns:
      This builder for chaining.
    • hasSignatureDate

      public boolean hasSignatureDate()
      optional .google.protobuf.Timestamp signature_date = 3;
      Specified by:
      hasSignatureDate in interface SignRequestStream.InfoOrBuilder
      Returns:
      Whether the signatureDate field is set.
    • getSignatureDate

      public com.google.protobuf.Timestamp getSignatureDate()
      optional .google.protobuf.Timestamp signature_date = 3;
      Specified by:
      getSignatureDate in interface SignRequestStream.InfoOrBuilder
      Returns:
      The signatureDate.
    • setSignatureDate

      public SignRequestStream.Info.Builder setSignatureDate(com.google.protobuf.Timestamp value)
      optional .google.protobuf.Timestamp signature_date = 3;
    • setSignatureDate

      public SignRequestStream.Info.Builder setSignatureDate(com.google.protobuf.Timestamp.Builder builderForValue)
      optional .google.protobuf.Timestamp signature_date = 3;
    • mergeSignatureDate

      public SignRequestStream.Info.Builder mergeSignatureDate(com.google.protobuf.Timestamp value)
      optional .google.protobuf.Timestamp signature_date = 3;
    • clearSignatureDate

      public SignRequestStream.Info.Builder clearSignatureDate()
      optional .google.protobuf.Timestamp signature_date = 3;
    • getSignatureDateBuilder

      public com.google.protobuf.Timestamp.Builder getSignatureDateBuilder()
      optional .google.protobuf.Timestamp signature_date = 3;
    • getSignatureDateOrBuilder

      public com.google.protobuf.TimestampOrBuilder getSignatureDateOrBuilder()
      optional .google.protobuf.Timestamp signature_date = 3;
      Specified by:
      getSignatureDateOrBuilder in interface SignRequestStream.InfoOrBuilder
    • hasSigningContact

      public boolean hasSigningContact()
      optional string signing_contact = 4;
      Specified by:
      hasSigningContact in interface SignRequestStream.InfoOrBuilder
      Returns:
      Whether the signingContact field is set.
    • getSigningContact

      public String getSigningContact()
      optional string signing_contact = 4;
      Specified by:
      getSigningContact in interface SignRequestStream.InfoOrBuilder
      Returns:
      The signingContact.
    • getSigningContactBytes

      public com.google.protobuf.ByteString getSigningContactBytes()
      optional string signing_contact = 4;
      Specified by:
      getSigningContactBytes in interface SignRequestStream.InfoOrBuilder
      Returns:
      The bytes for signingContact.
    • setSigningContact

      public SignRequestStream.Info.Builder setSigningContact(String value)
      optional string signing_contact = 4;
      Parameters:
      value - The signingContact to set.
      Returns:
      This builder for chaining.
    • clearSigningContact

      public SignRequestStream.Info.Builder clearSigningContact()
      optional string signing_contact = 4;
      Returns:
      This builder for chaining.
    • setSigningContactBytes

      public SignRequestStream.Info.Builder setSigningContactBytes(com.google.protobuf.ByteString value)
      optional string signing_contact = 4;
      Parameters:
      value - The bytes for signingContact to set.
      Returns:
      This builder for chaining.
    • hasSigningLocation

      public boolean hasSigningLocation()
      optional string signing_location = 5;
      Specified by:
      hasSigningLocation in interface SignRequestStream.InfoOrBuilder
      Returns:
      Whether the signingLocation field is set.
    • getSigningLocation

      public String getSigningLocation()
      optional string signing_location = 5;
      Specified by:
      getSigningLocation in interface SignRequestStream.InfoOrBuilder
      Returns:
      The signingLocation.
    • getSigningLocationBytes

      public com.google.protobuf.ByteString getSigningLocationBytes()
      optional string signing_location = 5;
      Specified by:
      getSigningLocationBytes in interface SignRequestStream.InfoOrBuilder
      Returns:
      The bytes for signingLocation.
    • setSigningLocation

      public SignRequestStream.Info.Builder setSigningLocation(String value)
      optional string signing_location = 5;
      Parameters:
      value - The signingLocation to set.
      Returns:
      This builder for chaining.
    • clearSigningLocation

      public SignRequestStream.Info.Builder clearSigningLocation()
      optional string signing_location = 5;
      Returns:
      This builder for chaining.
    • setSigningLocationBytes

      public SignRequestStream.Info.Builder setSigningLocationBytes(com.google.protobuf.ByteString value)
      optional string signing_location = 5;
      Parameters:
      value - The bytes for signingLocation to set.
      Returns:
      This builder for chaining.
    • hasSigningReason

      public boolean hasSigningReason()
      optional string signing_reason = 6;
      Specified by:
      hasSigningReason in interface SignRequestStream.InfoOrBuilder
      Returns:
      Whether the signingReason field is set.
    • getSigningReason

      public String getSigningReason()
      optional string signing_reason = 6;
      Specified by:
      getSigningReason in interface SignRequestStream.InfoOrBuilder
      Returns:
      The signingReason.
    • getSigningReasonBytes

      public com.google.protobuf.ByteString getSigningReasonBytes()
      optional string signing_reason = 6;
      Specified by:
      getSigningReasonBytes in interface SignRequestStream.InfoOrBuilder
      Returns:
      The bytes for signingReason.
    • setSigningReason

      public SignRequestStream.Info.Builder setSigningReason(String value)
      optional string signing_reason = 6;
      Parameters:
      value - The signingReason to set.
      Returns:
      This builder for chaining.
    • clearSigningReason

      public SignRequestStream.Info.Builder clearSigningReason()
      optional string signing_reason = 6;
      Returns:
      This builder for chaining.
    • setSigningReasonBytes

      public SignRequestStream.Info.Builder setSigningReasonBytes(com.google.protobuf.ByteString value)
      optional string signing_reason = 6;
      Parameters:
      value - The bytes for signingReason to set.
      Returns:
      This builder for chaining.
    • hasSignaturePermission

      public boolean hasSignaturePermission()
      .IronPdfEngine.Proto.SignaturePermissions signature_permission = 7;
      Specified by:
      hasSignaturePermission in interface SignRequestStream.InfoOrBuilder
      Returns:
      Whether the signaturePermission field is set.
    • getSignaturePermission

      public SignaturePermissions getSignaturePermission()
      .IronPdfEngine.Proto.SignaturePermissions signature_permission = 7;
      Specified by:
      getSignaturePermission in interface SignRequestStream.InfoOrBuilder
      Returns:
      The signaturePermission.
    • setSignaturePermission

      public SignRequestStream.Info.Builder setSignaturePermission(SignaturePermissions value)
      .IronPdfEngine.Proto.SignaturePermissions signature_permission = 7;
    • setSignaturePermission

      public SignRequestStream.Info.Builder setSignaturePermission(SignaturePermissions.Builder builderForValue)
      .IronPdfEngine.Proto.SignaturePermissions signature_permission = 7;
    • mergeSignaturePermission

      public SignRequestStream.Info.Builder mergeSignaturePermission(SignaturePermissions value)
      .IronPdfEngine.Proto.SignaturePermissions signature_permission = 7;
    • clearSignaturePermission

      public SignRequestStream.Info.Builder clearSignaturePermission()
      .IronPdfEngine.Proto.SignaturePermissions signature_permission = 7;
    • getSignaturePermissionBuilder

      public SignaturePermissions.Builder getSignaturePermissionBuilder()
      .IronPdfEngine.Proto.SignaturePermissions signature_permission = 7;
    • getSignaturePermissionOrBuilder

      public SignaturePermissionsOrBuilder getSignaturePermissionOrBuilder()
      .IronPdfEngine.Proto.SignaturePermissions signature_permission = 7;
      Specified by:
      getSignaturePermissionOrBuilder in interface SignRequestStream.InfoOrBuilder
    • hasTimeStampUrl

      public boolean hasTimeStampUrl()
      optional string time_stamp_url = 8;
      Specified by:
      hasTimeStampUrl in interface SignRequestStream.InfoOrBuilder
      Returns:
      Whether the timeStampUrl field is set.
    • getTimeStampUrl

      public String getTimeStampUrl()
      optional string time_stamp_url = 8;
      Specified by:
      getTimeStampUrl in interface SignRequestStream.InfoOrBuilder
      Returns:
      The timeStampUrl.
    • getTimeStampUrlBytes

      public com.google.protobuf.ByteString getTimeStampUrlBytes()
      optional string time_stamp_url = 8;
      Specified by:
      getTimeStampUrlBytes in interface SignRequestStream.InfoOrBuilder
      Returns:
      The bytes for timeStampUrl.
    • setTimeStampUrl

      public SignRequestStream.Info.Builder setTimeStampUrl(String value)
      optional string time_stamp_url = 8;
      Parameters:
      value - The timeStampUrl to set.
      Returns:
      This builder for chaining.
    • clearTimeStampUrl

      public SignRequestStream.Info.Builder clearTimeStampUrl()
      optional string time_stamp_url = 8;
      Returns:
      This builder for chaining.
    • setTimeStampUrlBytes

      public SignRequestStream.Info.Builder setTimeStampUrlBytes(com.google.protobuf.ByteString value)
      optional string time_stamp_url = 8;
      Parameters:
      value - The bytes for timeStampUrl to set.
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final SignRequestStream.Info.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SignRequestStream.Info.Builder>
    • mergeUnknownFields

      public final SignRequestStream.Info.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SignRequestStream.Info.Builder>