Package com.pdfgate

Class GetFileParams

java.lang.Object
com.pdfgate.GetFileParams

public final class GetFileParams extends Object
Parameters for retrieving a document file.

Accessing stored generated files requires enabling "Save files" in the PDFGate Dashboard settings.

  • Method Details

    • builder

      public static GetFileParams.Builder builder()
      Creates a new builder for get file parameters.
      Returns:
      the builder for get file parameters.
    • getDocumentId

      public String getDocumentId()
      Returns the document id to retrieve.
      Returns:
      the document id to retrieve.