Class SignatureService.StatusWithBlob

  • Enclosing interface:
    SignatureService

    public static class SignatureService.StatusWithBlob
    extends Object
    Information about a blob and its signing status.
    • Field Detail

      • UNSIGNABLE

        public static final int UNSIGNABLE
        The signing status for a document that is not signable (no attachment or unsupported attachment type).
        See Also:
        Constant Field Values
      • UNSIGNED

        public static final int UNSIGNED
        The signing status for a document that is not signed.
        See Also:
        Constant Field Values
      • SIGNED_CURRENT

        public static final int SIGNED_CURRENT
        The signing status for a document that is signed by the current user (and maybe others).
        See Also:
        Constant Field Values
      • SIGNED_OTHER

        public static final int SIGNED_OTHER
        The signing status for a document that is signed by users other than the current user.
        See Also:
        Constant Field Values
      • blob

        public final Blob blob
      • path

        public final String path
    • Constructor Detail

      • StatusWithBlob

        public StatusWithBlob​(int status,
                              Blob blob,
                              BlobHolder blobHolder,
                              String path)
    • Method Detail

      • getStatus

        public int getStatus()
      • getBlob

        public Blob getBlob()
      • getPath

        public String getPath()