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 Summary
Modifier and TypeMethodDescriptionaddRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()
clear()
.IronPdfEngine.Proto.PdfDocument document = 1;
clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) string password = 2;
optional .google.protobuf.Timestamp signature_date = 3;
.IronPdfEngine.Proto.SignaturePermissions signature_permission = 7;
optional string signing_contact = 4;
optional string signing_location = 5;
optional string signing_reason = 6;
optional string time_stamp_url = 8;
clone()
static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
.IronPdfEngine.Proto.PdfDocument document = 1;
.IronPdfEngine.Proto.PdfDocument document = 1;
.IronPdfEngine.Proto.PdfDocument document = 1;
string password = 2;
com.google.protobuf.ByteString
string password = 2;
com.google.protobuf.Timestamp
optional .google.protobuf.Timestamp signature_date = 3;
com.google.protobuf.Timestamp.Builder
optional .google.protobuf.Timestamp signature_date = 3;
com.google.protobuf.TimestampOrBuilder
optional .google.protobuf.Timestamp signature_date = 3;
.IronPdfEngine.Proto.SignaturePermissions signature_permission = 7;
.IronPdfEngine.Proto.SignaturePermissions signature_permission = 7;
.IronPdfEngine.Proto.SignaturePermissions signature_permission = 7;
optional string signing_contact = 4;
com.google.protobuf.ByteString
optional string signing_contact = 4;
optional string signing_location = 5;
com.google.protobuf.ByteString
optional string signing_location = 5;
optional string signing_reason = 6;
com.google.protobuf.ByteString
optional string signing_reason = 6;
optional string time_stamp_url = 8;
com.google.protobuf.ByteString
optional string time_stamp_url = 8;
boolean
.IronPdfEngine.Proto.PdfDocument document = 1;
boolean
optional .google.protobuf.Timestamp signature_date = 3;
boolean
.IronPdfEngine.Proto.SignaturePermissions signature_permission = 7;
boolean
optional string signing_contact = 4;
boolean
optional string signing_location = 5;
boolean
optional string signing_reason = 6;
boolean
optional string time_stamp_url = 8;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
final boolean
mergeDocument
(PdfDocument value) .IronPdfEngine.Proto.PdfDocument document = 1;
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeFrom
(SignRequestStream.Info other) mergeSignatureDate
(com.google.protobuf.Timestamp value) optional .google.protobuf.Timestamp signature_date = 3;
.IronPdfEngine.Proto.SignaturePermissions signature_permission = 7;
mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) setDocument
(PdfDocument value) .IronPdfEngine.Proto.PdfDocument document = 1;
setDocument
(PdfDocument.Builder builderForValue) .IronPdfEngine.Proto.PdfDocument document = 1;
setPassword
(String value) string password = 2;
setPasswordBytes
(com.google.protobuf.ByteString value) string password = 2;
setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setSignatureDate
(com.google.protobuf.Timestamp value) optional .google.protobuf.Timestamp signature_date = 3;
setSignatureDate
(com.google.protobuf.Timestamp.Builder builderForValue) optional .google.protobuf.Timestamp signature_date = 3;
.IronPdfEngine.Proto.SignaturePermissions signature_permission = 7;
setSignaturePermission
(SignaturePermissions.Builder builderForValue) .IronPdfEngine.Proto.SignaturePermissions signature_permission = 7;
setSigningContact
(String value) optional string signing_contact = 4;
setSigningContactBytes
(com.google.protobuf.ByteString value) optional string signing_contact = 4;
setSigningLocation
(String value) optional string signing_location = 5;
setSigningLocationBytes
(com.google.protobuf.ByteString value) optional string signing_location = 5;
setSigningReason
(String value) optional string signing_reason = 6;
setSigningReasonBytes
(com.google.protobuf.ByteString value) optional string signing_reason = 6;
setTimeStampUrl
(String value) optional string time_stamp_url = 8;
setTimeStampUrlBytes
(com.google.protobuf.ByteString value) optional string time_stamp_url = 8;
setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<SignRequestStream.Info.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<SignRequestStream.Info.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<SignRequestStream.Info.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.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 interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<SignRequestStream.Info.Builder>
-
clearField
public SignRequestStream.Info.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<SignRequestStream.Info.Builder>
-
clearOneof
public SignRequestStream.Info.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.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 interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.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 interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<SignRequestStream.Info.Builder>
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<SignRequestStream.Info.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.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 interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<SignRequestStream.Info.Builder>
- Throws:
IOException
-
hasDocument
public boolean hasDocument().IronPdfEngine.Proto.PdfDocument document = 1;
- Specified by:
hasDocument
in interfaceSignRequestStream.InfoOrBuilder
- Returns:
- Whether the document field is set.
-
getDocument
.IronPdfEngine.Proto.PdfDocument document = 1;
- Specified by:
getDocument
in interfaceSignRequestStream.InfoOrBuilder
- Returns:
- The document.
-
setDocument
.IronPdfEngine.Proto.PdfDocument document = 1;
-
setDocument
.IronPdfEngine.Proto.PdfDocument document = 1;
-
mergeDocument
.IronPdfEngine.Proto.PdfDocument document = 1;
-
clearDocument
.IronPdfEngine.Proto.PdfDocument document = 1;
-
getDocumentBuilder
.IronPdfEngine.Proto.PdfDocument document = 1;
-
getDocumentOrBuilder
.IronPdfEngine.Proto.PdfDocument document = 1;
- Specified by:
getDocumentOrBuilder
in interfaceSignRequestStream.InfoOrBuilder
-
getPassword
string password = 2;
- Specified by:
getPassword
in interfaceSignRequestStream.InfoOrBuilder
- Returns:
- The password.
-
getPasswordBytes
public com.google.protobuf.ByteString getPasswordBytes()string password = 2;
- Specified by:
getPasswordBytes
in interfaceSignRequestStream.InfoOrBuilder
- Returns:
- The bytes for password.
-
setPassword
string password = 2;
- Parameters:
value
- The password to set.- Returns:
- This builder for chaining.
-
clearPassword
string password = 2;
- Returns:
- This builder for chaining.
-
setPasswordBytes
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 interfaceSignRequestStream.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 interfaceSignRequestStream.InfoOrBuilder
- Returns:
- The signatureDate.
-
setSignatureDate
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
optional .google.protobuf.Timestamp signature_date = 3;
-
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 interfaceSignRequestStream.InfoOrBuilder
-
hasSigningContact
public boolean hasSigningContact()optional string signing_contact = 4;
- Specified by:
hasSigningContact
in interfaceSignRequestStream.InfoOrBuilder
- Returns:
- Whether the signingContact field is set.
-
getSigningContact
optional string signing_contact = 4;
- Specified by:
getSigningContact
in interfaceSignRequestStream.InfoOrBuilder
- Returns:
- The signingContact.
-
getSigningContactBytes
public com.google.protobuf.ByteString getSigningContactBytes()optional string signing_contact = 4;
- Specified by:
getSigningContactBytes
in interfaceSignRequestStream.InfoOrBuilder
- Returns:
- The bytes for signingContact.
-
setSigningContact
optional string signing_contact = 4;
- Parameters:
value
- The signingContact to set.- Returns:
- This builder for chaining.
-
clearSigningContact
optional string signing_contact = 4;
- Returns:
- This builder for chaining.
-
setSigningContactBytes
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 interfaceSignRequestStream.InfoOrBuilder
- Returns:
- Whether the signingLocation field is set.
-
getSigningLocation
optional string signing_location = 5;
- Specified by:
getSigningLocation
in interfaceSignRequestStream.InfoOrBuilder
- Returns:
- The signingLocation.
-
getSigningLocationBytes
public com.google.protobuf.ByteString getSigningLocationBytes()optional string signing_location = 5;
- Specified by:
getSigningLocationBytes
in interfaceSignRequestStream.InfoOrBuilder
- Returns:
- The bytes for signingLocation.
-
setSigningLocation
optional string signing_location = 5;
- Parameters:
value
- The signingLocation to set.- Returns:
- This builder for chaining.
-
clearSigningLocation
optional string signing_location = 5;
- Returns:
- This builder for chaining.
-
setSigningLocationBytes
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 interfaceSignRequestStream.InfoOrBuilder
- Returns:
- Whether the signingReason field is set.
-
getSigningReason
optional string signing_reason = 6;
- Specified by:
getSigningReason
in interfaceSignRequestStream.InfoOrBuilder
- Returns:
- The signingReason.
-
getSigningReasonBytes
public com.google.protobuf.ByteString getSigningReasonBytes()optional string signing_reason = 6;
- Specified by:
getSigningReasonBytes
in interfaceSignRequestStream.InfoOrBuilder
- Returns:
- The bytes for signingReason.
-
setSigningReason
optional string signing_reason = 6;
- Parameters:
value
- The signingReason to set.- Returns:
- This builder for chaining.
-
clearSigningReason
optional string signing_reason = 6;
- Returns:
- This builder for chaining.
-
setSigningReasonBytes
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 interfaceSignRequestStream.InfoOrBuilder
- Returns:
- Whether the signaturePermission field is set.
-
getSignaturePermission
.IronPdfEngine.Proto.SignaturePermissions signature_permission = 7;
- Specified by:
getSignaturePermission
in interfaceSignRequestStream.InfoOrBuilder
- Returns:
- The signaturePermission.
-
setSignaturePermission
.IronPdfEngine.Proto.SignaturePermissions signature_permission = 7;
-
setSignaturePermission
public SignRequestStream.Info.Builder setSignaturePermission(SignaturePermissions.Builder builderForValue) .IronPdfEngine.Proto.SignaturePermissions signature_permission = 7;
-
mergeSignaturePermission
.IronPdfEngine.Proto.SignaturePermissions signature_permission = 7;
-
clearSignaturePermission
.IronPdfEngine.Proto.SignaturePermissions signature_permission = 7;
-
getSignaturePermissionBuilder
.IronPdfEngine.Proto.SignaturePermissions signature_permission = 7;
-
getSignaturePermissionOrBuilder
.IronPdfEngine.Proto.SignaturePermissions signature_permission = 7;
- Specified by:
getSignaturePermissionOrBuilder
in interfaceSignRequestStream.InfoOrBuilder
-
hasTimeStampUrl
public boolean hasTimeStampUrl()optional string time_stamp_url = 8;
- Specified by:
hasTimeStampUrl
in interfaceSignRequestStream.InfoOrBuilder
- Returns:
- Whether the timeStampUrl field is set.
-
getTimeStampUrl
optional string time_stamp_url = 8;
- Specified by:
getTimeStampUrl
in interfaceSignRequestStream.InfoOrBuilder
- Returns:
- The timeStampUrl.
-
getTimeStampUrlBytes
public com.google.protobuf.ByteString getTimeStampUrlBytes()optional string time_stamp_url = 8;
- Specified by:
getTimeStampUrlBytes
in interfaceSignRequestStream.InfoOrBuilder
- Returns:
- The bytes for timeStampUrl.
-
setTimeStampUrl
optional string time_stamp_url = 8;
- Parameters:
value
- The timeStampUrl to set.- Returns:
- This builder for chaining.
-
clearTimeStampUrl
optional string time_stamp_url = 8;
- Returns:
- This builder for chaining.
-
setTimeStampUrlBytes
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 interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<SignRequestStream.Info.Builder>
-
mergeUnknownFields
public final SignRequestStream.Info.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<SignRequestStream.Info.Builder>
-