diff --git a/README.md b/README.md index 200b935..a9c5bf1 100755 --- a/README.md +++ b/README.md @@ -18,12 +18,12 @@ Install the package using Maven: com.veryfi veryfi-java - 1.0.11 + 2.0.0 ``` Install the package using Gradle: ```bash -implementation group: 'com.veryfi', name: 'veryfi-java', version: '1.0.11' +implementation group: 'com.veryfi', name: 'veryfi-java', version: '2.0.0' ``` ## Getting Started diff --git a/docs/ClientTest.html b/docs/ClientTest.html deleted file mode 100644 index f9eb3d7..0000000 --- a/docs/ClientTest.html +++ /dev/null @@ -1,774 +0,0 @@ - - - - -ClientTest - - - - - - - - - - - - - - - -
- -
-
- -
-

Class ClientTest

-
-
java.lang.Object -
ClientTest
-
-
-
-
class ClientTest -extends Object
-
-
- -
-
- -
- -
-
-
- - diff --git a/docs/allclasses-index.html b/docs/allclasses-index.html index 681fd45..20edb71 100644 --- a/docs/allclasses-index.html +++ b/docs/allclasses-index.html @@ -1,18 +1,18 @@ - -All Classes and Interfaces + +All Classes and Interfaces (veryfi-java 2.0.0 API) - - + + - + @@ -35,8 +35,9 @@
  • Overview
  • Package
  • Class
  • +
  • Use
  • Tree
  • -
  • Index
  • +
  • Index
  • Help
  • @@ -66,20 +67,26 @@

    All Classes and Interfaces<
    Veryfi API client for Java.
    -
    ClientImpl
    +
    ClientImpl
    Veryfi API client for Java.
    -
    ClientTest
    -
     
    -
    Constants
    -
    + +
    header constants for HttpRequests.
    - -
    + +
    +
    Veryfi credentials for API access
    +
    + +
     
    + +
    Enum constants for Http methods.
    + +
     
    Not Valid Model Exception
    @@ -96,6 +103,10 @@

    All Classes and Interfaces<

    +
    +
    + +
    diff --git a/docs/allpackages-index.html b/docs/allpackages-index.html index 0229e66..e23eb40 100644 --- a/docs/allpackages-index.html +++ b/docs/allpackages-index.html @@ -1,18 +1,18 @@ - -All Packages + +All Packages (veryfi-java 2.0.0 API) - - + + - + @@ -31,8 +31,9 @@
  • Overview
  • Package
  • Class
  • +
  • Use
  • Tree
  • -
  • Index
  • +
  • Index
  • Help
  • @@ -54,14 +55,20 @@

    All Packages

    Package
    Description
    -
    Unnamed Package
    +
    veryfi
     
    -
    veryfi
    +
    veryfi.enums
     
    veryfi.models
     
    +
    veryfi.services
    +
     
    + diff --git a/docs/constant-values.html b/docs/constant-values.html index 0e0b8c2..0da5227 100644 --- a/docs/constant-values.html +++ b/docs/constant-values.html @@ -1,18 +1,18 @@ - -Constant Field Values + +Constant Field Values (veryfi-java 2.0.0 API) - - + + - + @@ -31,8 +31,9 @@
  • Overview
  • Package
  • Class
  • +
  • Use
  • Tree
  • -
  • Index
  • +
  • Index
  • Help
  • @@ -121,7 +122,7 @@

    veryfi.*

    "User-Agent"
    public static final String
    USER_AGENT_JAVA
    -
    "Java Veryfi-Java/1.0.8"
    +
    "Java Veryfi-Java/2.0.0"
    public static final String
    X_VERYFI_REQUEST_SIGNATURE
    "X-Veryfi-Request-Signature"
    @@ -133,6 +134,10 @@

    veryfi.*

    + diff --git a/docs/element-list b/docs/element-list index 0bf1cf6..ba2c2c3 100644 --- a/docs/element-list +++ b/docs/element-list @@ -1,3 +1,4 @@ -unnamed package veryfi +veryfi.enums veryfi.models +veryfi.services diff --git a/docs/help-doc.html b/docs/help-doc.html index 340a932..708f897 100644 --- a/docs/help-doc.html +++ b/docs/help-doc.html @@ -1,18 +1,18 @@ - -API Help + +API Help (veryfi-java 2.0.0 API) - - + + - + @@ -31,8 +31,9 @@
  • Overview
  • Package
  • Class
  • +
  • Use
  • Tree
  • -
  • Index
  • +
  • Index
  • @@ -67,6 +68,7 @@

    JavaDoc Help

  • Package
  • Class or Interface
  • Other Files
  • +
  • Use
  • Tree (Class Hierarchy)
  • Constant Field Values
  • Serialized Form
  • @@ -79,7 +81,7 @@

    JavaDoc Help


    Navigation

    -Starting from the Overview page, you can browse the documentation using the links in each page, and in the navigation bar at the top of each page. The Index and Search box allow you to navigate to specific declarations and summary pages, including: All Packages, All Classes and Interfaces +Starting from the Overview page, you can browse the documentation using the links in each page, and in the navigation bar at the top of each page. The Index and Search box allow you to navigate to specific declarations and summary pages, including: All Packages, All Classes and Interfaces +
    +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the USE link in the navigation bar.

    +

    Tree (Class Hierarchy)

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with java.lang.Object. Interfaces do not inherit from java.lang.Object.

    @@ -175,11 +181,15 @@

    All Classes and Interfaces

    Index

    -

    The Index contains an alphabetic index of all classes, interfaces, constructors, methods, and fields in the documentation, as well as summary pages such as All Packages, All Classes and Interfaces.

    +

    The Index contains an alphabetic index of all classes, interfaces, constructors, methods, and fields in the documentation, as well as summary pages such as All Packages, All Classes and Interfaces.


    This help file applies to API documentation generated by the standard doclet. + diff --git a/docs/index-all.html b/docs/index-all.html new file mode 100644 index 0000000..2165fd9 --- /dev/null +++ b/docs/index-all.html @@ -0,0 +1,1304 @@ + + + + +Index (veryfi-java 2.0.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Index

    +
    +A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form +

    A

    +
    +
    ACCEPT - Static variable in class veryfi.Constants
    +
    +
    header for HttpRequest
    +
    +
    addFileToParameters(String, JSONObject) - Method in class veryfi.NetworkClient
    +
    +
    Creates the JSON Object for the parameters of the request
    +
    +
    addLineItem(String, AddLineItem) - Method in interface veryfi.Client
    +
    +
    Add a new line item on an existing document.
    +
    +
    addLineItem(String, AddLineItem) - Method in class veryfi.services.ClientImpl
    +
    +
    Add a new line item on an existing document.
    +
    +
    AddLineItem - Class in veryfi.models
    +
     
    +
    AddLineItem(Integer, String, Float) - Constructor for class veryfi.models.AddLineItem
    +
     
    +
    addLineItemAsync(String, AddLineItem) - Method in interface veryfi.Client
    +
    +
    Add a new line item on an existing document.
    +
    +
    addLineItemAsync(String, AddLineItem) - Method in class veryfi.services.ClientImpl
    +
    +
    Add a new line item on an existing document.
    +
    +
    addTags(String, List<String>) - Method in interface veryfi.Client
    +
    +
    Add multiple tags on an existing document.
    +
    +
    addTags(String, List<String>) - Method in class veryfi.services.ClientImpl
    +
    +
    Add multiple tags on an existing document.
    +
    +
    addTagsAsync(String, List<String>) - Method in interface veryfi.Client
    +
    +
    Add multiple tags on an existing document.
    +
    +
    addTagsAsync(String, List<String>) - Method in class veryfi.services.ClientImpl
    +
    +
    Add multiple tags on an existing document.
    +
    +
    addUrlToParameters(String, List<String>, JSONObject) - Method in class veryfi.NetworkClient
    +
    +
    Creates the JSON object of the parameters of the request
    +
    +
    anyDocuments - Enum constant in enum class veryfi.enums.Endpoint
    +
     
    +
    apiKey - Variable in class veryfi.Credentials
    +
     
    +
    APPLICATION_JSON - Static variable in class veryfi.Constants
    +
    +
    header for HttpRequest
    +
    +
    AUTHORIZATION - Static variable in class veryfi.Constants
    +
    +
    header for HttpRequest
    +
    +
    AUTO_DELETE - Static variable in class veryfi.Constants
    +
    +
    header for HttpRequest
    +
    +
    +

    B

    +
    +
    bankStatements - Enum constant in enum class veryfi.enums.Endpoint
    +
     
    +
    BOOST_MODE - Static variable in class veryfi.Constants
    +
    +
    header for HttpRequest
    +
    +
    businessCards - Enum constant in enum class veryfi.enums.Endpoint
    +
     
    +
    +

    C

    +
    +
    CATEGORIES - Static variable in class veryfi.Constants
    +
    +
    header for HttpRequest
    +
    +
    category - Variable in class veryfi.models.SharedLineItem
    +
     
    +
    checks - Enum constant in enum class veryfi.enums.Endpoint
    +
     
    +
    Client - Interface in veryfi
    +
    +
    Veryfi API client for Java.
    +
    +
    CLIENT_ID - Static variable in class veryfi.Constants
    +
    +
    header for HttpRequest
    +
    +
    clientId - Variable in class veryfi.Credentials
    +
     
    +
    ClientImpl - Class in veryfi.services
    +
    +
    Veryfi API client for Java.
    +
    +
    ClientImpl(String, String, String, String, int) - Constructor for class veryfi.services.ClientImpl
    +
    +
    Creates an instance of ClientImpl.
    +
    +
    ClientImpl(String, String, String, String, int, HttpClient) - Constructor for class veryfi.services.ClientImpl
    +
    +
    Creates an instance of ClientImpl.
    +
    +
    clientSecret - Variable in class veryfi.Credentials
    +
     
    +
    Constants - Class in veryfi
    +
    +
    header constants for HttpRequests.
    +
    +
    CONTENT_TYPE - Static variable in class veryfi.Constants
    +
    +
    header for HttpRequest
    +
    +
    contracts - Enum constant in enum class veryfi.enums.Endpoint
    +
     
    +
    createClient(String, String, String, String) - Static method in class veryfi.VeryfiClientFactory
    +
    +
    Creates an instance of Client.
    +
    +
    createClient(String, String, String, String, int) - Static method in class veryfi.VeryfiClientFactory
    +
    +
    Creates an instance of Client.
    +
    +
    createClient(String, String, String, String, int, HttpClient) - Static method in class veryfi.VeryfiClientFactory
    +
    +
    Creates an instance of Client.
    +
    +
    Credentials - Class in veryfi
    +
    +
    Veryfi credentials for API access
    +
    +
    Credentials(String, String, String, String) - Constructor for class veryfi.Credentials
    +
    +
    Creates an instance of NetworkClient.
    +
    +
    +

    D

    +
    +
    DELETE - Enum constant in enum class veryfi.enums.HttpMethod
    +
    +
    Enum constant for DELETE Http method.
    +
    +
    deleteAnyDocument(String) - Method in interface veryfi.Client
    +
    +
    Delete AnyDocument from Veryfi.
    +
    +
    deleteAnyDocument(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Delete AnyDocument from Veryfi.
    +
    +
    deleteAnyDocumentAsync(String) - Method in interface veryfi.Client
    +
    +
    Delete AnyDocument from Veryfi.
    +
    +
    deleteAnyDocumentAsync(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Delete AnyDocument from Veryfi.
    +
    +
    deleteBankStatement(String) - Method in interface veryfi.Client
    +
    +
    Delete BankStatement from Veryfi.
    +
    +
    deleteBankStatement(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Delete BankStatement from Veryfi.
    +
    +
    deleteBankStatementAsync(String) - Method in interface veryfi.Client
    +
    +
    Delete BankStatement from Veryfi.
    +
    +
    deleteBankStatementAsync(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Delete BankStatement from Veryfi.
    +
    +
    deleteBusinessCard(String) - Method in interface veryfi.Client
    +
    +
    Delete BusinessCard from Veryfi.
    +
    +
    deleteBusinessCard(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Delete Business Card from Veryfi.
    +
    +
    deleteBusinessCardAsync(String) - Method in interface veryfi.Client
    +
    +
    Delete BusinessCard from Veryfi.
    +
    +
    deleteBusinessCardAsync(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Delete Business Card from Veryfi.
    +
    +
    deleteCheck(String) - Method in interface veryfi.Client
    +
    +
    Delete Check from Veryfi.
    +
    +
    deleteCheck(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Delete Check from Veryfi.
    +
    +
    deleteCheckAsync(String) - Method in interface veryfi.Client
    +
    +
    Delete Check from Veryfi.
    +
    +
    deleteCheckAsync(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Delete Check from Veryfi.
    +
    +
    deleteContract(String) - Method in interface veryfi.Client
    +
    +
    Delete a Contract from Veryfi.
    +
    +
    deleteContract(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Delete a Contract from Veryfi.
    +
    +
    deleteContractAsync(String) - Method in interface veryfi.Client
    +
    +
    Delete a Contract from Veryfi.
    +
    +
    deleteContractAsync(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Delete a Contract from Veryfi.
    +
    +
    deleteDocument(String) - Method in interface veryfi.Client
    +
    +
    Delete Document from Veryfi.
    +
    +
    deleteDocument(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Delete Document from Veryfi.
    +
    +
    deleteDocumentAsync(String) - Method in interface veryfi.Client
    +
    +
    Delete Document from Veryfi.
    +
    +
    deleteDocumentAsync(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Delete Document from Veryfi.
    +
    +
    deleteLineItem(String, String) - Method in interface veryfi.Client
    +
    +
    Delete an existing line item on an existing document.
    +
    +
    deleteLineItem(String, String) - Method in class veryfi.services.ClientImpl
    +
    +
    Delete an existing line item on an existing document.
    +
    +
    deleteLineItemAsync(String, String) - Method in interface veryfi.Client
    +
    +
    Delete an existing line item on an existing document.
    +
    +
    deleteLineItemAsync(String, String) - Method in class veryfi.services.ClientImpl
    +
    +
    Delete an existing line item on an existing document.
    +
    +
    deleteLineItems(String) - Method in interface veryfi.Client
    +
    +
    Delete all line items on an existing document.
    +
    +
    deleteLineItems(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Delete all line items on an existing document.
    +
    +
    deleteLineItemsAsync(String) - Method in interface veryfi.Client
    +
    +
    Delete all line items on an existing document.
    +
    +
    deleteLineItemsAsync(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Delete all line items on an existing document.
    +
    +
    deleteW2(String) - Method in interface veryfi.Client
    +
    +
    Delete W2 from Veryfi.
    +
    +
    deleteW2(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Delete W2 from Veryfi.
    +
    +
    deleteW2Async(String) - Method in interface veryfi.Client
    +
    +
    Delete W2 from Veryfi.
    +
    +
    deleteW2Async(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Delete W2 from Veryfi.
    +
    +
    deleteW8BenE(String) - Method in interface veryfi.Client
    +
    +
    Delete W-8BEN-E from Veryfi.
    +
    +
    deleteW8BenE(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Delete W-8BEN-E from Veryfi.
    +
    +
    deleteW8BenEAsync(String) - Method in interface veryfi.Client
    +
    +
    Delete W-8BEN-E from Veryfi.
    +
    +
    deleteW8BenEAsync(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Delete W-8BEN-E from Veryfi.
    +
    +
    deleteW9(String) - Method in interface veryfi.Client
    +
    +
    Delete W9 from Veryfi.
    +
    +
    deleteW9(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Delete W9 from Veryfi.
    +
    +
    deleteW9Async(String) - Method in interface veryfi.Client
    +
    +
    Delete W9 from Veryfi.
    +
    +
    deleteW9Async(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Delete W9 from Veryfi.
    +
    +
    description - Variable in class veryfi.models.AddLineItem
    +
     
    +
    description - Variable in class veryfi.models.UpdateLineItem
    +
     
    +
    discountRate - Variable in class veryfi.models.SharedLineItem
    +
     
    +
    documents - Enum constant in enum class veryfi.enums.Endpoint
    +
     
    +
    +

    E

    +
    +
    endDate - Variable in class veryfi.models.SharedLineItem
    +
     
    +
    Endpoint - Enum Class in veryfi.enums
    +
     
    +
    EXTERNAL_ID - Static variable in class veryfi.Constants
    +
    +
    header for HttpRequest
    +
    +
    +

    F

    +
    +
    FILE_DATA - Static variable in class veryfi.Constants
    +
    +
    header for HttpRequest
    +
    +
    FILE_NAME - Static variable in class veryfi.Constants
    +
    +
    header for HttpRequest
    +
    +
    FILE_URL - Static variable in class veryfi.Constants
    +
    +
    header for HttpRequest
    +
    +
    FILE_URLS - Static variable in class veryfi.Constants
    +
    +
    header for HttpRequest
    +
    +
    FORM_URL_ENCODED - Static variable in class veryfi.Constants
    +
    +
    header for HttpRequest
    +
    +
    +

    G

    +
    +
    GET - Enum constant in enum class veryfi.enums.HttpMethod
    +
    +
    Enum constant for GET Http method.
    +
    +
    getAnyDocument(String) - Method in interface veryfi.Client
    +
    +
    Returns a json string String AnyDocument information.
    +
    +
    getAnyDocument(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string String AnyDocument information.
    +
    +
    getAnyDocumentAsync(String) - Method in interface veryfi.Client
    +
    +
    Returns a json string CompletableFuture<String> AnyDocument information.
    +
    +
    getAnyDocumentAsync(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string CompletableFuture<String> AnyDocument information.
    +
    +
    getAnyDocuments(int, int, boolean, boolean, JSONObject) - Method in interface veryfi.Client
    +
    +
    Returns a json string String with the list of Any Documents.
    +
    +
    getAnyDocuments(int, int, boolean, boolean, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string String with the list of Any Documents.
    +
    +
    getAnyDocumentsAsync(int, int, boolean, boolean, JSONObject) - Method in interface veryfi.Client
    +
    +
    Returns a json string CompletableFuture<String> list of AnyDocuments.
    +
    +
    getAnyDocumentsAsync(int, int, boolean, boolean, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string CompletableFuture<String> list of AnyDocuments.
    +
    +
    getBankStatement(String) - Method in interface veryfi.Client
    +
    +
    Returns a json string String BankStatement information.
    +
    +
    getBankStatement(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string String BankStatement information.
    +
    +
    getBankStatementAsync(String) - Method in interface veryfi.Client
    +
    +
    Returns a json string CompletableFuture<String> BankStatement information.
    +
    +
    getBankStatementAsync(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string CompletableFuture<String> BankStatement information.
    +
    +
    getBankStatements(int, int, boolean, boolean, JSONObject) - Method in interface veryfi.Client
    +
    +
    Returns a json string String with the list of Bank Statements.
    +
    +
    getBankStatements(int, int, boolean, boolean, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string String with the list of Bank Statements.
    +
    +
    getBankStatementsAsync(int, int, boolean, boolean, JSONObject) - Method in interface veryfi.Client
    +
    +
    Returns a json string CompletableFuture<String> list of BankStatements.
    +
    +
    getBankStatementsAsync(int, int, boolean, boolean, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string CompletableFuture<String> list of BankStatements.
    +
    +
    getBusinessCard(String) - Method in interface veryfi.Client
    +
    +
    Returns a json string String Business Card information.
    +
    +
    getBusinessCard(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string String Business Card information.
    +
    +
    getBusinessCardAsync(String) - Method in interface veryfi.Client
    +
    +
    Returns a json string CompletableFuture<String> Business Card information.
    +
    +
    getBusinessCardAsync(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string CompletableFuture<String> Business Card information.
    +
    +
    getBusinessCards(int, int, boolean, boolean, JSONObject) - Method in interface veryfi.Client
    +
    +
    Returns a json string String with the list of Business Cards.
    +
    +
    getBusinessCards(int, int, boolean, boolean, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string String with the list of Business Cards.
    +
    +
    getBusinessCardsAsync(int, int, boolean, boolean, JSONObject) - Method in interface veryfi.Client
    +
    +
    Returns a json string CompletableFuture<String> list of Business Cards.
    +
    +
    getBusinessCardsAsync(int, int, boolean, boolean, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string CompletableFuture<String> list of Business Cards.
    +
    +
    getCheck(String) - Method in interface veryfi.Client
    +
    +
    Returns a json string String Check information.
    +
    +
    getCheck(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string String Check information.
    +
    +
    getCheckAsync(String) - Method in interface veryfi.Client
    +
    +
    Returns a json string CompletableFuture<String> Check information.
    +
    +
    getCheckAsync(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string CompletableFuture<String> Check information.
    +
    +
    getChecks(int, int, boolean, boolean, JSONObject) - Method in interface veryfi.Client
    +
    +
    Returns a json string String with the list of Checks.
    +
    +
    getChecks(int, int, boolean, boolean, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string String with the list of Checks.
    +
    +
    getChecksAsync(int, int, boolean, boolean, JSONObject) - Method in interface veryfi.Client
    +
    +
    Returns a json string CompletableFuture<String> list of Checks.
    +
    +
    getChecksAsync(int, int, boolean, boolean, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string CompletableFuture<String> list of Checks.
    +
    +
    getContract(String) - Method in interface veryfi.Client
    +
    +
    Returns a json string String with the Contract information.
    +
    +
    getContract(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string String with the Contract information.
    +
    +
    getContractAsync(String) - Method in interface veryfi.Client
    +
    +
    Returns a json string CompletableFuture<String> with the Contract information.
    +
    +
    getContractAsync(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string CompletableFuture<String> with the Contract information.
    +
    +
    getContracts(int, int, JSONObject) - Method in interface veryfi.Client
    +
    +
    Returns a json string String with the list of Contracts.
    +
    +
    getContracts(int, int, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string String with the list of Contracts.
    +
    +
    getContractsAsync(int, int, JSONObject) - Method in interface veryfi.Client
    +
    +
    Returns a json string CompletableFuture<String> list of Contracts.
    +
    +
    getContractsAsync(int, int, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string CompletableFuture<String> list of Contracts.
    +
    +
    getDocument(String) - Method in interface veryfi.Client
    +
    +
    Returns a json string String document information.
    +
    +
    getDocument(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string String document information.
    +
    +
    getDocumentAsync(String) - Method in interface veryfi.Client
    +
    +
    Returns a json string CompletableFuture<String> document information.
    +
    +
    getDocumentAsync(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string CompletableFuture<String> document information.
    +
    +
    getDocuments(int, int, boolean, boolean, JSONObject) - Method in interface veryfi.Client
    +
    +
    Returns a json string String list of documents.
    +
    +
    getDocuments(int, int, boolean, boolean, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string String with the list of documents.
    +
    +
    getDocumentsAsync(int, int, boolean, boolean, JSONObject) - Method in interface veryfi.Client
    +
    +
    Returns a json string CompletableFuture<String> list of documents.
    +
    +
    getDocumentsAsync(int, int, boolean, boolean, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string CompletableFuture<String> list of documents.
    +
    +
    getLineItem(String, String) - Method in interface veryfi.Client
    +
    +
    Retrieve a line item for existing document by ID.
    +
    +
    getLineItem(String, String) - Method in class veryfi.services.ClientImpl
    +
    +
    Retrieve a line item for existing document by ID.
    +
    +
    getLineItemAsync(String, String) - Method in interface veryfi.Client
    +
    +
    Retrieve a line item for existing document by ID.
    +
    +
    getLineItemAsync(String, String) - Method in class veryfi.services.ClientImpl
    +
    +
    Retrieve a line item for existing document by ID.
    +
    +
    getLineItems(String) - Method in interface veryfi.Client
    +
    +
    Retrieve all line items for a document.
    +
    +
    getLineItems(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Retrieve all line items for a document.
    +
    +
    getLineItemsAsync(String) - Method in interface veryfi.Client
    +
    +
    Retrieve all line items for a document.
    +
    +
    getLineItemsAsync(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Retrieve all line items for a document.
    +
    +
    getW2(String) - Method in interface veryfi.Client
    +
    +
    Returns a json string String W2 information.
    +
    +
    getW2(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string String W2 information.
    +
    +
    getW2Async(String) - Method in interface veryfi.Client
    +
    +
    Returns a json string CompletableFuture<String> W2 information.
    +
    +
    getW2Async(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string CompletableFuture<String> W2 information.
    +
    +
    getW2s(int, int, boolean, boolean, JSONObject) - Method in interface veryfi.Client
    +
    +
    Returns a json string String with the list of W2s.
    +
    +
    getW2s(int, int, boolean, boolean, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string String with the list of W2s.
    +
    +
    getW2sAsync(int, int, boolean, boolean, JSONObject) - Method in interface veryfi.Client
    +
    +
    Returns a json string CompletableFuture<String> list of W2s.
    +
    +
    getW2sAsync(int, int, boolean, boolean, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string CompletableFuture<String> list of W2s.
    +
    +
    getW8BenE(String) - Method in interface veryfi.Client
    +
    +
    Returns a json string String W-8BEN-E information.
    +
    +
    getW8BenE(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string String W-8BEN-E information.
    +
    +
    getW8BenEAsync(String) - Method in interface veryfi.Client
    +
    +
    Returns a json string CompletableFuture<String> W-8BEN-E information.
    +
    +
    getW8BenEAsync(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string CompletableFuture<String> W-8BEN-E information.
    +
    +
    getW8BenEs(int, int, boolean, boolean, JSONObject) - Method in interface veryfi.Client
    +
    +
    Returns a json string String with the list of W-8BEN-E.
    +
    +
    getW8BenEs(int, int, boolean, boolean, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string String with the list of W-8BEN-E.
    +
    +
    getW8BenEsAsync(int, int, boolean, boolean, JSONObject) - Method in interface veryfi.Client
    +
    +
    Returns a json string CompletableFuture<String> list of W-8BEN-E.
    +
    +
    getW8BenEsAsync(int, int, boolean, boolean, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string CompletableFuture<String> list of W-8BEN-E.
    +
    +
    getW9(String) - Method in interface veryfi.Client
    +
    +
    Returns a json string String W9 information.
    +
    +
    getW9(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string String W9 information.
    +
    +
    getW9Async(String) - Method in interface veryfi.Client
    +
    +
    Returns a json string CompletableFuture<String> W9 information.
    +
    +
    getW9Async(String) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string CompletableFuture<String> W9 information.
    +
    +
    getW9s(int, int, boolean, boolean, JSONObject) - Method in interface veryfi.Client
    +
    +
    Returns a json string String with the list of W9s.
    +
    +
    getW9s(int, int, boolean, boolean, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string String with the list of W9s.
    +
    +
    getW9sAsync(int, int, boolean, boolean, JSONObject) - Method in interface veryfi.Client
    +
    +
    Returns a json string CompletableFuture<String> list of W9s.
    +
    +
    getW9sAsync(int, int, boolean, boolean, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Returns a json string CompletableFuture<String> list of W9s.
    +
    +
    +

    H

    +
    +
    hsn - Variable in class veryfi.models.SharedLineItem
    +
     
    +
    HttpMethod - Enum Class in veryfi.enums
    +
    +
    Enum constants for Http methods.
    +
    +
    +

    L

    +
    +
    LIST_CATEGORIES - Static variable in class veryfi.Constants
    +
    +
    default list of categories.
    +
    +
    logger - Variable in class veryfi.NetworkClient
    +
     
    +
    +

    M

    +
    +
    MAX_PAGES_TO_PROCESS - Static variable in class veryfi.Constants
    +
    +
    header for HttpRequest
    +
    +
    +

    N

    +
    +
    NetworkClient - Class in veryfi
    +
     
    +
    NetworkClient(Credentials, int) - Constructor for class veryfi.NetworkClient
    +
    +
    Creates an instance of NetworkClient.
    +
    +
    NetworkClient(Credentials, int, HttpClient) - Constructor for class veryfi.NetworkClient
    +
    +
    Creates an instance of NetworkClient.
    +
    +
    NotValidModelException - Exception in veryfi.models
    +
    +
    Not Valid Model Exception
    +
    +
    NotValidModelException(String) - Constructor for exception veryfi.models.NotValidModelException
    +
    +
    When model is not valid convert to Json throws this exception.
    +
    +
    +

    O

    +
    +
    order - Variable in class veryfi.models.AddLineItem
    +
     
    +
    order - Variable in class veryfi.models.UpdateLineItem
    +
     
    +
    +

    P

    +
    +
    path - Variable in enum class veryfi.enums.Endpoint
    +
     
    +
    POST - Enum constant in enum class veryfi.enums.HttpMethod
    +
    +
    Enum constant for POST Http method
    +
    +
    price - Variable in class veryfi.models.SharedLineItem
    +
     
    +
    processAnyDocument(String, String, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process a AnyDocument and extract all the fields from it.
    +
    +
    processAnyDocument(String, String, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process a AnyDocument and extract all the fields from it.
    +
    +
    processAnyDocumentAsync(String, String, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process a AnyDocument and extract all the fields from it.
    +
    +
    processAnyDocumentAsync(String, String, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process a AnyDocument and extract all the fields from it.
    +
    +
    processAnyDocumentUrl(String, List<String>, String, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process AnyDocument from url and extract all the fields from it.
    +
    +
    processAnyDocumentUrl(String, List<String>, String, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process AnyDocument from url and extract all the fields from it.
    +
    +
    processAnyDocumentUrlAsync(String, List<String>, String, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process AnyDocument from url and extract all the fields from it.
    +
    +
    processAnyDocumentUrlAsync(String, List<String>, String, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process AnyDocument from url and extract all the fields from it.
    +
    +
    processBankStatement(String, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process a BankStatement and extract all the fields from it.
    +
    +
    processBankStatement(String, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process a BankStatement and extract all the fields from it.
    +
    +
    processBankStatementAsync(String, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process a BankStatement and extract all the fields from it.
    +
    +
    processBankStatementAsync(String, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process a BankStatement and extract all the fields from it.
    +
    +
    processBankStatementUrl(String, List<String>, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process BankStatement from url and extract all the fields from it.
    +
    +
    processBankStatementUrl(String, List<String>, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process BankStatement from url and extract all the fields from it.
    +
    +
    processBankStatementUrlAsync(String, List<String>, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process BankStatement from url and extract all the fields from it.
    +
    +
    processBankStatementUrlAsync(String, List<String>, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process BankStatement from url and extract all the fields from it.
    +
    +
    processBusinessCard(String, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process a Business Card and extract all the fields from it.
    +
    +
    processBusinessCard(String, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process a Business Card and extract all the fields from it.
    +
    +
    processBusinessCardAsync(String, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process a Business Card and extract all the fields from it.
    +
    +
    processBusinessCardAsync(String, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process a Business Card and extract all the fields from it.
    +
    +
    processBusinessCardUrl(String, List<String>, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process Business Card from url and extract all the fields from it.
    +
    +
    processBusinessCardUrl(String, List<String>, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process Business Card from url and extract all the fields from it.
    +
    +
    processBusinessCardUrlAsync(String, List<String>, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process Business Card from url and extract all the fields from it.
    +
    +
    processBusinessCardUrlAsync(String, List<String>, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process Business Card from url and extract all the fields from it.
    +
    +
    processCheck(String, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process a Check and extract all the fields from it.
    +
    +
    processCheck(String, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process a Check and extract all the fields from it.
    +
    +
    processCheckAsync(String, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process a Check and extract all the fields from it.
    +
    +
    processCheckAsync(String, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process a Check and extract all the fields from it.
    +
    +
    processCheckUrl(String, List<String>, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process Check from url and extract all the fields from it.
    +
    +
    processCheckUrl(String, List<String>, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process Check from url and extract all the fields from it.
    +
    +
    processCheckUrlAsync(String, List<String>, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process Check from url and extract all the fields from it.
    +
    +
    processCheckUrlAsync(String, List<String>, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process Check from url and extract all the fields from it.
    +
    +
    processContract(String, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process a Contract and extract all the fields from it.
    +
    +
    processContract(String, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process a Contract and extract all the fields from it.
    +
    +
    processContractAsync(String, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process a Contract and extract all the fields from it.
    +
    +
    processContractAsync(String, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process a Contract and extract all the fields from it.
    +
    +
    processContractUrl(String, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process Contract from url and extract all the fields from it.
    +
    +
    processContractUrl(String, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process Contract from url and extract all the fields from it.
    +
    +
    processContractUrlAsync(String, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process Contract from url and extract all the fields from it.
    +
    +
    processContractUrlAsync(String, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process Contract from url and extract all the fields from it.
    +
    +
    processDocument(String, List<String>, boolean, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process a document and extract all the fields from it.
    +
    +
    processDocument(String, List<String>, boolean, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process a document and extract all the fields from it.
    +
    +
    processDocumentAsync(String, List<String>, boolean, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process a document and extract all the fields from it.
    +
    +
    processDocumentAsync(String, List<String>, boolean, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process a document and extract all the fields from it.
    +
    +
    processDocumentUrl(String, List<String>, List<String>, boolean, int, boolean, String, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process Document from url and extract all the fields from it.
    +
    +
    processDocumentUrl(String, List<String>, List<String>, boolean, int, boolean, String, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process Document from url and extract all the fields from it.
    +
    +
    processDocumentUrlAsync(String, List<String>, List<String>, boolean, int, boolean, String, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process Document from url and extract all the fields from it.
    +
    +
    processDocumentUrlAsync(String, List<String>, List<String>, boolean, int, boolean, String, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process Document from url and extract all the fields from it.
    +
    +
    processW2(String, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process a W2 and extract all the fields from it.
    +
    +
    processW2(String, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process a W2 and extract all the fields from it.
    +
    +
    processW2Async(String, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process a W2 and extract all the fields from it.
    +
    +
    processW2Async(String, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process a W2 and extract all the fields from it.
    +
    +
    processW2Url(String, List<String>, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process W2 from url and extract all the fields from it.
    +
    +
    processW2Url(String, List<String>, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process W2 from url and extract all the fields from it.
    +
    +
    processW2UrlAsync(String, List<String>, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process W2 from url and extract all the fields from it.
    +
    +
    processW2UrlAsync(String, List<String>, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process W2 from url and extract all the fields from it.
    +
    +
    processW8BenE(String, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process a W-8BEN-E and extract all the fields from it.
    +
    +
    processW8BenE(String, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process a W-8BEN-E and extract all the fields from it.
    +
    +
    processW8BenEAsync(String, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process a W-8BEN-E and extract all the fields from it.
    +
    +
    processW8BenEAsync(String, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process a W-8BEN-E and extract all the fields from it.
    +
    +
    processW8BenEUrl(String, List<String>, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process W-8BEN-E from url and extract all the fields from it.
    +
    +
    processW8BenEUrl(String, List<String>, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process W-8BEN-E from url and extract all the fields from it.
    +
    +
    processW8BenEUrlAsync(String, List<String>, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process W-8BEN-E from url and extract all the fields from it.
    +
    +
    processW8BenEUrlAsync(String, List<String>, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process W-8BEN-E from url and extract all the fields from it.
    +
    +
    processW9(String, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process a W9 and extract all the fields from it.
    +
    +
    processW9(String, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process a W9 and extract all the fields from it.
    +
    +
    processW9Async(String, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process a W9 and extract all the fields from it.
    +
    +
    processW9Async(String, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process a W9 and extract all the fields from it.
    +
    +
    processW9Url(String, List<String>, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process W9 from url and extract all the fields from it.
    +
    +
    processW9Url(String, List<String>, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process W9 from url and extract all the fields from it.
    +
    +
    processW9UrlAsync(String, List<String>, JSONObject) - Method in interface veryfi.Client
    +
    +
    Process W9 from url and extract all the fields from it.
    +
    +
    processW9UrlAsync(String, List<String>, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Process W9 from url and extract all the fields from it.
    +
    +
    PUT - Enum constant in enum class veryfi.enums.HttpMethod
    +
    +
    Enum constant for PUT Http method
    +
    +
    +

    Q

    +
    +
    quantity - Variable in class veryfi.models.SharedLineItem
    +
     
    +
    +

    R

    +
    +
    replaceTags(String, List<String>) - Method in interface veryfi.Client
    +
    +
    Replace multiple tags on an existing document.
    +
    +
    replaceTags(String, List<String>) - Method in class veryfi.services.ClientImpl
    +
    +
    Replace multiple tags on an existing document.
    +
    +
    replaceTagsAsync(String, List<String>) - Method in interface veryfi.Client
    +
    +
    Replace multiple tags on an existing document.
    +
    +
    replaceTagsAsync(String, List<String>) - Method in class veryfi.services.ClientImpl
    +
    +
    Replace multiple tags on an existing document.
    +
    +
    request(HttpMethod, String, JSONObject) - Method in class veryfi.NetworkClient
    +
    +
    Submit the HTTP request.
    +
    +
    requestAsync(HttpMethod, String, JSONObject) - Method in class veryfi.NetworkClient
    +
    +
    Submit the HTTP request.
    +
    +
    +

    S

    +
    +
    section - Variable in class veryfi.models.SharedLineItem
    +
     
    +
    setBaseUrl(String) - Method in class veryfi.NetworkClient
    +
    +
    By default, the base URL is https://api.veryfi.com/api/;
    +
    +
    setHttpClient(HttpClient) - Method in class veryfi.NetworkClient
    +
    +
    By default is https://api.veryfi.com/api/;
    +
    +
    setTimeOut(int) - Method in class veryfi.NetworkClient
    +
    +
    Define new time out for the requests in seconds
    +
    +
    SHA256 - Static variable in class veryfi.Constants
    +
    +
    header for HttpRequest
    +
    +
    SharedLineItem - Class in veryfi.models
    +
     
    +
    SharedLineItem() - Constructor for class veryfi.models.SharedLineItem
    +
     
    +
    sku - Variable in class veryfi.models.SharedLineItem
    +
     
    +
    startDate - Variable in class veryfi.models.SharedLineItem
    +
     
    +
    +

    T

    +
    +
    tax - Variable in class veryfi.models.SharedLineItem
    +
     
    +
    taxRate - Variable in class veryfi.models.SharedLineItem
    +
     
    +
    TIMESTAMP - Static variable in class veryfi.Constants
    +
    +
    header for HttpRequest
    +
    +
    toJsonObject() - Method in class veryfi.models.AddLineItem
    +
     
    +
    toJsonObject() - Method in class veryfi.models.UpdateLineItem
    +
    +
    Convert current object to a Json
    +
    +
    total - Variable in class veryfi.models.AddLineItem
    +
     
    +
    total - Variable in class veryfi.models.UpdateLineItem
    +
     
    +
    +

    U

    +
    +
    unitOfMeasure - Variable in class veryfi.models.SharedLineItem
    +
     
    +
    upc - Variable in class veryfi.models.SharedLineItem
    +
     
    +
    updateDocument(String, JSONObject) - Method in interface veryfi.Client
    +
    +
    Update data for a previously processed document, including almost any field like `vendor`, `date`, `notes` and etc.
    +
    +
    updateDocument(String, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Update data for a previously processed document, including almost any field like `vendor`, `date`, `notes` etc.
    +
    +
    updateDocumentAsync(String, JSONObject) - Method in interface veryfi.Client
    +
    +
    Update data for a previously processed document, including almost any field like `vendor`, `date`, `notes` and etc.
    +
    +
    updateDocumentAsync(String, JSONObject) - Method in class veryfi.services.ClientImpl
    +
    +
    Update data for a previously processed document, including almost any field like `vendor`, `date`, `notes` etc.
    +
    +
    updateLineItem(String, String, UpdateLineItem) - Method in interface veryfi.Client
    +
    +
    Update an existing line item on an existing document.
    +
    +
    updateLineItem(String, String, UpdateLineItem) - Method in class veryfi.services.ClientImpl
    +
    +
    Update an existing line item on an existing document.
    +
    +
    UpdateLineItem - Class in veryfi.models
    +
     
    +
    UpdateLineItem() - Constructor for class veryfi.models.UpdateLineItem
    +
     
    +
    updateLineItemAsync(String, String, UpdateLineItem) - Method in interface veryfi.Client
    +
    +
    Update an existing line item on an existing document.
    +
    +
    updateLineItemAsync(String, String, UpdateLineItem) - Method in class veryfi.services.ClientImpl
    +
    +
    Update an existing line item on an existing document.
    +
    +
    USER_AGENT - Static variable in class veryfi.Constants
    +
    +
    header for HttpRequest
    +
    +
    USER_AGENT_JAVA - Static variable in class veryfi.Constants
    +
    +
    header for HttpRequest
    +
    +
    username - Variable in class veryfi.Credentials
    +
     
    +
    +

    V

    +
    +
    valueOf(String) - Static method in enum class veryfi.enums.Endpoint
    +
    +
    Returns the enum constant of this class with the specified name.
    +
    +
    valueOf(String) - Static method in enum class veryfi.enums.HttpMethod
    +
    +
    Returns the enum constant of this class with the specified name.
    +
    +
    values() - Static method in enum class veryfi.enums.Endpoint
    +
    +
    Returns an array containing the constants of this enum class, in +the order they are declared.
    +
    +
    values() - Static method in enum class veryfi.enums.HttpMethod
    +
    +
    Returns an array containing the constants of this enum class, in +the order they are declared.
    +
    +
    veryfi - package veryfi
    +
     
    +
    veryfi.enums - package veryfi.enums
    +
     
    +
    veryfi.models - package veryfi.models
    +
     
    +
    veryfi.services - package veryfi.services
    +
     
    +
    VeryfiClientFactory - Class in veryfi
    +
    +
    Factory for creating instances of Client.
    +
    +
    +

    W

    +
    +
    w2s - Enum constant in enum class veryfi.enums.Endpoint
    +
     
    +
    w8BenE - Enum constant in enum class veryfi.enums.Endpoint
    +
     
    +
    w9s - Enum constant in enum class veryfi.enums.Endpoint
    +
     
    +
    weight - Variable in class veryfi.models.SharedLineItem
    +
     
    +
    +

    X

    +
    +
    X_VERYFI_REQUEST_SIGNATURE - Static variable in class veryfi.Constants
    +
    +
    header for HttpRequest
    +
    +
    X_VERYFI_REQUEST_TIMESTAMP - Static variable in class veryfi.Constants
    +
    +
    header for HttpRequest
    +
    +
    +A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
    + +
    +
    + + diff --git a/docs/index-files/index-1.html b/docs/index-files/index-1.html deleted file mode 100644 index d936414..0000000 --- a/docs/index-files/index-1.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - -A-Index - - - - - - - - - - - - - - - -
    - -
    -
    -
    -

    Index

    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

    A

    -
    -
    ACCEPT - Static variable in class veryfi.Constants
    -
    -
    header for HttpRequest
    -
    -
    addLineItem(String, AddLineItem) - Method in interface veryfi.Client
    -
    -
    Add a new line item on an existing document.
    -
    -
    addLineItem(String, AddLineItem) - Method in class veryfi.ClientImpl
    -
    -
    Add a new line item on an existing document.
    -
    -
    AddLineItem - Class in veryfi.models
    -
     
    -
    AddLineItem(Integer, String, Float) - Constructor for class veryfi.models.AddLineItem
    -
     
    -
    addLineItemAsync(String, AddLineItem) - Method in interface veryfi.Client
    -
    -
    Add a new line item on an existing document.
    -
    -
    addLineItemAsync(String, AddLineItem) - Method in class veryfi.ClientImpl
    -
    -
    Add a new line item on an existing document.
    -
    -
    addLineItemAsyncTest() - Method in class ClientTest
    -
     
    -
    addLineItemTest() - Method in class ClientTest
    -
     
    -
    apiKey - Variable in class ClientTest
    -
     
    -
    apiKey - Variable in class veryfi.ClientImpl
    -
     
    -
    apiVersion - Variable in class veryfi.ClientImpl
    -
     
    -
    APPLICATION_JSON - Static variable in class veryfi.Constants
    -
    -
    header for HttpRequest
    -
    -
    AUTHORIZATION - Static variable in class veryfi.Constants
    -
    -
    header for HttpRequest
    -
    -
    AUTO_DELETE - Static variable in class veryfi.Constants
    -
    -
    header for HttpRequest
    -
    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
    -
    -
    - - diff --git a/docs/index-files/index-10.html b/docs/index-files/index-10.html deleted file mode 100644 index 33c5051..0000000 --- a/docs/index-files/index-10.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - -M-Index - - - - - - - - - - - - - - - -
    - -
    -
    -
    -

    Index

    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

    M

    -
    -
    MAX_PAGES_TO_PROCESS - Static variable in class veryfi.Constants
    -
    -
    header for HttpRequest
    -
    -
    mockResponses - Variable in class ClientTest
    -
     
    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
    -
    -
    - - diff --git a/docs/index-files/index-11.html b/docs/index-files/index-11.html deleted file mode 100644 index 340230b..0000000 --- a/docs/index-files/index-11.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - -N-Index - - - - - - - - - - - - - - - -
    - -
    -
    -
    -

    Index

    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

    N

    -
    -
    NotValidModelException - Exception in veryfi.models
    -
    -
    Not Valid Model Exception
    -
    -
    NotValidModelException(String) - Constructor for exception veryfi.models.NotValidModelException
    -
    -
    When model is not valid convert to Json throws this exception.
    -
    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
    -
    -
    - - diff --git a/docs/index-files/index-12.html b/docs/index-files/index-12.html deleted file mode 100644 index 43a8af5..0000000 --- a/docs/index-files/index-12.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - -O-Index - - - - - - - - - - - - - - - -
    - -
    -
    -
    -

    Index

    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

    O

    -
    -
    order - Variable in class veryfi.models.AddLineItem
    -
     
    -
    order - Variable in class veryfi.models.UpdateLineItem
    -
     
    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
    -
    -
    - - diff --git a/docs/index-files/index-13.html b/docs/index-files/index-13.html deleted file mode 100644 index 61acc3d..0000000 --- a/docs/index-files/index-13.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - -P-Index - - - - - - - - - - - - - - - -
    - -
    -
    -
    -

    Index

    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

    P

    -
    -
    POST - Enum constant in enum class veryfi.HttpMethod
    -
    -
    Enum constant for POST Http method
    -
    -
    price - Variable in class veryfi.models.SharedLineItem
    -
     
    -
    processDocument(String, List<String>, boolean, JSONObject) - Method in interface veryfi.Client
    -
    -
    Process a document and extract all the fields from it
    -
    -
    processDocument(String, List<String>, boolean, JSONObject) - Method in class veryfi.ClientImpl
    -
    -
    Process a document and extract all the fields from it
    -
    -
    processDocumentAsync(String, List<String>, boolean, JSONObject) - Method in interface veryfi.Client
    -
    -
    Process a document and extract all the fields from it
    -
    -
    processDocumentAsync(String, List<String>, boolean, JSONObject) - Method in class veryfi.ClientImpl
    -
    -
    Process a document and extract all the fields from it
    -
    -
    processDocumentAsyncTest() - Method in class ClientTest
    -
     
    -
    processDocumentTest() - Method in class ClientTest
    -
     
    -
    processDocumentTestWithoutCategories() - Method in class ClientTest
    -
     
    -
    processDocumentTestWithParameters() - Method in class ClientTest
    -
     
    -
    processDocumentUrl(String, List<String>, List<String>, boolean, int, boolean, String, JSONObject) - Method in interface veryfi.Client
    -
    -
    Process Document from url and extract all the fields from it.
    -
    -
    processDocumentUrl(String, List<String>, List<String>, boolean, int, boolean, String, JSONObject) - Method in class veryfi.ClientImpl
    -
    -
    Process Document from url and extract all the fields from it.
    -
    -
    processDocumentUrlAsync(String, List<String>, List<String>, boolean, int, boolean, String, JSONObject) - Method in interface veryfi.Client
    -
    -
    Process Document from url and extract all the fields from it.
    -
    -
    processDocumentUrlAsync(String, List<String>, List<String>, boolean, int, boolean, String, JSONObject) - Method in class veryfi.ClientImpl
    -
    -
    Process Document from url and extract all the fields from it.
    -
    -
    processDocumentUrlAsyncTest() - Method in class ClientTest
    -
     
    -
    processDocumentUrlTest() - Method in class ClientTest
    -
     
    -
    processDocumentUrlTestWithFileUrlsAndParameters() - Method in class ClientTest
    -
     
    -
    PUT - Enum constant in enum class veryfi.HttpMethod
    -
    -
    Enum constant for PUT Http method
    -
    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
    -
    -
    - - diff --git a/docs/index-files/index-14.html b/docs/index-files/index-14.html deleted file mode 100644 index 47f1438..0000000 --- a/docs/index-files/index-14.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - -Q-Index - - - - - - - - - - - - - - - -
    - -
    -
    -
    -

    Index

    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

    Q

    -
    -
    quantity - Variable in class veryfi.models.SharedLineItem
    -
     
    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
    -
    -
    - - diff --git a/docs/index-files/index-15.html b/docs/index-files/index-15.html deleted file mode 100644 index c3f4f38..0000000 --- a/docs/index-files/index-15.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - -R-Index - - - - - - - - - - - - - - - -
    - -
    -
    -
    -

    Index

    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

    R

    -
    -
    request(HttpMethod, String, JSONObject) - Method in class veryfi.ClientImpl
    -
    -
    Submit the HTTP request.
    -
    -
    requestAsync(HttpMethod, String, JSONObject) - Method in class veryfi.ClientImpl
    -
    -
    Submit the HTTP request.
    -
    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
    -
    -
    - - diff --git a/docs/index-files/index-16.html b/docs/index-files/index-16.html deleted file mode 100644 index f01cb00..0000000 --- a/docs/index-files/index-16.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - -S-Index - - - - - - - - - - - - - - - -
    - -
    -
    -
    -

    Index

    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

    S

    -
    -
    section - Variable in class veryfi.models.SharedLineItem
    -
     
    -
    setBaseUrl(String) - Method in interface veryfi.Client
    -
    -
    By default is https://api.veryfi.com/api/;
    -
    -
    setBaseUrl(String) - Method in class veryfi.ClientImpl
    -
    -
    By default, the base URL is https://api.veryfi.com/api/;
    -
    -
    setHttpClient(HttpClient) - Method in interface veryfi.Client
    -
    -
    By default is https://api.veryfi.com/api/;
    -
    -
    setHttpClient(HttpClient) - Method in class veryfi.ClientImpl
    -
     
    -
    setTimeOut(int) - Method in interface veryfi.Client
    -
    -
    Define new time out for the requests in seconds
    -
    -
    setTimeOut(int) - Method in class veryfi.ClientImpl
    -
    -
    Define new time out for the requests in seconds
    -
    -
    SHA256 - Static variable in class veryfi.Constants
    -
    -
    header for HttpRequest
    -
    -
    SharedLineItem - Class in veryfi.models
    -
     
    -
    SharedLineItem() - Constructor for class veryfi.models.SharedLineItem
    -
     
    -
    sku - Variable in class veryfi.models.SharedLineItem
    -
     
    -
    startDate - Variable in class veryfi.models.SharedLineItem
    -
     
    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
    -
    -
    - - diff --git a/docs/index-files/index-17.html b/docs/index-files/index-17.html deleted file mode 100644 index a232e2e..0000000 --- a/docs/index-files/index-17.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - -T-Index - - - - - - - - - - - - - - - -
    - -
    -
    -
    -

    Index

    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

    T

    -
    -
    tax - Variable in class veryfi.models.SharedLineItem
    -
     
    -
    taxRate - Variable in class veryfi.models.SharedLineItem
    -
     
    -
    testAddLineItemThrow() - Method in class ClientTest
    -
     
    -
    testBadCredentials() - Method in class ClientTest
    -
     
    -
    testUpdateLineItemThrow() - Method in class ClientTest
    -
     
    -
    timeOut - Variable in class veryfi.ClientImpl
    -
     
    -
    TIMESTAMP - Static variable in class veryfi.Constants
    -
    -
    header for HttpRequest
    -
    -
    toJsonObject() - Method in class veryfi.models.AddLineItem
    -
     
    -
    toJsonObject() - Method in class veryfi.models.UpdateLineItem
    -
    -
    Convert current object to a Json
    -
    -
    total - Variable in class veryfi.models.AddLineItem
    -
     
    -
    total - Variable in class veryfi.models.UpdateLineItem
    -
     
    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
    -
    -
    - - diff --git a/docs/index-files/index-18.html b/docs/index-files/index-18.html deleted file mode 100644 index f5114eb..0000000 --- a/docs/index-files/index-18.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - -U-Index - - - - - - - - - - - - - - - -
    - -
    -
    -
    -

    Index

    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

    U

    -
    -
    unitOfMeasure - Variable in class veryfi.models.SharedLineItem
    -
     
    -
    upc - Variable in class veryfi.models.SharedLineItem
    -
     
    -
    updateDocument(String, JSONObject) - Method in interface veryfi.Client
    -
    -
    Update data for a previously processed document, including almost any field like `vendor`, `date`, `notes` and etc.
    -
    -
    updateDocument(String, JSONObject) - Method in class veryfi.ClientImpl
    -
    -
    Update data for a previously processed document, including almost any field like `vendor`, `date`, `notes` etc.
    -
    -
    updateDocumentAsync(String, JSONObject) - Method in interface veryfi.Client
    -
    -
    Update data for a previously processed document, including almost any field like `vendor`, `date`, `notes` and etc.
    -
    -
    updateDocumentAsync(String, JSONObject) - Method in class veryfi.ClientImpl
    -
    -
    Update data for a previously processed document, including almost any field like `vendor`, `date`, `notes` etc.
    -
    -
    updateDocumentAsyncTest() - Method in class ClientTest
    -
     
    -
    updateDocumentTest() - Method in class ClientTest
    -
     
    -
    updateLineItem(String, String, UpdateLineItem) - Method in interface veryfi.Client
    -
    -
    Update an existing line item on an existing document.
    -
    -
    updateLineItem(String, String, UpdateLineItem) - Method in class veryfi.ClientImpl
    -
    -
    Update an existing line item on an existing document.
    -
    -
    UpdateLineItem - Class in veryfi.models
    -
     
    -
    UpdateLineItem() - Constructor for class veryfi.models.UpdateLineItem
    -
     
    -
    updateLineItemAsync(String, String, UpdateLineItem) - Method in interface veryfi.Client
    -
    -
    Update an existing line item on an existing document.
    -
    -
    updateLineItemAsync(String, String, UpdateLineItem) - Method in class veryfi.ClientImpl
    -
    -
    Update an existing line item on an existing document.
    -
    -
    updateLineItemAsyncTest() - Method in class ClientTest
    -
     
    -
    updateLineItemTest() - Method in class ClientTest
    -
     
    -
    USER_AGENT - Static variable in class veryfi.Constants
    -
    -
    header for HttpRequest
    -
    -
    USER_AGENT_JAVA - Static variable in class veryfi.Constants
    -
    -
    header for HttpRequest
    -
    -
    username - Variable in class ClientTest
    -
     
    -
    username - Variable in class veryfi.ClientImpl
    -
     
    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
    -
    -
    - - diff --git a/docs/index-files/index-19.html b/docs/index-files/index-19.html deleted file mode 100644 index d95f439..0000000 --- a/docs/index-files/index-19.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - -V-Index - - - - - - - - - - - - - - - -
    - -
    -
    -
    -

    Index

    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

    V

    -
    -
    valueOf(String) - Static method in enum class veryfi.HttpMethod
    -
    -
    Returns the enum constant of this class with the specified name.
    -
    -
    values() - Static method in enum class veryfi.HttpMethod
    -
    -
    Returns an array containing the constants of this enum class, in -the order they are declared.
    -
    -
    veryfi - package veryfi
    -
     
    -
    veryfi.models - package veryfi.models
    -
     
    -
    VeryfiClientFactory - Class in veryfi
    -
    -
    Factory for creating instances of Client.
    -
    -
    VeryfiClientFactory() - Constructor for class veryfi.VeryfiClientFactory
    -
     
    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
    -
    -
    - - diff --git a/docs/index-files/index-2.html b/docs/index-files/index-2.html deleted file mode 100644 index 8dc5bed..0000000 --- a/docs/index-files/index-2.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - -B-Index - - - - - - - - - - - - - - - -
    - -
    -
    -
    -

    Index

    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

    B

    -
    -
    baseUrl - Variable in class veryfi.ClientImpl
    -
     
    -
    BOOST_MODE - Static variable in class veryfi.Constants
    -
    -
    header for HttpRequest
    -
    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
    -
    -
    - - diff --git a/docs/index-files/index-20.html b/docs/index-files/index-20.html deleted file mode 100644 index 6be40c9..0000000 --- a/docs/index-files/index-20.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - -W-Index - - - - - - - - - - - - - - - -
    - -
    -
    -
    -

    Index

    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

    W

    -
    -
    weight - Variable in class veryfi.models.SharedLineItem
    -
     
    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
    -
    -
    - - diff --git a/docs/index-files/index-21.html b/docs/index-files/index-21.html deleted file mode 100644 index ddec2a7..0000000 --- a/docs/index-files/index-21.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - -X-Index - - - - - - - - - - - - - - - -
    - -
    -
    -
    -

    Index

    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

    X

    -
    -
    X_VERYFI_REQUEST_SIGNATURE - Static variable in class veryfi.Constants
    -
    -
    header for HttpRequest
    -
    -
    X_VERYFI_REQUEST_TIMESTAMP - Static variable in class veryfi.Constants
    -
    -
    header for HttpRequest
    -
    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
    -
    -
    - - diff --git a/docs/index-files/index-3.html b/docs/index-files/index-3.html deleted file mode 100644 index 5ad0ea6..0000000 --- a/docs/index-files/index-3.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - -C-Index - - - - - - - - - - - - - - - -
    - -
    -
    -
    -

    Index

    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

    C

    -
    -
    CATEGORIES - Static variable in class veryfi.Constants
    -
    -
    header for HttpRequest
    -
    -
    category - Variable in class veryfi.models.SharedLineItem
    -
     
    -
    client - Variable in class ClientTest
    -
     
    -
    Client - Interface in veryfi
    -
    -
    Veryfi API client for Java.
    -
    -
    CLIENT_ID - Static variable in class veryfi.Constants
    -
    -
    header for HttpRequest
    -
    -
    clientId - Variable in class ClientTest
    -
     
    -
    clientId - Variable in class veryfi.ClientImpl
    -
     
    -
    ClientImpl - Class in veryfi
    -
    -
    Veryfi API client for Java.
    -
    -
    ClientImpl(String, String, String, String, int) - Constructor for class veryfi.ClientImpl
    -
    -
    Creates an instance of ClientImpl.
    -
    -
    clientSecret - Variable in class ClientTest
    -
     
    -
    clientSecret - Variable in class veryfi.ClientImpl
    -
     
    -
    ClientTest - Class in Unnamed Package
    -
     
    -
    ClientTest() - Constructor for class ClientTest
    -
     
    -
    Constants - Class in veryfi
    -
    -
    header constants for HttpRequests.
    -
    -
    Constants() - Constructor for class veryfi.Constants
    -
     
    -
    CONTENT_TYPE - Static variable in class veryfi.Constants
    -
    -
    header for HttpRequest
    -
    -
    createClient(String, String, String, String) - Static method in class veryfi.VeryfiClientFactory
    -
    -
    Creates an instance of Client.
    -
    -
    createClient(String, String, String, String, int) - Static method in class veryfi.VeryfiClientFactory
    -
    -
    Creates an instance of Client.
    -
    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
    -
    -
    - - diff --git a/docs/index-files/index-4.html b/docs/index-files/index-4.html deleted file mode 100644 index 7a52e90..0000000 --- a/docs/index-files/index-4.html +++ /dev/null @@ -1,133 +0,0 @@ - - - - -D-Index - - - - - - - - - - - - - - - -
    - -
    -
    -
    -

    Index

    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

    D

    -
    -
    DELETE - Enum constant in enum class veryfi.HttpMethod
    -
    -
    Enum constant for DELETE Http method.
    -
    -
    deleteDocument(String) - Method in interface veryfi.Client
    -
    -
    Delete Document from Veryfi
    -
    -
    deleteDocument(String) - Method in class veryfi.ClientImpl
    -
    -
    Delete Document from Veryfi
    -
    -
    deleteDocumentAsync(String) - Method in interface veryfi.Client
    -
    -
    Delete Document from Veryfi.
    -
    -
    deleteDocumentAsync(String) - Method in class veryfi.ClientImpl
    -
    -
    Delete Document from Veryfi
    -
    -
    deleteDocumentAsyncTest() - Method in class ClientTest
    -
     
    -
    deleteDocumentTest() - Method in class ClientTest
    -
     
    -
    deleteLineItem(String, String) - Method in interface veryfi.Client
    -
    -
    Delete an existing line item on an existing document.
    -
    -
    deleteLineItem(String, String) - Method in class veryfi.ClientImpl
    -
    -
    Delete an existing line item on an existing document.
    -
    -
    deleteLineItemAsync(String, String) - Method in interface veryfi.Client
    -
    -
    Delete an existing line item on an existing document.
    -
    -
    deleteLineItemAsync(String, String) - Method in class veryfi.ClientImpl
    -
    -
    Delete an existing line item on an existing document.
    -
    -
    deleteLineItemAsyncTest() - Method in class ClientTest
    -
     
    -
    deleteLineItems(String) - Method in interface veryfi.Client
    -
    -
    Delete all line items on an existing document.
    -
    -
    deleteLineItems(String) - Method in class veryfi.ClientImpl
    -
    -
    Delete all line items on an existing document.
    -
    -
    deleteLineItemsAsync(String) - Method in interface veryfi.Client
    -
    -
    Delete all line items on an existing document.
    -
    -
    deleteLineItemsAsync(String) - Method in class veryfi.ClientImpl
    -
    -
    Delete all line items on an existing document.
    -
    -
    deleteLineItemsAsyncTest() - Method in class ClientTest
    -
     
    -
    deleteLineItemsTest() - Method in class ClientTest
    -
     
    -
    deleteLineItemTest() - Method in class ClientTest
    -
     
    -
    description - Variable in class veryfi.models.AddLineItem
    -
     
    -
    description - Variable in class veryfi.models.UpdateLineItem
    -
     
    -
    discountRate - Variable in class veryfi.models.SharedLineItem
    -
     
    -
    documentUrl - Variable in class ClientTest
    -
     
    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
    -
    -
    - - diff --git a/docs/index-files/index-5.html b/docs/index-files/index-5.html deleted file mode 100644 index 3debd9b..0000000 --- a/docs/index-files/index-5.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - -E-Index - - - - - - - - - - - - - - - -
    - -
    -
    -
    -

    Index

    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

    E

    -
    -
    endDate - Variable in class veryfi.models.SharedLineItem
    -
     
    -
    EXTERNAL_ID - Static variable in class veryfi.Constants
    -
    -
    header for HttpRequest
    -
    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
    -
    -
    - - diff --git a/docs/index-files/index-6.html b/docs/index-files/index-6.html deleted file mode 100644 index ff09758..0000000 --- a/docs/index-files/index-6.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - -F-Index - - - - - - - - - - - - - - - -
    - -
    -
    -
    -

    Index

    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

    F

    -
    -
    FILE_DATA - Static variable in class veryfi.Constants
    -
    -
    header for HttpRequest
    -
    -
    FILE_NAME - Static variable in class veryfi.Constants
    -
    -
    header for HttpRequest
    -
    -
    FILE_URL - Static variable in class veryfi.Constants
    -
    -
    header for HttpRequest
    -
    -
    FILE_URLS - Static variable in class veryfi.Constants
    -
    -
    header for HttpRequest
    -
    -
    FORM_URL_ENCODED - Static variable in class veryfi.Constants
    -
    -
    header for HttpRequest
    -
    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
    -
    -
    - - diff --git a/docs/index-files/index-7.html b/docs/index-files/index-7.html deleted file mode 100644 index 1a052fa..0000000 --- a/docs/index-files/index-7.html +++ /dev/null @@ -1,175 +0,0 @@ - - - - -G-Index - - - - - - - - - - - - - - - -
    - -
    -
    -
    -

    Index

    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

    G

    -
    -
    generateSignature(Long, JSONObject) - Method in class veryfi.ClientImpl
    -
    -
    Generate unique signature for payload params.
    -
    -
    GET - Enum constant in enum class veryfi.HttpMethod
    -
    -
    Enum constant for GET Http method.
    -
    -
    getApiKey() - Method in class veryfi.ClientImpl
    -
    -
    Returns a String ApiKey for the headers of the request.
    -
    -
    getDocument(String) - Method in interface veryfi.Client
    -
    -
    Returns a json string String document information
    -
    -
    getDocument(String) - Method in class veryfi.ClientImpl
    -
    -
    Returns a json string String document information
    -
    -
    getDocumentAsync(String) - Method in interface veryfi.Client
    -
    -
    Returns a json string CompletableFuture<String> document information.
    -
    -
    getDocumentAsync(String) - Method in class veryfi.ClientImpl
    -
    -
    Returns a json string CompletableFuture<String> document information.
    -
    -
    getDocumentAsyncTest() - Method in class ClientTest
    -
     
    -
    getDocuments() - Method in interface veryfi.Client
    -
    -
    Returns a json string String list of documents.
    -
    -
    getDocuments() - Method in class veryfi.ClientImpl
    -
    -
    Returns a json string String with the list of documents.
    -
    -
    getDocumentsAsync() - Method in interface veryfi.Client
    -
    -
    Returns a json string CompletableFuture<String> list of documents.
    -
    -
    getDocumentsAsync() - Method in class veryfi.ClientImpl
    -
    -
    Returns a json string CompletableFuture<String> list of documents.
    -
    -
    getDocumentsAsyncTest() - Method in class ClientTest
    -
     
    -
    getDocumentsTest() - Method in class ClientTest
    -
     
    -
    getDocumentsTestWithException() - Method in class ClientTest
    -
     
    -
    getDocumentTest() - Method in class ClientTest
    -
     
    -
    getHeaders(JSONObject) - Method in class veryfi.ClientImpl
    -
    -
    Prepares the headers needed for a request.
    -
    -
    getHttpRequest(HttpMethod, String, JSONObject) - Method in class veryfi.ClientImpl
    -
    -
    Creates the HTTP request Object.
    -
    -
    getLineItem(String, String) - Method in interface veryfi.Client
    -
    -
    Retrieve a line item for existing document by ID.
    -
    -
    getLineItem(String, String) - Method in class veryfi.ClientImpl
    -
    -
    Retrieve a line item for existing document by ID.
    -
    -
    getLineItemAsync(String, String) - Method in interface veryfi.Client
    -
    -
    Retrieve a line item for existing document by ID.
    -
    -
    getLineItemAsync(String, String) - Method in class veryfi.ClientImpl
    -
    -
    Retrieve a line item for existing document by ID.
    -
    -
    getLineItemAsyncTest() - Method in class ClientTest
    -
     
    -
    getLineItems(String) - Method in interface veryfi.Client
    -
    -
    Retrieve all line items for a document.
    -
    -
    getLineItems(String) - Method in class veryfi.ClientImpl
    -
    -
    Retrieve all line items for a document.
    -
    -
    getLineItemsAsync(String) - Method in interface veryfi.Client
    -
    -
    Retrieve all line items for a document.
    -
    -
    getLineItemsAsync(String) - Method in class veryfi.ClientImpl
    -
    -
    Retrieve all line items for a document.
    -
    -
    getLineItemsAsyncTest() - Method in class ClientTest
    -
     
    -
    getLineItemsTest() - Method in class ClientTest
    -
     
    -
    getLineItemTest() - Method in class ClientTest
    -
     
    -
    getProcessDocumentArguments(String, List<String>, boolean, JSONObject) - Method in class veryfi.ClientImpl
    -
    -
    Creates the JSON Object for the parameters of the request
    -
    -
    getProcessDocumentUrlArguments(String, List<String>, List<String>, boolean, int, boolean, String, JSONObject) - Method in class veryfi.ClientImpl
    -
    -
    Creates the JSON object of the parameters of the request
    -
    -
    getUrl() - Method in class veryfi.ClientImpl
    -
    -
    Returns a String API Base URL with API Version.
    -
    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
    -
    -
    - - diff --git a/docs/index-files/index-8.html b/docs/index-files/index-8.html deleted file mode 100644 index 3aa1804..0000000 --- a/docs/index-files/index-8.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - -H-Index - - - - - - - - - - - - - - - -
    - -
    -
    -
    -

    Index

    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

    H

    -
    -
    hsn - Variable in class veryfi.models.SharedLineItem
    -
     
    -
    httpClient - Variable in class veryfi.ClientImpl
    -
     
    -
    HttpMethod - Enum Class in veryfi
    -
    -
    Enum constants for Http methods.
    -
    -
    HttpMethod() - Constructor for enum class veryfi.HttpMethod
    -
     
    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
    -
    -
    - - diff --git a/docs/index-files/index-9.html b/docs/index-files/index-9.html deleted file mode 100644 index f8c85c8..0000000 --- a/docs/index-files/index-9.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - -L-Index - - - - - - - - - - - - - - - -
    - -
    -
    -
    -

    Index

    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

    L

    -
    -
    LIST_CATEGORIES - Static variable in class veryfi.Constants
    -
    -
    default list of categories.
    -
    -
    logger - Variable in class veryfi.ClientImpl
    -
     
    -
    -A B C D E F G H L M N O P Q R S T U V W X 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
    -
    -
    - - diff --git a/docs/index.html b/docs/index.html index 277be0f..5a2c18d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,18 +1,18 @@ - -Overview + +Overview (veryfi-java 2.0.0 API) - - + + - + @@ -31,8 +31,9 @@
  • Package
  • Class
  • +
  • Use
  • Tree
  • -
  • Index
  • +
  • Index
  • Help
  • @@ -47,6 +48,9 @@
    +
    +

    veryfi-java 2.0.0 API

    +
    Packages
    @@ -54,11 +58,19 @@
    Description
     
    - + +
     
    + +
     
    +
     
    +
    diff --git a/docs/jquery-ui.overrides.css b/docs/jquery-ui.overrides.css index f89acb6..03c010b 100644 --- a/docs/jquery-ui.overrides.css +++ b/docs/jquery-ui.overrides.css @@ -1,26 +1,26 @@ /* - * Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved. - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This code is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. - * - * This code is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * version 2 for more details (a copy is included in the LICENSE file that - * accompanied this code). - * - * You should have received a copy of the GNU General Public License version - * 2 along with this work; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. - * - * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA - * or visit www.oracle.com if you need additional information or have any - * questions. + * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. + * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * */ .ui-state-active, @@ -31,4 +31,5 @@ a.ui-button:active, .ui-button.ui-state-active:hover { /* Overrides the color of selection used in jQuery UI */ background: #F8981D; + border: 1px solid #F8981D; } diff --git a/docs/legal/ADDITIONAL_LICENSE_INFO b/docs/legal/ADDITIONAL_LICENSE_INFO deleted file mode 100644 index ff700cd..0000000 --- a/docs/legal/ADDITIONAL_LICENSE_INFO +++ /dev/null @@ -1,37 +0,0 @@ - ADDITIONAL INFORMATION ABOUT LICENSING - -Certain files distributed by Oracle America, Inc. and/or its affiliates are -subject to the following clarification and special exception to the GPLv2, -based on the GNU Project exception for its Classpath libraries, known as the -GNU Classpath Exception. - -Note that Oracle includes multiple, independent programs in this software -package. Some of those programs are provided under licenses deemed -incompatible with the GPLv2 by the Free Software Foundation and others. -For example, the package includes programs licensed under the Apache -License, Version 2.0 and may include FreeType. Such programs are licensed -to you under their original licenses. - -Oracle facilitates your further distribution of this package by adding the -Classpath Exception to the necessary parts of its GPLv2 code, which permits -you to use that code in combination with other independent modules not -licensed under the GPLv2. However, note that this would not permit you to -commingle code under an incompatible license with Oracle's GPLv2 licensed -code by, for example, cutting and pasting such code into a file also -containing Oracle's GPLv2 licensed code and then distributing the result. - -Additionally, if you were to remove the Classpath Exception from any of the -files to which it applies and distribute the result, you would likely be -required to license some or all of the other code in that distribution under -the GPLv2 as well, and since the GPLv2 is incompatible with the license terms -of some items included in the distribution by Oracle, removing the Classpath -Exception could therefore effectively compromise your ability to further -distribute the package. - -Failing to distribute notices associated with some files may also create -unexpected legal consequences. - -Proceed with caution and we recommend that you obtain the advice of a lawyer -skilled in open source matters before removing the Classpath Exception or -making modifications to this package which may subsequently be redistributed -and/or involve the use of third party software. diff --git a/docs/legal/ASSEMBLY_EXCEPTION b/docs/legal/ASSEMBLY_EXCEPTION deleted file mode 100644 index 065b8d9..0000000 --- a/docs/legal/ASSEMBLY_EXCEPTION +++ /dev/null @@ -1,27 +0,0 @@ - -OPENJDK ASSEMBLY EXCEPTION - -The OpenJDK source code made available by Oracle America, Inc. (Oracle) at -openjdk.java.net ("OpenJDK Code") is distributed under the terms of the GNU -General Public License version 2 -only ("GPL2"), with the following clarification and special exception. - - Linking this OpenJDK Code statically or dynamically with other code - is making a combined work based on this library. Thus, the terms - and conditions of GPL2 cover the whole combination. - - As a special exception, Oracle gives you permission to link this - OpenJDK Code with certain code licensed by Oracle as indicated at - http://openjdk.java.net/legal/exception-modules-2007-05-08.html - ("Designated Exception Modules") to produce an executable, - regardless of the license terms of the Designated Exception Modules, - and to copy and distribute the resulting executable under GPL2, - provided that the Designated Exception Modules continue to be - governed by the licenses under which they were offered by Oracle. - -As such, it allows licensees and sublicensees of Oracle's GPL2 OpenJDK Code -to build an executable that includes those portions of necessary code that -Oracle could not provide under GPL2 (or that Oracle has provided under GPL2 -with the Classpath exception). If you modify or add to the OpenJDK code, -that new GPL2 code may still be combined with Designated Exception Modules -if the new code is made subject to this exception by its copyright holder. diff --git a/docs/legal/LICENSE b/docs/legal/LICENSE deleted file mode 100644 index 8b400c7..0000000 --- a/docs/legal/LICENSE +++ /dev/null @@ -1,347 +0,0 @@ -The GNU General Public License (GPL) - -Version 2, June 1991 - -Copyright (C) 1989, 1991 Free Software Foundation, Inc. -51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -Everyone is permitted to copy and distribute verbatim copies of this license -document, but changing it is not allowed. - -Preamble - -The licenses for most software are designed to take away your freedom to share -and change it. By contrast, the GNU General Public License is intended to -guarantee your freedom to share and change free software--to make sure the -software is free for all its users. This General Public License applies to -most of the Free Software Foundation's software and to any other program whose -authors commit to using it. (Some other Free Software Foundation software is -covered by the GNU Library General Public License instead.) You can apply it to -your programs, too. - -When we speak of free software, we are referring to freedom, not price. Our -General Public Licenses are designed to make sure that you have the freedom to -distribute copies of free software (and charge for this service if you wish), -that you receive source code or can get it if you want it, that you can change -the software or use pieces of it in new free programs; and that you know you -can do these things. - -To protect your rights, we need to make restrictions that forbid anyone to deny -you these rights or to ask you to surrender the rights. These restrictions -translate to certain responsibilities for you if you distribute copies of the -software, or if you modify it. - -For example, if you distribute copies of such a program, whether gratis or for -a fee, you must give the recipients all the rights that you have. You must -make sure that they, too, receive or can get the source code. And you must -show them these terms so they know their rights. - -We protect your rights with two steps: (1) copyright the software, and (2) -offer you this license which gives you legal permission to copy, distribute -and/or modify the software. - -Also, for each author's protection and ours, we want to make certain that -everyone understands that there is no warranty for this free software. If the -software is modified by someone else and passed on, we want its recipients to -know that what they have is not the original, so that any problems introduced -by others will not reflect on the original authors' reputations. - -Finally, any free program is threatened constantly by software patents. We -wish to avoid the danger that redistributors of a free program will -individually obtain patent licenses, in effect making the program proprietary. -To prevent this, we have made it clear that any patent must be licensed for -everyone's free use or not licensed at all. - -The precise terms and conditions for copying, distribution and modification -follow. - -TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - -0. This License applies to any program or other work which contains a notice -placed by the copyright holder saying it may be distributed under the terms of -this General Public License. The "Program", below, refers to any such program -or work, and a "work based on the Program" means either the Program or any -derivative work under copyright law: that is to say, a work containing the -Program or a portion of it, either verbatim or with modifications and/or -translated into another language. (Hereinafter, translation is included -without limitation in the term "modification".) Each licensee is addressed as -"you". - -Activities other than copying, distribution and modification are not covered by -this License; they are outside its scope. The act of running the Program is -not restricted, and the output from the Program is covered only if its contents -constitute a work based on the Program (independent of having been made by -running the Program). Whether that is true depends on what the Program does. - -1. You may copy and distribute verbatim copies of the Program's source code as -you receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice and -disclaimer of warranty; keep intact all the notices that refer to this License -and to the absence of any warranty; and give any other recipients of the -Program a copy of this License along with the Program. - -You may charge a fee for the physical act of transferring a copy, and you may -at your option offer warranty protection in exchange for a fee. - -2. You may modify your copy or copies of the Program or any portion of it, thus -forming a work based on the Program, and copy and distribute such modifications -or work under the terms of Section 1 above, provided that you also meet all of -these conditions: - - a) You must cause the modified files to carry prominent notices stating - that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in whole or - in part contains or is derived from the Program or any part thereof, to be - licensed as a whole at no charge to all third parties under the terms of - this License. - - c) If the modified program normally reads commands interactively when run, - you must cause it, when started running for such interactive use in the - most ordinary way, to print or display an announcement including an - appropriate copyright notice and a notice that there is no warranty (or - else, saying that you provide a warranty) and that users may redistribute - the program under these conditions, and telling the user how to view a copy - of this License. (Exception: if the Program itself is interactive but does - not normally print such an announcement, your work based on the Program is - not required to print an announcement.) - -These requirements apply to the modified work as a whole. If identifiable -sections of that work are not derived from the Program, and can be reasonably -considered independent and separate works in themselves, then this License, and -its terms, do not apply to those sections when you distribute them as separate -works. But when you distribute the same sections as part of a whole which is a -work based on the Program, the distribution of the whole must be on the terms -of this License, whose permissions for other licensees extend to the entire -whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest your -rights to work written entirely by you; rather, the intent is to exercise the -right to control the distribution of derivative or collective works based on -the Program. - -In addition, mere aggregation of another work not based on the Program with the -Program (or with a work based on the Program) on a volume of a storage or -distribution medium does not bring the other work under the scope of this -License. - -3. You may copy and distribute the Program (or a work based on it, under -Section 2) in object code or executable form under the terms of Sections 1 and -2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable source - code, which must be distributed under the terms of Sections 1 and 2 above - on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three years, to - give any third party, for a charge no more than your cost of physically - performing source distribution, a complete machine-readable copy of the - corresponding source code, to be distributed under the terms of Sections 1 - and 2 above on a medium customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer to - distribute corresponding source code. (This alternative is allowed only - for noncommercial distribution and only if you received the program in - object code or executable form with such an offer, in accord with - Subsection b above.) - -The source code for a work means the preferred form of the work for making -modifications to it. For an executable work, complete source code means all -the source code for all modules it contains, plus any associated interface -definition files, plus the scripts used to control compilation and installation -of the executable. However, as a special exception, the source code -distributed need not include anything that is normally distributed (in either -source or binary form) with the major components (compiler, kernel, and so on) -of the operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the source -code from the same place counts as distribution of the source code, even though -third parties are not compelled to copy the source along with the object code. - -4. You may not copy, modify, sublicense, or distribute the Program except as -expressly provided under this License. Any attempt otherwise to copy, modify, -sublicense or distribute the Program is void, and will automatically terminate -your rights under this License. However, parties who have received copies, or -rights, from you under this License will not have their licenses terminated so -long as such parties remain in full compliance. - -5. You are not required to accept this License, since you have not signed it. -However, nothing else grants you permission to modify or distribute the Program -or its derivative works. These actions are prohibited by law if you do not -accept this License. Therefore, by modifying or distributing the Program (or -any work based on the Program), you indicate your acceptance of this License to -do so, and all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - -6. Each time you redistribute the Program (or any work based on the Program), -the recipient automatically receives a license from the original licensor to -copy, distribute or modify the Program subject to these terms and conditions. -You may not impose any further restrictions on the recipients' exercise of the -rights granted herein. You are not responsible for enforcing compliance by -third parties to this License. - -7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), conditions -are imposed on you (whether by court order, agreement or otherwise) that -contradict the conditions of this License, they do not excuse you from the -conditions of this License. If you cannot distribute so as to satisfy -simultaneously your obligations under this License and any other pertinent -obligations, then as a consequence you may not distribute the Program at all. -For example, if a patent license would not permit royalty-free redistribution -of the Program by all those who receive copies directly or indirectly through -you, then the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply and -the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any patents or -other property right claims or to contest validity of any such claims; this -section has the sole purpose of protecting the integrity of the free software -distribution system, which is implemented by public license practices. Many -people have made generous contributions to the wide range of software -distributed through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing to -distribute software through any other system and a licensee cannot impose that -choice. - -This section is intended to make thoroughly clear what is believed to be a -consequence of the rest of this License. - -8. If the distribution and/or use of the Program is restricted in certain -countries either by patents or by copyrighted interfaces, the original -copyright holder who places the Program under this License may add an explicit -geographical distribution limitation excluding those countries, so that -distribution is permitted only in or among countries not thus excluded. In -such case, this License incorporates the limitation as if written in the body -of this License. - -9. The Free Software Foundation may publish revised and/or new versions of the -General Public License from time to time. Such new versions will be similar in -spirit to the present version, but may differ in detail to address new problems -or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any later -version", you have the option of following the terms and conditions either of -that version or of any later version published by the Free Software Foundation. -If the Program does not specify a version number of this License, you may -choose any version ever published by the Free Software Foundation. - -10. If you wish to incorporate parts of the Program into other free programs -whose distribution conditions are different, write to the author to ask for -permission. For software which is copyrighted by the Free Software Foundation, -write to the Free Software Foundation; we sometimes make exceptions for this. -Our decision will be guided by the two goals of preserving the free status of -all derivatives of our free software and of promoting the sharing and reuse of -software generally. - -NO WARRANTY - -11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR -THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE -STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE -PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND -PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, -YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - -12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL -ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE -PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR -INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA -BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER -OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -END OF TERMS AND CONDITIONS - -How to Apply These Terms to Your New Programs - -If you develop a new program, and you want it to be of the greatest possible -use to the public, the best way to achieve this is to make it free software -which everyone can redistribute and change under these terms. - -To do so, attach the following notices to the program. It is safest to attach -them to the start of each source file to most effectively convey the exclusion -of warranty; and each file should have at least the "copyright" line and a -pointer to where the full notice is found. - - One line to give the program's name and a brief idea of what it does. - - Copyright (C) - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by the Free - Software Foundation; either version 2 of the License, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this when it -starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author Gnomovision comes - with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free - software, and you are welcome to redistribute it under certain conditions; - type 'show c' for details. - -The hypothetical commands 'show w' and 'show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may be -called something other than 'show w' and 'show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your school, -if any, to sign a "copyright disclaimer" for the program, if necessary. Here -is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - 'Gnomovision' (which makes passes at compilers) written by James Hacker. - - signature of Ty Coon, 1 April 1989 - - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General Public -License instead of this License. - - -"CLASSPATH" EXCEPTION TO THE GPL - -Certain source files distributed by Oracle America and/or its affiliates are -subject to the following clarification and special exception to the GPL, but -only where Oracle has expressly included in the particular source file's header -the words "Oracle designates this particular file as subject to the "Classpath" -exception as provided by Oracle in the LICENSE file that accompanied this code." - - Linking this library statically or dynamically with other modules is making - a combined work based on this library. Thus, the terms and conditions of - the GNU General Public License cover the whole combination. - - As a special exception, the copyright holders of this library give you - permission to link this library with independent modules to produce an - executable, regardless of the license terms of these independent modules, - and to copy and distribute the resulting executable under terms of your - choice, provided that you also meet, for each linked independent module, - the terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. If - you modify this library, you may extend this exception to your version of - the library, but you are not obligated to do so. If you do not wish to do - so, delete this exception statement from your version. diff --git a/docs/legal/jquery.md b/docs/legal/jquery.md deleted file mode 100644 index 8054a34..0000000 --- a/docs/legal/jquery.md +++ /dev/null @@ -1,72 +0,0 @@ -## jQuery v3.5.1 - -### jQuery License -``` -jQuery v 3.5.1 -Copyright JS Foundation and other contributors, https://js.foundation/ - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -****************************************** - -The jQuery JavaScript Library v3.5.1 also includes Sizzle.js - -Sizzle.js includes the following license: - -Copyright JS Foundation and other contributors, https://js.foundation/ - -This software consists of voluntary contributions made by many -individuals. For exact contribution history, see the revision history -available at https://github.com/jquery/sizzle - -The following license applies to all parts of this software except as -documented below: - -==== - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -==== - -All files located in the node_modules and external directories are -externally maintained libraries used by this software which have their -own licenses; we recommend you read them, as their terms may differ from -the terms above. - -********************* - -``` diff --git a/docs/legal/jqueryUI.md b/docs/legal/jqueryUI.md deleted file mode 100644 index 8031bdb..0000000 --- a/docs/legal/jqueryUI.md +++ /dev/null @@ -1,49 +0,0 @@ -## jQuery UI v1.12.1 - -### jQuery UI License -``` -Copyright jQuery Foundation and other contributors, https://jquery.org/ - -This software consists of voluntary contributions made by many -individuals. For exact contribution history, see the revision history -available at https://github.com/jquery/jquery-ui - -The following license applies to all parts of this software except as -documented below: - -==== - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -==== - -Copyright and related rights for sample code are waived via CC0. Sample -code is defined as all source code contained within the demos directory. - -CC0: http://creativecommons.org/publicdomain/zero/1.0/ - -==== - -All files located in the node_modules and external directories are -externally maintained libraries used by this software which have their -own licenses; we recommend you read them, as their terms may differ from -the terms above. - -``` diff --git a/docs/member-search-index.js b/docs/member-search-index.js index 216da11..f6301f5 100644 --- a/docs/member-search-index.js +++ b/docs/member-search-index.js @@ -1 +1 @@ -memberSearchIndex = [{"p":"veryfi","c":"Constants","l":"ACCEPT"},{"p":"veryfi.models","c":"AddLineItem","l":"AddLineItem(Integer, String, Float)","u":"%3Cinit%3E(java.lang.Integer,java.lang.String,java.lang.Float)"},{"p":"veryfi","c":"Client","l":"addLineItem(String, AddLineItem)","u":"addLineItem(java.lang.String,veryfi.models.AddLineItem)"},{"p":"veryfi","c":"ClientImpl","l":"addLineItem(String, AddLineItem)","u":"addLineItem(java.lang.String,veryfi.models.AddLineItem)"},{"p":"veryfi","c":"Client","l":"addLineItemAsync(String, AddLineItem)","u":"addLineItemAsync(java.lang.String,veryfi.models.AddLineItem)"},{"p":"veryfi","c":"ClientImpl","l":"addLineItemAsync(String, AddLineItem)","u":"addLineItemAsync(java.lang.String,veryfi.models.AddLineItem)"},{"p":"","c":"ClientTest","l":"addLineItemAsyncTest()"},{"p":"","c":"ClientTest","l":"addLineItemTest()"},{"p":"","c":"ClientTest","l":"apiKey"},{"p":"veryfi","c":"ClientImpl","l":"apiKey"},{"p":"veryfi","c":"ClientImpl","l":"apiVersion"},{"p":"veryfi","c":"Constants","l":"APPLICATION_JSON"},{"p":"veryfi","c":"Constants","l":"AUTHORIZATION"},{"p":"veryfi","c":"Constants","l":"AUTO_DELETE"},{"p":"veryfi","c":"ClientImpl","l":"baseUrl"},{"p":"veryfi","c":"Constants","l":"BOOST_MODE"},{"p":"veryfi","c":"Constants","l":"CATEGORIES"},{"p":"veryfi.models","c":"SharedLineItem","l":"category"},{"p":"","c":"ClientTest","l":"client"},{"p":"veryfi","c":"Constants","l":"CLIENT_ID"},{"p":"","c":"ClientTest","l":"clientId"},{"p":"veryfi","c":"ClientImpl","l":"clientId"},{"p":"veryfi","c":"ClientImpl","l":"ClientImpl(String, String, String, String, int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,int)"},{"p":"","c":"ClientTest","l":"clientSecret"},{"p":"veryfi","c":"ClientImpl","l":"clientSecret"},{"p":"","c":"ClientTest","l":"ClientTest()","u":"%3Cinit%3E()"},{"p":"veryfi","c":"Constants","l":"Constants()","u":"%3Cinit%3E()"},{"p":"veryfi","c":"Constants","l":"CONTENT_TYPE"},{"p":"veryfi","c":"VeryfiClientFactory","l":"createClient(String, String, String, String)","u":"createClient(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"veryfi","c":"VeryfiClientFactory","l":"createClient(String, String, String, String, int)","u":"createClient(java.lang.String,java.lang.String,java.lang.String,java.lang.String,int)"},{"p":"veryfi","c":"HttpMethod","l":"DELETE"},{"p":"veryfi","c":"Client","l":"deleteDocument(String)","u":"deleteDocument(java.lang.String)"},{"p":"veryfi","c":"ClientImpl","l":"deleteDocument(String)","u":"deleteDocument(java.lang.String)"},{"p":"veryfi","c":"Client","l":"deleteDocumentAsync(String)","u":"deleteDocumentAsync(java.lang.String)"},{"p":"veryfi","c":"ClientImpl","l":"deleteDocumentAsync(String)","u":"deleteDocumentAsync(java.lang.String)"},{"p":"","c":"ClientTest","l":"deleteDocumentAsyncTest()"},{"p":"","c":"ClientTest","l":"deleteDocumentTest()"},{"p":"veryfi","c":"Client","l":"deleteLineItem(String, String)","u":"deleteLineItem(java.lang.String,java.lang.String)"},{"p":"veryfi","c":"ClientImpl","l":"deleteLineItem(String, String)","u":"deleteLineItem(java.lang.String,java.lang.String)"},{"p":"veryfi","c":"Client","l":"deleteLineItemAsync(String, String)","u":"deleteLineItemAsync(java.lang.String,java.lang.String)"},{"p":"veryfi","c":"ClientImpl","l":"deleteLineItemAsync(String, String)","u":"deleteLineItemAsync(java.lang.String,java.lang.String)"},{"p":"","c":"ClientTest","l":"deleteLineItemAsyncTest()"},{"p":"veryfi","c":"Client","l":"deleteLineItems(String)","u":"deleteLineItems(java.lang.String)"},{"p":"veryfi","c":"ClientImpl","l":"deleteLineItems(String)","u":"deleteLineItems(java.lang.String)"},{"p":"veryfi","c":"Client","l":"deleteLineItemsAsync(String)","u":"deleteLineItemsAsync(java.lang.String)"},{"p":"veryfi","c":"ClientImpl","l":"deleteLineItemsAsync(String)","u":"deleteLineItemsAsync(java.lang.String)"},{"p":"","c":"ClientTest","l":"deleteLineItemsAsyncTest()"},{"p":"","c":"ClientTest","l":"deleteLineItemsTest()"},{"p":"","c":"ClientTest","l":"deleteLineItemTest()"},{"p":"veryfi.models","c":"AddLineItem","l":"description"},{"p":"veryfi.models","c":"UpdateLineItem","l":"description"},{"p":"veryfi.models","c":"SharedLineItem","l":"discountRate"},{"p":"","c":"ClientTest","l":"documentUrl"},{"p":"veryfi.models","c":"SharedLineItem","l":"endDate"},{"p":"veryfi","c":"Constants","l":"EXTERNAL_ID"},{"p":"veryfi","c":"Constants","l":"FILE_DATA"},{"p":"veryfi","c":"Constants","l":"FILE_NAME"},{"p":"veryfi","c":"Constants","l":"FILE_URL"},{"p":"veryfi","c":"Constants","l":"FILE_URLS"},{"p":"veryfi","c":"Constants","l":"FORM_URL_ENCODED"},{"p":"veryfi","c":"ClientImpl","l":"generateSignature(Long, JSONObject)","u":"generateSignature(java.lang.Long,org.json.JSONObject)"},{"p":"veryfi","c":"HttpMethod","l":"GET"},{"p":"veryfi","c":"ClientImpl","l":"getApiKey()"},{"p":"veryfi","c":"Client","l":"getDocument(String)","u":"getDocument(java.lang.String)"},{"p":"veryfi","c":"ClientImpl","l":"getDocument(String)","u":"getDocument(java.lang.String)"},{"p":"veryfi","c":"Client","l":"getDocumentAsync(String)","u":"getDocumentAsync(java.lang.String)"},{"p":"veryfi","c":"ClientImpl","l":"getDocumentAsync(String)","u":"getDocumentAsync(java.lang.String)"},{"p":"","c":"ClientTest","l":"getDocumentAsyncTest()"},{"p":"veryfi","c":"Client","l":"getDocuments()"},{"p":"veryfi","c":"ClientImpl","l":"getDocuments()"},{"p":"veryfi","c":"Client","l":"getDocumentsAsync()"},{"p":"veryfi","c":"ClientImpl","l":"getDocumentsAsync()"},{"p":"","c":"ClientTest","l":"getDocumentsAsyncTest()"},{"p":"","c":"ClientTest","l":"getDocumentsTest()"},{"p":"","c":"ClientTest","l":"getDocumentsTestWithException()"},{"p":"","c":"ClientTest","l":"getDocumentTest()"},{"p":"veryfi","c":"ClientImpl","l":"getHeaders(JSONObject)","u":"getHeaders(org.json.JSONObject)"},{"p":"veryfi","c":"ClientImpl","l":"getHttpRequest(HttpMethod, String, JSONObject)","u":"getHttpRequest(veryfi.HttpMethod,java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"getLineItem(String, String)","u":"getLineItem(java.lang.String,java.lang.String)"},{"p":"veryfi","c":"ClientImpl","l":"getLineItem(String, String)","u":"getLineItem(java.lang.String,java.lang.String)"},{"p":"veryfi","c":"Client","l":"getLineItemAsync(String, String)","u":"getLineItemAsync(java.lang.String,java.lang.String)"},{"p":"veryfi","c":"ClientImpl","l":"getLineItemAsync(String, String)","u":"getLineItemAsync(java.lang.String,java.lang.String)"},{"p":"","c":"ClientTest","l":"getLineItemAsyncTest()"},{"p":"veryfi","c":"Client","l":"getLineItems(String)","u":"getLineItems(java.lang.String)"},{"p":"veryfi","c":"ClientImpl","l":"getLineItems(String)","u":"getLineItems(java.lang.String)"},{"p":"veryfi","c":"Client","l":"getLineItemsAsync(String)","u":"getLineItemsAsync(java.lang.String)"},{"p":"veryfi","c":"ClientImpl","l":"getLineItemsAsync(String)","u":"getLineItemsAsync(java.lang.String)"},{"p":"","c":"ClientTest","l":"getLineItemsAsyncTest()"},{"p":"","c":"ClientTest","l":"getLineItemsTest()"},{"p":"","c":"ClientTest","l":"getLineItemTest()"},{"p":"veryfi","c":"ClientImpl","l":"getProcessDocumentArguments(String, List, boolean, JSONObject)","u":"getProcessDocumentArguments(java.lang.String,java.util.List,boolean,org.json.JSONObject)"},{"p":"veryfi","c":"ClientImpl","l":"getProcessDocumentUrlArguments(String, List, List, boolean, int, boolean, String, JSONObject)","u":"getProcessDocumentUrlArguments(java.lang.String,java.util.List,java.util.List,boolean,int,boolean,java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"ClientImpl","l":"getUrl()"},{"p":"veryfi.models","c":"SharedLineItem","l":"hsn"},{"p":"veryfi","c":"ClientImpl","l":"httpClient"},{"p":"veryfi","c":"HttpMethod","l":"HttpMethod()","u":"%3Cinit%3E()"},{"p":"veryfi","c":"Constants","l":"LIST_CATEGORIES"},{"p":"veryfi","c":"ClientImpl","l":"logger"},{"p":"veryfi","c":"Constants","l":"MAX_PAGES_TO_PROCESS"},{"p":"","c":"ClientTest","l":"mockResponses"},{"p":"veryfi.models","c":"NotValidModelException","l":"NotValidModelException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"veryfi.models","c":"AddLineItem","l":"order"},{"p":"veryfi.models","c":"UpdateLineItem","l":"order"},{"p":"veryfi","c":"HttpMethod","l":"POST"},{"p":"veryfi.models","c":"SharedLineItem","l":"price"},{"p":"veryfi","c":"Client","l":"processDocument(String, List, boolean, JSONObject)","u":"processDocument(java.lang.String,java.util.List,boolean,org.json.JSONObject)"},{"p":"veryfi","c":"ClientImpl","l":"processDocument(String, List, boolean, JSONObject)","u":"processDocument(java.lang.String,java.util.List,boolean,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processDocumentAsync(String, List, boolean, JSONObject)","u":"processDocumentAsync(java.lang.String,java.util.List,boolean,org.json.JSONObject)"},{"p":"veryfi","c":"ClientImpl","l":"processDocumentAsync(String, List, boolean, JSONObject)","u":"processDocumentAsync(java.lang.String,java.util.List,boolean,org.json.JSONObject)"},{"p":"","c":"ClientTest","l":"processDocumentAsyncTest()"},{"p":"","c":"ClientTest","l":"processDocumentTest()"},{"p":"","c":"ClientTest","l":"processDocumentTestWithoutCategories()"},{"p":"","c":"ClientTest","l":"processDocumentTestWithParameters()"},{"p":"veryfi","c":"Client","l":"processDocumentUrl(String, List, List, boolean, int, boolean, String, JSONObject)","u":"processDocumentUrl(java.lang.String,java.util.List,java.util.List,boolean,int,boolean,java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"ClientImpl","l":"processDocumentUrl(String, List, List, boolean, int, boolean, String, JSONObject)","u":"processDocumentUrl(java.lang.String,java.util.List,java.util.List,boolean,int,boolean,java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processDocumentUrlAsync(String, List, List, boolean, int, boolean, String, JSONObject)","u":"processDocumentUrlAsync(java.lang.String,java.util.List,java.util.List,boolean,int,boolean,java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"ClientImpl","l":"processDocumentUrlAsync(String, List, List, boolean, int, boolean, String, JSONObject)","u":"processDocumentUrlAsync(java.lang.String,java.util.List,java.util.List,boolean,int,boolean,java.lang.String,org.json.JSONObject)"},{"p":"","c":"ClientTest","l":"processDocumentUrlAsyncTest()"},{"p":"","c":"ClientTest","l":"processDocumentUrlTest()"},{"p":"","c":"ClientTest","l":"processDocumentUrlTestWithFileUrlsAndParameters()"},{"p":"veryfi","c":"HttpMethod","l":"PUT"},{"p":"veryfi.models","c":"SharedLineItem","l":"quantity"},{"p":"veryfi","c":"ClientImpl","l":"request(HttpMethod, String, JSONObject)","u":"request(veryfi.HttpMethod,java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"ClientImpl","l":"requestAsync(HttpMethod, String, JSONObject)","u":"requestAsync(veryfi.HttpMethod,java.lang.String,org.json.JSONObject)"},{"p":"veryfi.models","c":"SharedLineItem","l":"section"},{"p":"veryfi","c":"Client","l":"setBaseUrl(String)","u":"setBaseUrl(java.lang.String)"},{"p":"veryfi","c":"ClientImpl","l":"setBaseUrl(String)","u":"setBaseUrl(java.lang.String)"},{"p":"veryfi","c":"Client","l":"setHttpClient(HttpClient)","u":"setHttpClient(java.net.http.HttpClient)"},{"p":"veryfi","c":"ClientImpl","l":"setHttpClient(HttpClient)","u":"setHttpClient(java.net.http.HttpClient)"},{"p":"veryfi","c":"Client","l":"setTimeOut(int)"},{"p":"veryfi","c":"ClientImpl","l":"setTimeOut(int)"},{"p":"veryfi","c":"Constants","l":"SHA256"},{"p":"veryfi.models","c":"SharedLineItem","l":"SharedLineItem()","u":"%3Cinit%3E()"},{"p":"veryfi.models","c":"SharedLineItem","l":"sku"},{"p":"veryfi.models","c":"SharedLineItem","l":"startDate"},{"p":"veryfi.models","c":"SharedLineItem","l":"tax"},{"p":"veryfi.models","c":"SharedLineItem","l":"taxRate"},{"p":"","c":"ClientTest","l":"testAddLineItemThrow()"},{"p":"","c":"ClientTest","l":"testBadCredentials()"},{"p":"","c":"ClientTest","l":"testUpdateLineItemThrow()"},{"p":"veryfi","c":"ClientImpl","l":"timeOut"},{"p":"veryfi","c":"Constants","l":"TIMESTAMP"},{"p":"veryfi.models","c":"AddLineItem","l":"toJsonObject()"},{"p":"veryfi.models","c":"UpdateLineItem","l":"toJsonObject()"},{"p":"veryfi.models","c":"AddLineItem","l":"total"},{"p":"veryfi.models","c":"UpdateLineItem","l":"total"},{"p":"veryfi.models","c":"SharedLineItem","l":"unitOfMeasure"},{"p":"veryfi.models","c":"SharedLineItem","l":"upc"},{"p":"veryfi","c":"Client","l":"updateDocument(String, JSONObject)","u":"updateDocument(java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"ClientImpl","l":"updateDocument(String, JSONObject)","u":"updateDocument(java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"updateDocumentAsync(String, JSONObject)","u":"updateDocumentAsync(java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"ClientImpl","l":"updateDocumentAsync(String, JSONObject)","u":"updateDocumentAsync(java.lang.String,org.json.JSONObject)"},{"p":"","c":"ClientTest","l":"updateDocumentAsyncTest()"},{"p":"","c":"ClientTest","l":"updateDocumentTest()"},{"p":"veryfi.models","c":"UpdateLineItem","l":"UpdateLineItem()","u":"%3Cinit%3E()"},{"p":"veryfi","c":"Client","l":"updateLineItem(String, String, UpdateLineItem)","u":"updateLineItem(java.lang.String,java.lang.String,veryfi.models.UpdateLineItem)"},{"p":"veryfi","c":"ClientImpl","l":"updateLineItem(String, String, UpdateLineItem)","u":"updateLineItem(java.lang.String,java.lang.String,veryfi.models.UpdateLineItem)"},{"p":"veryfi","c":"Client","l":"updateLineItemAsync(String, String, UpdateLineItem)","u":"updateLineItemAsync(java.lang.String,java.lang.String,veryfi.models.UpdateLineItem)"},{"p":"veryfi","c":"ClientImpl","l":"updateLineItemAsync(String, String, UpdateLineItem)","u":"updateLineItemAsync(java.lang.String,java.lang.String,veryfi.models.UpdateLineItem)"},{"p":"","c":"ClientTest","l":"updateLineItemAsyncTest()"},{"p":"","c":"ClientTest","l":"updateLineItemTest()"},{"p":"veryfi","c":"Constants","l":"USER_AGENT"},{"p":"veryfi","c":"Constants","l":"USER_AGENT_JAVA"},{"p":"","c":"ClientTest","l":"username"},{"p":"veryfi","c":"ClientImpl","l":"username"},{"p":"veryfi","c":"HttpMethod","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"veryfi","c":"HttpMethod","l":"values()"},{"p":"veryfi","c":"VeryfiClientFactory","l":"VeryfiClientFactory()","u":"%3Cinit%3E()"},{"p":"veryfi.models","c":"SharedLineItem","l":"weight"},{"p":"veryfi","c":"Constants","l":"X_VERYFI_REQUEST_SIGNATURE"},{"p":"veryfi","c":"Constants","l":"X_VERYFI_REQUEST_TIMESTAMP"}];updateSearchResults(); \ No newline at end of file +memberSearchIndex = [{"p":"veryfi","c":"Constants","l":"ACCEPT"},{"p":"veryfi","c":"NetworkClient","l":"addFileToParameters(String, JSONObject)","u":"addFileToParameters(java.lang.String,org.json.JSONObject)"},{"p":"veryfi.models","c":"AddLineItem","l":"AddLineItem(Integer, String, Float)","u":"%3Cinit%3E(java.lang.Integer,java.lang.String,java.lang.Float)"},{"p":"veryfi","c":"Client","l":"addLineItem(String, AddLineItem)","u":"addLineItem(java.lang.String,veryfi.models.AddLineItem)"},{"p":"veryfi.services","c":"ClientImpl","l":"addLineItem(String, AddLineItem)","u":"addLineItem(java.lang.String,veryfi.models.AddLineItem)"},{"p":"veryfi","c":"Client","l":"addLineItemAsync(String, AddLineItem)","u":"addLineItemAsync(java.lang.String,veryfi.models.AddLineItem)"},{"p":"veryfi.services","c":"ClientImpl","l":"addLineItemAsync(String, AddLineItem)","u":"addLineItemAsync(java.lang.String,veryfi.models.AddLineItem)"},{"p":"veryfi","c":"Client","l":"addTags(String, List)","u":"addTags(java.lang.String,java.util.List)"},{"p":"veryfi.services","c":"ClientImpl","l":"addTags(String, List)","u":"addTags(java.lang.String,java.util.List)"},{"p":"veryfi","c":"Client","l":"addTagsAsync(String, List)","u":"addTagsAsync(java.lang.String,java.util.List)"},{"p":"veryfi.services","c":"ClientImpl","l":"addTagsAsync(String, List)","u":"addTagsAsync(java.lang.String,java.util.List)"},{"p":"veryfi","c":"NetworkClient","l":"addUrlToParameters(String, List, JSONObject)","u":"addUrlToParameters(java.lang.String,java.util.List,org.json.JSONObject)"},{"p":"veryfi.enums","c":"Endpoint","l":"anyDocuments"},{"p":"veryfi","c":"Credentials","l":"apiKey"},{"p":"veryfi","c":"Constants","l":"APPLICATION_JSON"},{"p":"veryfi","c":"Constants","l":"AUTHORIZATION"},{"p":"veryfi","c":"Constants","l":"AUTO_DELETE"},{"p":"veryfi.enums","c":"Endpoint","l":"bankStatements"},{"p":"veryfi","c":"Constants","l":"BOOST_MODE"},{"p":"veryfi.enums","c":"Endpoint","l":"businessCards"},{"p":"veryfi","c":"Constants","l":"CATEGORIES"},{"p":"veryfi.models","c":"SharedLineItem","l":"category"},{"p":"veryfi.enums","c":"Endpoint","l":"checks"},{"p":"veryfi","c":"Constants","l":"CLIENT_ID"},{"p":"veryfi","c":"Credentials","l":"clientId"},{"p":"veryfi.services","c":"ClientImpl","l":"ClientImpl(String, String, String, String, int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,int)"},{"p":"veryfi.services","c":"ClientImpl","l":"ClientImpl(String, String, String, String, int, HttpClient)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,int,java.net.http.HttpClient)"},{"p":"veryfi","c":"Credentials","l":"clientSecret"},{"p":"veryfi","c":"Constants","l":"CONTENT_TYPE"},{"p":"veryfi.enums","c":"Endpoint","l":"contracts"},{"p":"veryfi","c":"VeryfiClientFactory","l":"createClient(String, String, String, String)","u":"createClient(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"veryfi","c":"VeryfiClientFactory","l":"createClient(String, String, String, String, int)","u":"createClient(java.lang.String,java.lang.String,java.lang.String,java.lang.String,int)"},{"p":"veryfi","c":"VeryfiClientFactory","l":"createClient(String, String, String, String, int, HttpClient)","u":"createClient(java.lang.String,java.lang.String,java.lang.String,java.lang.String,int,java.net.http.HttpClient)"},{"p":"veryfi","c":"Credentials","l":"Credentials(String, String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"veryfi.enums","c":"HttpMethod","l":"DELETE"},{"p":"veryfi","c":"Client","l":"deleteAnyDocument(String)","u":"deleteAnyDocument(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"deleteAnyDocument(String)","u":"deleteAnyDocument(java.lang.String)"},{"p":"veryfi","c":"Client","l":"deleteAnyDocumentAsync(String)","u":"deleteAnyDocumentAsync(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"deleteAnyDocumentAsync(String)","u":"deleteAnyDocumentAsync(java.lang.String)"},{"p":"veryfi","c":"Client","l":"deleteBankStatement(String)","u":"deleteBankStatement(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"deleteBankStatement(String)","u":"deleteBankStatement(java.lang.String)"},{"p":"veryfi","c":"Client","l":"deleteBankStatementAsync(String)","u":"deleteBankStatementAsync(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"deleteBankStatementAsync(String)","u":"deleteBankStatementAsync(java.lang.String)"},{"p":"veryfi","c":"Client","l":"deleteBusinessCard(String)","u":"deleteBusinessCard(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"deleteBusinessCard(String)","u":"deleteBusinessCard(java.lang.String)"},{"p":"veryfi","c":"Client","l":"deleteBusinessCardAsync(String)","u":"deleteBusinessCardAsync(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"deleteBusinessCardAsync(String)","u":"deleteBusinessCardAsync(java.lang.String)"},{"p":"veryfi","c":"Client","l":"deleteCheck(String)","u":"deleteCheck(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"deleteCheck(String)","u":"deleteCheck(java.lang.String)"},{"p":"veryfi","c":"Client","l":"deleteCheckAsync(String)","u":"deleteCheckAsync(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"deleteCheckAsync(String)","u":"deleteCheckAsync(java.lang.String)"},{"p":"veryfi","c":"Client","l":"deleteContract(String)","u":"deleteContract(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"deleteContract(String)","u":"deleteContract(java.lang.String)"},{"p":"veryfi","c":"Client","l":"deleteContractAsync(String)","u":"deleteContractAsync(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"deleteContractAsync(String)","u":"deleteContractAsync(java.lang.String)"},{"p":"veryfi","c":"Client","l":"deleteDocument(String)","u":"deleteDocument(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"deleteDocument(String)","u":"deleteDocument(java.lang.String)"},{"p":"veryfi","c":"Client","l":"deleteDocumentAsync(String)","u":"deleteDocumentAsync(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"deleteDocumentAsync(String)","u":"deleteDocumentAsync(java.lang.String)"},{"p":"veryfi","c":"Client","l":"deleteLineItem(String, String)","u":"deleteLineItem(java.lang.String,java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"deleteLineItem(String, String)","u":"deleteLineItem(java.lang.String,java.lang.String)"},{"p":"veryfi","c":"Client","l":"deleteLineItemAsync(String, String)","u":"deleteLineItemAsync(java.lang.String,java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"deleteLineItemAsync(String, String)","u":"deleteLineItemAsync(java.lang.String,java.lang.String)"},{"p":"veryfi","c":"Client","l":"deleteLineItems(String)","u":"deleteLineItems(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"deleteLineItems(String)","u":"deleteLineItems(java.lang.String)"},{"p":"veryfi","c":"Client","l":"deleteLineItemsAsync(String)","u":"deleteLineItemsAsync(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"deleteLineItemsAsync(String)","u":"deleteLineItemsAsync(java.lang.String)"},{"p":"veryfi","c":"Client","l":"deleteW2(String)","u":"deleteW2(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"deleteW2(String)","u":"deleteW2(java.lang.String)"},{"p":"veryfi","c":"Client","l":"deleteW2Async(String)","u":"deleteW2Async(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"deleteW2Async(String)","u":"deleteW2Async(java.lang.String)"},{"p":"veryfi","c":"Client","l":"deleteW8BenE(String)","u":"deleteW8BenE(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"deleteW8BenE(String)","u":"deleteW8BenE(java.lang.String)"},{"p":"veryfi","c":"Client","l":"deleteW8BenEAsync(String)","u":"deleteW8BenEAsync(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"deleteW8BenEAsync(String)","u":"deleteW8BenEAsync(java.lang.String)"},{"p":"veryfi","c":"Client","l":"deleteW9(String)","u":"deleteW9(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"deleteW9(String)","u":"deleteW9(java.lang.String)"},{"p":"veryfi","c":"Client","l":"deleteW9Async(String)","u":"deleteW9Async(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"deleteW9Async(String)","u":"deleteW9Async(java.lang.String)"},{"p":"veryfi.models","c":"AddLineItem","l":"description"},{"p":"veryfi.models","c":"UpdateLineItem","l":"description"},{"p":"veryfi.models","c":"SharedLineItem","l":"discountRate"},{"p":"veryfi.enums","c":"Endpoint","l":"documents"},{"p":"veryfi.models","c":"SharedLineItem","l":"endDate"},{"p":"veryfi","c":"Constants","l":"EXTERNAL_ID"},{"p":"veryfi","c":"Constants","l":"FILE_DATA"},{"p":"veryfi","c":"Constants","l":"FILE_NAME"},{"p":"veryfi","c":"Constants","l":"FILE_URL"},{"p":"veryfi","c":"Constants","l":"FILE_URLS"},{"p":"veryfi","c":"Constants","l":"FORM_URL_ENCODED"},{"p":"veryfi.enums","c":"HttpMethod","l":"GET"},{"p":"veryfi","c":"Client","l":"getAnyDocument(String)","u":"getAnyDocument(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"getAnyDocument(String)","u":"getAnyDocument(java.lang.String)"},{"p":"veryfi","c":"Client","l":"getAnyDocumentAsync(String)","u":"getAnyDocumentAsync(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"getAnyDocumentAsync(String)","u":"getAnyDocumentAsync(java.lang.String)"},{"p":"veryfi","c":"Client","l":"getAnyDocuments(int, int, boolean, boolean, JSONObject)","u":"getAnyDocuments(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"getAnyDocuments(int, int, boolean, boolean, JSONObject)","u":"getAnyDocuments(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"getAnyDocumentsAsync(int, int, boolean, boolean, JSONObject)","u":"getAnyDocumentsAsync(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"getAnyDocumentsAsync(int, int, boolean, boolean, JSONObject)","u":"getAnyDocumentsAsync(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"getBankStatement(String)","u":"getBankStatement(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"getBankStatement(String)","u":"getBankStatement(java.lang.String)"},{"p":"veryfi","c":"Client","l":"getBankStatementAsync(String)","u":"getBankStatementAsync(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"getBankStatementAsync(String)","u":"getBankStatementAsync(java.lang.String)"},{"p":"veryfi","c":"Client","l":"getBankStatements(int, int, boolean, boolean, JSONObject)","u":"getBankStatements(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"getBankStatements(int, int, boolean, boolean, JSONObject)","u":"getBankStatements(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"getBankStatementsAsync(int, int, boolean, boolean, JSONObject)","u":"getBankStatementsAsync(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"getBankStatementsAsync(int, int, boolean, boolean, JSONObject)","u":"getBankStatementsAsync(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"getBusinessCard(String)","u":"getBusinessCard(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"getBusinessCard(String)","u":"getBusinessCard(java.lang.String)"},{"p":"veryfi","c":"Client","l":"getBusinessCardAsync(String)","u":"getBusinessCardAsync(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"getBusinessCardAsync(String)","u":"getBusinessCardAsync(java.lang.String)"},{"p":"veryfi","c":"Client","l":"getBusinessCards(int, int, boolean, boolean, JSONObject)","u":"getBusinessCards(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"getBusinessCards(int, int, boolean, boolean, JSONObject)","u":"getBusinessCards(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"getBusinessCardsAsync(int, int, boolean, boolean, JSONObject)","u":"getBusinessCardsAsync(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"getBusinessCardsAsync(int, int, boolean, boolean, JSONObject)","u":"getBusinessCardsAsync(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"getCheck(String)","u":"getCheck(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"getCheck(String)","u":"getCheck(java.lang.String)"},{"p":"veryfi","c":"Client","l":"getCheckAsync(String)","u":"getCheckAsync(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"getCheckAsync(String)","u":"getCheckAsync(java.lang.String)"},{"p":"veryfi","c":"Client","l":"getChecks(int, int, boolean, boolean, JSONObject)","u":"getChecks(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"getChecks(int, int, boolean, boolean, JSONObject)","u":"getChecks(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"getChecksAsync(int, int, boolean, boolean, JSONObject)","u":"getChecksAsync(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"getChecksAsync(int, int, boolean, boolean, JSONObject)","u":"getChecksAsync(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"getContract(String)","u":"getContract(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"getContract(String)","u":"getContract(java.lang.String)"},{"p":"veryfi","c":"Client","l":"getContractAsync(String)","u":"getContractAsync(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"getContractAsync(String)","u":"getContractAsync(java.lang.String)"},{"p":"veryfi","c":"Client","l":"getContracts(int, int, JSONObject)","u":"getContracts(int,int,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"getContracts(int, int, JSONObject)","u":"getContracts(int,int,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"getContractsAsync(int, int, JSONObject)","u":"getContractsAsync(int,int,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"getContractsAsync(int, int, JSONObject)","u":"getContractsAsync(int,int,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"getDocument(String)","u":"getDocument(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"getDocument(String)","u":"getDocument(java.lang.String)"},{"p":"veryfi","c":"Client","l":"getDocumentAsync(String)","u":"getDocumentAsync(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"getDocumentAsync(String)","u":"getDocumentAsync(java.lang.String)"},{"p":"veryfi","c":"Client","l":"getDocuments(int, int, boolean, boolean, JSONObject)","u":"getDocuments(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"getDocuments(int, int, boolean, boolean, JSONObject)","u":"getDocuments(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"getDocumentsAsync(int, int, boolean, boolean, JSONObject)","u":"getDocumentsAsync(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"getDocumentsAsync(int, int, boolean, boolean, JSONObject)","u":"getDocumentsAsync(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"getLineItem(String, String)","u":"getLineItem(java.lang.String,java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"getLineItem(String, String)","u":"getLineItem(java.lang.String,java.lang.String)"},{"p":"veryfi","c":"Client","l":"getLineItemAsync(String, String)","u":"getLineItemAsync(java.lang.String,java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"getLineItemAsync(String, String)","u":"getLineItemAsync(java.lang.String,java.lang.String)"},{"p":"veryfi","c":"Client","l":"getLineItems(String)","u":"getLineItems(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"getLineItems(String)","u":"getLineItems(java.lang.String)"},{"p":"veryfi","c":"Client","l":"getLineItemsAsync(String)","u":"getLineItemsAsync(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"getLineItemsAsync(String)","u":"getLineItemsAsync(java.lang.String)"},{"p":"veryfi","c":"Client","l":"getW2(String)","u":"getW2(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"getW2(String)","u":"getW2(java.lang.String)"},{"p":"veryfi","c":"Client","l":"getW2Async(String)","u":"getW2Async(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"getW2Async(String)","u":"getW2Async(java.lang.String)"},{"p":"veryfi","c":"Client","l":"getW2s(int, int, boolean, boolean, JSONObject)","u":"getW2s(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"getW2s(int, int, boolean, boolean, JSONObject)","u":"getW2s(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"getW2sAsync(int, int, boolean, boolean, JSONObject)","u":"getW2sAsync(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"getW2sAsync(int, int, boolean, boolean, JSONObject)","u":"getW2sAsync(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"getW8BenE(String)","u":"getW8BenE(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"getW8BenE(String)","u":"getW8BenE(java.lang.String)"},{"p":"veryfi","c":"Client","l":"getW8BenEAsync(String)","u":"getW8BenEAsync(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"getW8BenEAsync(String)","u":"getW8BenEAsync(java.lang.String)"},{"p":"veryfi","c":"Client","l":"getW8BenEs(int, int, boolean, boolean, JSONObject)","u":"getW8BenEs(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"getW8BenEs(int, int, boolean, boolean, JSONObject)","u":"getW8BenEs(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"getW8BenEsAsync(int, int, boolean, boolean, JSONObject)","u":"getW8BenEsAsync(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"getW8BenEsAsync(int, int, boolean, boolean, JSONObject)","u":"getW8BenEsAsync(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"getW9(String)","u":"getW9(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"getW9(String)","u":"getW9(java.lang.String)"},{"p":"veryfi","c":"Client","l":"getW9Async(String)","u":"getW9Async(java.lang.String)"},{"p":"veryfi.services","c":"ClientImpl","l":"getW9Async(String)","u":"getW9Async(java.lang.String)"},{"p":"veryfi","c":"Client","l":"getW9s(int, int, boolean, boolean, JSONObject)","u":"getW9s(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"getW9s(int, int, boolean, boolean, JSONObject)","u":"getW9s(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"getW9sAsync(int, int, boolean, boolean, JSONObject)","u":"getW9sAsync(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"getW9sAsync(int, int, boolean, boolean, JSONObject)","u":"getW9sAsync(int,int,boolean,boolean,org.json.JSONObject)"},{"p":"veryfi.models","c":"SharedLineItem","l":"hsn"},{"p":"veryfi","c":"Constants","l":"LIST_CATEGORIES"},{"p":"veryfi","c":"NetworkClient","l":"logger"},{"p":"veryfi","c":"Constants","l":"MAX_PAGES_TO_PROCESS"},{"p":"veryfi","c":"NetworkClient","l":"NetworkClient(Credentials, int)","u":"%3Cinit%3E(veryfi.Credentials,int)"},{"p":"veryfi","c":"NetworkClient","l":"NetworkClient(Credentials, int, HttpClient)","u":"%3Cinit%3E(veryfi.Credentials,int,java.net.http.HttpClient)"},{"p":"veryfi.models","c":"NotValidModelException","l":"NotValidModelException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"veryfi.models","c":"AddLineItem","l":"order"},{"p":"veryfi.models","c":"UpdateLineItem","l":"order"},{"p":"veryfi.enums","c":"Endpoint","l":"path"},{"p":"veryfi.enums","c":"HttpMethod","l":"POST"},{"p":"veryfi.models","c":"SharedLineItem","l":"price"},{"p":"veryfi","c":"Client","l":"processAnyDocument(String, String, JSONObject)","u":"processAnyDocument(java.lang.String,java.lang.String,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processAnyDocument(String, String, JSONObject)","u":"processAnyDocument(java.lang.String,java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processAnyDocumentAsync(String, String, JSONObject)","u":"processAnyDocumentAsync(java.lang.String,java.lang.String,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processAnyDocumentAsync(String, String, JSONObject)","u":"processAnyDocumentAsync(java.lang.String,java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processAnyDocumentUrl(String, List, String, JSONObject)","u":"processAnyDocumentUrl(java.lang.String,java.util.List,java.lang.String,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processAnyDocumentUrl(String, List, String, JSONObject)","u":"processAnyDocumentUrl(java.lang.String,java.util.List,java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processAnyDocumentUrlAsync(String, List, String, JSONObject)","u":"processAnyDocumentUrlAsync(java.lang.String,java.util.List,java.lang.String,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processAnyDocumentUrlAsync(String, List, String, JSONObject)","u":"processAnyDocumentUrlAsync(java.lang.String,java.util.List,java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processBankStatement(String, JSONObject)","u":"processBankStatement(java.lang.String,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processBankStatement(String, JSONObject)","u":"processBankStatement(java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processBankStatementAsync(String, JSONObject)","u":"processBankStatementAsync(java.lang.String,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processBankStatementAsync(String, JSONObject)","u":"processBankStatementAsync(java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processBankStatementUrl(String, List, JSONObject)","u":"processBankStatementUrl(java.lang.String,java.util.List,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processBankStatementUrl(String, List, JSONObject)","u":"processBankStatementUrl(java.lang.String,java.util.List,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processBankStatementUrlAsync(String, List, JSONObject)","u":"processBankStatementUrlAsync(java.lang.String,java.util.List,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processBankStatementUrlAsync(String, List, JSONObject)","u":"processBankStatementUrlAsync(java.lang.String,java.util.List,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processBusinessCard(String, JSONObject)","u":"processBusinessCard(java.lang.String,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processBusinessCard(String, JSONObject)","u":"processBusinessCard(java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processBusinessCardAsync(String, JSONObject)","u":"processBusinessCardAsync(java.lang.String,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processBusinessCardAsync(String, JSONObject)","u":"processBusinessCardAsync(java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processBusinessCardUrl(String, List, JSONObject)","u":"processBusinessCardUrl(java.lang.String,java.util.List,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processBusinessCardUrl(String, List, JSONObject)","u":"processBusinessCardUrl(java.lang.String,java.util.List,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processBusinessCardUrlAsync(String, List, JSONObject)","u":"processBusinessCardUrlAsync(java.lang.String,java.util.List,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processBusinessCardUrlAsync(String, List, JSONObject)","u":"processBusinessCardUrlAsync(java.lang.String,java.util.List,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processCheck(String, JSONObject)","u":"processCheck(java.lang.String,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processCheck(String, JSONObject)","u":"processCheck(java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processCheckAsync(String, JSONObject)","u":"processCheckAsync(java.lang.String,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processCheckAsync(String, JSONObject)","u":"processCheckAsync(java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processCheckUrl(String, List, JSONObject)","u":"processCheckUrl(java.lang.String,java.util.List,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processCheckUrl(String, List, JSONObject)","u":"processCheckUrl(java.lang.String,java.util.List,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processCheckUrlAsync(String, List, JSONObject)","u":"processCheckUrlAsync(java.lang.String,java.util.List,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processCheckUrlAsync(String, List, JSONObject)","u":"processCheckUrlAsync(java.lang.String,java.util.List,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processContract(String, JSONObject)","u":"processContract(java.lang.String,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processContract(String, JSONObject)","u":"processContract(java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processContractAsync(String, JSONObject)","u":"processContractAsync(java.lang.String,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processContractAsync(String, JSONObject)","u":"processContractAsync(java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processContractUrl(String, JSONObject)","u":"processContractUrl(java.lang.String,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processContractUrl(String, JSONObject)","u":"processContractUrl(java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processContractUrlAsync(String, JSONObject)","u":"processContractUrlAsync(java.lang.String,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processContractUrlAsync(String, JSONObject)","u":"processContractUrlAsync(java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processDocument(String, List, boolean, JSONObject)","u":"processDocument(java.lang.String,java.util.List,boolean,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processDocument(String, List, boolean, JSONObject)","u":"processDocument(java.lang.String,java.util.List,boolean,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processDocumentAsync(String, List, boolean, JSONObject)","u":"processDocumentAsync(java.lang.String,java.util.List,boolean,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processDocumentAsync(String, List, boolean, JSONObject)","u":"processDocumentAsync(java.lang.String,java.util.List,boolean,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processDocumentUrl(String, List, List, boolean, int, boolean, String, JSONObject)","u":"processDocumentUrl(java.lang.String,java.util.List,java.util.List,boolean,int,boolean,java.lang.String,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processDocumentUrl(String, List, List, boolean, int, boolean, String, JSONObject)","u":"processDocumentUrl(java.lang.String,java.util.List,java.util.List,boolean,int,boolean,java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processDocumentUrlAsync(String, List, List, boolean, int, boolean, String, JSONObject)","u":"processDocumentUrlAsync(java.lang.String,java.util.List,java.util.List,boolean,int,boolean,java.lang.String,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processDocumentUrlAsync(String, List, List, boolean, int, boolean, String, JSONObject)","u":"processDocumentUrlAsync(java.lang.String,java.util.List,java.util.List,boolean,int,boolean,java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processW2(String, JSONObject)","u":"processW2(java.lang.String,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processW2(String, JSONObject)","u":"processW2(java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processW2Async(String, JSONObject)","u":"processW2Async(java.lang.String,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processW2Async(String, JSONObject)","u":"processW2Async(java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processW2Url(String, List, JSONObject)","u":"processW2Url(java.lang.String,java.util.List,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processW2Url(String, List, JSONObject)","u":"processW2Url(java.lang.String,java.util.List,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processW2UrlAsync(String, List, JSONObject)","u":"processW2UrlAsync(java.lang.String,java.util.List,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processW2UrlAsync(String, List, JSONObject)","u":"processW2UrlAsync(java.lang.String,java.util.List,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processW8BenE(String, JSONObject)","u":"processW8BenE(java.lang.String,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processW8BenE(String, JSONObject)","u":"processW8BenE(java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processW8BenEAsync(String, JSONObject)","u":"processW8BenEAsync(java.lang.String,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processW8BenEAsync(String, JSONObject)","u":"processW8BenEAsync(java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processW8BenEUrl(String, List, JSONObject)","u":"processW8BenEUrl(java.lang.String,java.util.List,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processW8BenEUrl(String, List, JSONObject)","u":"processW8BenEUrl(java.lang.String,java.util.List,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processW8BenEUrlAsync(String, List, JSONObject)","u":"processW8BenEUrlAsync(java.lang.String,java.util.List,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processW8BenEUrlAsync(String, List, JSONObject)","u":"processW8BenEUrlAsync(java.lang.String,java.util.List,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processW9(String, JSONObject)","u":"processW9(java.lang.String,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processW9(String, JSONObject)","u":"processW9(java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processW9Async(String, JSONObject)","u":"processW9Async(java.lang.String,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processW9Async(String, JSONObject)","u":"processW9Async(java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processW9Url(String, List, JSONObject)","u":"processW9Url(java.lang.String,java.util.List,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processW9Url(String, List, JSONObject)","u":"processW9Url(java.lang.String,java.util.List,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"processW9UrlAsync(String, List, JSONObject)","u":"processW9UrlAsync(java.lang.String,java.util.List,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"processW9UrlAsync(String, List, JSONObject)","u":"processW9UrlAsync(java.lang.String,java.util.List,org.json.JSONObject)"},{"p":"veryfi.enums","c":"HttpMethod","l":"PUT"},{"p":"veryfi.models","c":"SharedLineItem","l":"quantity"},{"p":"veryfi","c":"Client","l":"replaceTags(String, List)","u":"replaceTags(java.lang.String,java.util.List)"},{"p":"veryfi.services","c":"ClientImpl","l":"replaceTags(String, List)","u":"replaceTags(java.lang.String,java.util.List)"},{"p":"veryfi","c":"Client","l":"replaceTagsAsync(String, List)","u":"replaceTagsAsync(java.lang.String,java.util.List)"},{"p":"veryfi.services","c":"ClientImpl","l":"replaceTagsAsync(String, List)","u":"replaceTagsAsync(java.lang.String,java.util.List)"},{"p":"veryfi","c":"NetworkClient","l":"request(HttpMethod, String, JSONObject)","u":"request(veryfi.enums.HttpMethod,java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"NetworkClient","l":"requestAsync(HttpMethod, String, JSONObject)","u":"requestAsync(veryfi.enums.HttpMethod,java.lang.String,org.json.JSONObject)"},{"p":"veryfi.models","c":"SharedLineItem","l":"section"},{"p":"veryfi","c":"NetworkClient","l":"setBaseUrl(String)","u":"setBaseUrl(java.lang.String)"},{"p":"veryfi","c":"NetworkClient","l":"setHttpClient(HttpClient)","u":"setHttpClient(java.net.http.HttpClient)"},{"p":"veryfi","c":"NetworkClient","l":"setTimeOut(int)"},{"p":"veryfi","c":"Constants","l":"SHA256"},{"p":"veryfi.models","c":"SharedLineItem","l":"SharedLineItem()","u":"%3Cinit%3E()"},{"p":"veryfi.models","c":"SharedLineItem","l":"sku"},{"p":"veryfi.models","c":"SharedLineItem","l":"startDate"},{"p":"veryfi.models","c":"SharedLineItem","l":"tax"},{"p":"veryfi.models","c":"SharedLineItem","l":"taxRate"},{"p":"veryfi","c":"Constants","l":"TIMESTAMP"},{"p":"veryfi.models","c":"AddLineItem","l":"toJsonObject()"},{"p":"veryfi.models","c":"UpdateLineItem","l":"toJsonObject()"},{"p":"veryfi.models","c":"AddLineItem","l":"total"},{"p":"veryfi.models","c":"UpdateLineItem","l":"total"},{"p":"veryfi.models","c":"SharedLineItem","l":"unitOfMeasure"},{"p":"veryfi.models","c":"SharedLineItem","l":"upc"},{"p":"veryfi","c":"Client","l":"updateDocument(String, JSONObject)","u":"updateDocument(java.lang.String,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"updateDocument(String, JSONObject)","u":"updateDocument(java.lang.String,org.json.JSONObject)"},{"p":"veryfi","c":"Client","l":"updateDocumentAsync(String, JSONObject)","u":"updateDocumentAsync(java.lang.String,org.json.JSONObject)"},{"p":"veryfi.services","c":"ClientImpl","l":"updateDocumentAsync(String, JSONObject)","u":"updateDocumentAsync(java.lang.String,org.json.JSONObject)"},{"p":"veryfi.models","c":"UpdateLineItem","l":"UpdateLineItem()","u":"%3Cinit%3E()"},{"p":"veryfi","c":"Client","l":"updateLineItem(String, String, UpdateLineItem)","u":"updateLineItem(java.lang.String,java.lang.String,veryfi.models.UpdateLineItem)"},{"p":"veryfi.services","c":"ClientImpl","l":"updateLineItem(String, String, UpdateLineItem)","u":"updateLineItem(java.lang.String,java.lang.String,veryfi.models.UpdateLineItem)"},{"p":"veryfi","c":"Client","l":"updateLineItemAsync(String, String, UpdateLineItem)","u":"updateLineItemAsync(java.lang.String,java.lang.String,veryfi.models.UpdateLineItem)"},{"p":"veryfi.services","c":"ClientImpl","l":"updateLineItemAsync(String, String, UpdateLineItem)","u":"updateLineItemAsync(java.lang.String,java.lang.String,veryfi.models.UpdateLineItem)"},{"p":"veryfi","c":"Constants","l":"USER_AGENT"},{"p":"veryfi","c":"Constants","l":"USER_AGENT_JAVA"},{"p":"veryfi","c":"Credentials","l":"username"},{"p":"veryfi.enums","c":"Endpoint","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"veryfi.enums","c":"HttpMethod","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"veryfi.enums","c":"Endpoint","l":"values()"},{"p":"veryfi.enums","c":"HttpMethod","l":"values()"},{"p":"veryfi.enums","c":"Endpoint","l":"w2s"},{"p":"veryfi.enums","c":"Endpoint","l":"w8BenE"},{"p":"veryfi.enums","c":"Endpoint","l":"w9s"},{"p":"veryfi.models","c":"SharedLineItem","l":"weight"},{"p":"veryfi","c":"Constants","l":"X_VERYFI_REQUEST_SIGNATURE"},{"p":"veryfi","c":"Constants","l":"X_VERYFI_REQUEST_TIMESTAMP"}];updateSearchResults(); \ No newline at end of file diff --git a/docs/overview-summary.html b/docs/overview-summary.html index 5f90840..90a0bb6 100644 --- a/docs/overview-summary.html +++ b/docs/overview-summary.html @@ -1,11 +1,11 @@ - -Generated Documentation (Untitled) + +veryfi-java 2.0.0 API - - + + diff --git a/docs/overview-tree.html b/docs/overview-tree.html index 1938ac1..686efb8 100644 --- a/docs/overview-tree.html +++ b/docs/overview-tree.html @@ -1,18 +1,18 @@ - -Class Hierarchy + +Class Hierarchy (veryfi-java 2.0.0 API) - - + + - + @@ -31,8 +31,9 @@
  • Overview
  • Package
  • Class
  • +
  • Use
  • -
  • Index
  • +
  • Index
  • Help
  • @@ -52,7 +53,9 @@

    Hierarchy For All Packages

    Package Hierarchies:
    @@ -60,9 +63,10 @@

    Class Hierarchy

    +
    +
    + +
    diff --git a/docs/package-search-index.js b/docs/package-search-index.js index 90c21f2..e3c64cf 100644 --- a/docs/package-search-index.js +++ b/docs/package-search-index.js @@ -1 +1 @@ -packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"},{"l":"veryfi"},{"l":"veryfi.models"}];updateSearchResults(); \ No newline at end of file +packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"},{"l":"veryfi"},{"l":"veryfi.enums"},{"l":"veryfi.models"},{"l":"veryfi.services"}];updateSearchResults(); \ No newline at end of file diff --git a/docs/package-summary.html b/docs/package-summary.html deleted file mode 100644 index fda2219..0000000 --- a/docs/package-summary.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - -Unnamed Package - - - - - - - - - - - - - - - -
    - -
    -
    -
    -

    Unnamed Package

    -
    -
    -
    -
      -
    • -
      -
      Classes
      -
      -
      Class
      -
      Description
      - -
       
      -
      -
      -
    • -
    -
    -
    -
    -
    - - diff --git a/docs/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png b/docs/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png deleted file mode 100644 index 34abd18..0000000 Binary files a/docs/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png and /dev/null differ diff --git a/docs/script-dir/images/ui-bg_glass_65_dadada_1x400.png b/docs/script-dir/images/ui-bg_glass_65_dadada_1x400.png deleted file mode 100644 index f058a93..0000000 Binary files a/docs/script-dir/images/ui-bg_glass_65_dadada_1x400.png and /dev/null differ diff --git a/docs/script-dir/images/ui-bg_glass_75_dadada_1x400.png b/docs/script-dir/images/ui-bg_glass_75_dadada_1x400.png deleted file mode 100644 index 2ce04c1..0000000 Binary files a/docs/script-dir/images/ui-bg_glass_75_dadada_1x400.png and /dev/null differ diff --git a/docs/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png b/docs/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png deleted file mode 100644 index a90afb8..0000000 Binary files a/docs/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png and /dev/null differ diff --git a/docs/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png b/docs/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png deleted file mode 100644 index dbe091f..0000000 Binary files a/docs/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png and /dev/null differ diff --git a/docs/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/docs/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png deleted file mode 100644 index 5dc3593..0000000 Binary files a/docs/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png and /dev/null differ diff --git a/docs/script-dir/images/ui-icons_222222_256x240.png b/docs/script-dir/images/ui-icons_222222_256x240.png deleted file mode 100644 index e723e17..0000000 Binary files a/docs/script-dir/images/ui-icons_222222_256x240.png and /dev/null differ diff --git a/docs/script-dir/images/ui-icons_2e83ff_256x240.png b/docs/script-dir/images/ui-icons_2e83ff_256x240.png deleted file mode 100644 index 1f5f497..0000000 Binary files a/docs/script-dir/images/ui-icons_2e83ff_256x240.png and /dev/null differ diff --git a/docs/script-dir/images/ui-icons_454545_256x240.png b/docs/script-dir/images/ui-icons_454545_256x240.png deleted file mode 100644 index 618f5b0..0000000 Binary files a/docs/script-dir/images/ui-icons_454545_256x240.png and /dev/null differ diff --git a/docs/script-dir/images/ui-icons_888888_256x240.png b/docs/script-dir/images/ui-icons_888888_256x240.png deleted file mode 100644 index ee5e33f..0000000 Binary files a/docs/script-dir/images/ui-icons_888888_256x240.png and /dev/null differ diff --git a/docs/script-dir/images/ui-icons_cd0a0a_256x240.png b/docs/script-dir/images/ui-icons_cd0a0a_256x240.png deleted file mode 100644 index 7e8ebc1..0000000 Binary files a/docs/script-dir/images/ui-icons_cd0a0a_256x240.png and /dev/null differ diff --git a/docs/script-dir/jquery-3.5.1.min.js b/docs/script-dir/jquery-3.5.1.min.js deleted file mode 100644 index b061403..0000000 --- a/docs/script-dir/jquery-3.5.1.min.js +++ /dev/null @@ -1,2 +0,0 @@ -/*! jQuery v3.5.1 | (c) JS Foundation and other contributors | jquery.org/license */ -!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.5.1",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function D(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||j,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,j=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",y.option=!!ce.lastChild;var ge={thead:[1,"","
    "],col:[2,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function qe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function Le(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function He(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Oe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="
    ",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):("number"==typeof f.top&&(f.top+="px"),"number"==typeof f.left&&(f.left+="px"),c.css(f))}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=$e(y.pixelPosition,function(e,t){if(t)return t=Be(e,n),Me.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&v(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!y||!y.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ve(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ye(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ve(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],y=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||y.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||y.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||y.push(".#.+[+~]"),e.querySelectorAll("\\\f"),y.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),y=y.length&&new RegExp(y.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),v=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&v(p,e)?-1:t==C||t.ownerDocument==p&&v(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!y||!y.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,D=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),v.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",v.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",v.option=!!ce.lastChild;var ge={thead:[1,"","
    "],col:[2,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],_default:[0,"",""]};function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),v.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="
    ",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(v.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return B(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=_e(v.pixelPosition,function(e,t){if(t)return t=Be(e,n),Pe.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return B(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0a;a++)for(s in o[a])n=o[a][s],o[a].hasOwnProperty(s)&&void 0!==n&&(e[s]=t.isPlainObject(n)?t.isPlainObject(e[s])?t.widget.extend({},e[s],n):t.widget.extend({},n):n);return e},t.widget.bridge=function(e,s){var n=s.prototype.widgetFullName||e;t.fn[e]=function(o){var a="string"==typeof o,r=i.call(arguments,1),l=this;return a?this.length||"instance"!==o?this.each(function(){var i,s=t.data(this,n);return"instance"===o?(l=s,!1):s?t.isFunction(s[o])&&"_"!==o.charAt(0)?(i=s[o].apply(s,r),i!==s&&void 0!==i?(l=i&&i.jquery?l.pushStack(i.get()):i,!1):void 0):t.error("no such method '"+o+"' for "+e+" widget instance"):t.error("cannot call methods on "+e+" prior to initialization; "+"attempted to call method '"+o+"'")}):l=void 0:(r.length&&(o=t.widget.extend.apply(null,[o].concat(r))),this.each(function(){var e=t.data(this,n);e?(e.option(o||{}),e._init&&e._init()):t.data(this,n,new s(o,this))})),l}},t.Widget=function(){},t.Widget._childConstructors=[],t.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"
    ",options:{classes:{},disabled:!1,create:null},_createWidget:function(i,s){s=t(s||this.defaultElement||this)[0],this.element=t(s),this.uuid=e++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=t(),this.hoverable=t(),this.focusable=t(),this.classesElementLookup={},s!==this&&(t.data(s,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===s&&this.destroy()}}),this.document=t(s.style?s.ownerDocument:s.document||s),this.window=t(this.document[0].defaultView||this.document[0].parentWindow)),this.options=t.widget.extend({},this.options,this._getCreateOptions(),i),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:t.noop,_create:t.noop,_init:t.noop,destroy:function(){var e=this;this._destroy(),t.each(this.classesElementLookup,function(t,i){e._removeClass(i,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:t.noop,widget:function(){return this.element},option:function(e,i){var s,n,o,a=e;if(0===arguments.length)return t.widget.extend({},this.options);if("string"==typeof e)if(a={},s=e.split("."),e=s.shift(),s.length){for(n=a[e]=t.widget.extend({},this.options[e]),o=0;s.length-1>o;o++)n[s[o]]=n[s[o]]||{},n=n[s[o]];if(e=s.pop(),1===arguments.length)return void 0===n[e]?null:n[e];n[e]=i}else{if(1===arguments.length)return void 0===this.options[e]?null:this.options[e];a[e]=i}return this._setOptions(a),this},_setOptions:function(t){var e;for(e in t)this._setOption(e,t[e]);return this},_setOption:function(t,e){return"classes"===t&&this._setOptionClasses(e),this.options[t]=e,"disabled"===t&&this._setOptionDisabled(e),this},_setOptionClasses:function(e){var i,s,n;for(i in e)n=this.classesElementLookup[i],e[i]!==this.options.classes[i]&&n&&n.length&&(s=t(n.get()),this._removeClass(n,i),s.addClass(this._classes({element:s,keys:i,classes:e,add:!0})))},_setOptionDisabled:function(t){this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!!t),t&&(this._removeClass(this.hoverable,null,"ui-state-hover"),this._removeClass(this.focusable,null,"ui-state-focus"))},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_classes:function(e){function i(i,o){var a,r;for(r=0;i.length>r;r++)a=n.classesElementLookup[i[r]]||t(),a=e.add?t(t.unique(a.get().concat(e.element.get()))):t(a.not(e.element).get()),n.classesElementLookup[i[r]]=a,s.push(i[r]),o&&e.classes[i[r]]&&s.push(e.classes[i[r]])}var s=[],n=this;return e=t.extend({element:this.element,classes:this.options.classes||{}},e),this._on(e.element,{remove:"_untrackClassesElement"}),e.keys&&i(e.keys.match(/\S+/g)||[],!0),e.extra&&i(e.extra.match(/\S+/g)||[]),s.join(" ")},_untrackClassesElement:function(e){var i=this;t.each(i.classesElementLookup,function(s,n){-1!==t.inArray(e.target,n)&&(i.classesElementLookup[s]=t(n.not(e.target).get()))})},_removeClass:function(t,e,i){return this._toggleClass(t,e,i,!1)},_addClass:function(t,e,i){return this._toggleClass(t,e,i,!0)},_toggleClass:function(t,e,i,s){s="boolean"==typeof s?s:i;var n="string"==typeof t||null===t,o={extra:n?e:i,keys:n?t:e,element:n?this.element:t,add:s};return o.element.toggleClass(this._classes(o),s),this},_on:function(e,i,s){var n,o=this;"boolean"!=typeof e&&(s=i,i=e,e=!1),s?(i=n=t(i),this.bindings=this.bindings.add(i)):(s=i,i=this.element,n=this.widget()),t.each(s,function(s,a){function r(){return e||o.options.disabled!==!0&&!t(this).hasClass("ui-state-disabled")?("string"==typeof a?o[a]:a).apply(o,arguments):void 0}"string"!=typeof a&&(r.guid=a.guid=a.guid||r.guid||t.guid++);var l=s.match(/^([\w:-]*)\s*(.*)$/),h=l[1]+o.eventNamespace,c=l[2];c?n.on(h,c,r):i.on(h,r)})},_off:function(e,i){i=(i||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,e.off(i).off(i),this.bindings=t(this.bindings.not(e).get()),this.focusable=t(this.focusable.not(e).get()),this.hoverable=t(this.hoverable.not(e).get())},_delay:function(t,e){function i(){return("string"==typeof t?s[t]:t).apply(s,arguments)}var s=this;return setTimeout(i,e||0)},_hoverable:function(e){this.hoverable=this.hoverable.add(e),this._on(e,{mouseenter:function(e){this._addClass(t(e.currentTarget),null,"ui-state-hover")},mouseleave:function(e){this._removeClass(t(e.currentTarget),null,"ui-state-hover")}})},_focusable:function(e){this.focusable=this.focusable.add(e),this._on(e,{focusin:function(e){this._addClass(t(e.currentTarget),null,"ui-state-focus")},focusout:function(e){this._removeClass(t(e.currentTarget),null,"ui-state-focus")}})},_trigger:function(e,i,s){var n,o,a=this.options[e];if(s=s||{},i=t.Event(i),i.type=(e===this.widgetEventPrefix?e:this.widgetEventPrefix+e).toLowerCase(),i.target=this.element[0],o=i.originalEvent)for(n in o)n in i||(i[n]=o[n]);return this.element.trigger(i,s),!(t.isFunction(a)&&a.apply(this.element[0],[i].concat(s))===!1||i.isDefaultPrevented())}},t.each({show:"fadeIn",hide:"fadeOut"},function(e,i){t.Widget.prototype["_"+e]=function(s,n,o){"string"==typeof n&&(n={effect:n});var a,r=n?n===!0||"number"==typeof n?i:n.effect||i:e;n=n||{},"number"==typeof n&&(n={duration:n}),a=!t.isEmptyObject(n),n.complete=o,n.delay&&s.delay(n.delay),a&&t.effects&&t.effects.effect[r]?s[e](n):r!==e&&s[r]?s[r](n.duration,n.easing,o):s.queue(function(i){t(this)[e](),o&&o.call(s[0]),i()})}}),t.widget,function(){function e(t,e,i){return[parseFloat(t[0])*(u.test(t[0])?e/100:1),parseFloat(t[1])*(u.test(t[1])?i/100:1)]}function i(e,i){return parseInt(t.css(e,i),10)||0}function s(e){var i=e[0];return 9===i.nodeType?{width:e.width(),height:e.height(),offset:{top:0,left:0}}:t.isWindow(i)?{width:e.width(),height:e.height(),offset:{top:e.scrollTop(),left:e.scrollLeft()}}:i.preventDefault?{width:0,height:0,offset:{top:i.pageY,left:i.pageX}}:{width:e.outerWidth(),height:e.outerHeight(),offset:e.offset()}}var n,o=Math.max,a=Math.abs,r=/left|center|right/,l=/top|center|bottom/,h=/[\+\-]\d+(\.[\d]+)?%?/,c=/^\w+/,u=/%$/,d=t.fn.position;t.position={scrollbarWidth:function(){if(void 0!==n)return n;var e,i,s=t("
    "),o=s.children()[0];return t("body").append(s),e=o.offsetWidth,s.css("overflow","scroll"),i=o.offsetWidth,e===i&&(i=s[0].clientWidth),s.remove(),n=e-i},getScrollInfo:function(e){var i=e.isWindow||e.isDocument?"":e.element.css("overflow-x"),s=e.isWindow||e.isDocument?"":e.element.css("overflow-y"),n="scroll"===i||"auto"===i&&e.widthi?"left":e>0?"right":"center",vertical:0>r?"top":s>0?"bottom":"middle"};h>p&&p>a(e+i)&&(u.horizontal="center"),c>f&&f>a(s+r)&&(u.vertical="middle"),u.important=o(a(e),a(i))>o(a(s),a(r))?"horizontal":"vertical",n.using.call(this,t,u)}),l.offset(t.extend(D,{using:r}))})},t.ui.position={fit:{left:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollLeft:s.offset.left,a=s.width,r=t.left-e.collisionPosition.marginLeft,l=n-r,h=r+e.collisionWidth-a-n;e.collisionWidth>a?l>0&&0>=h?(i=t.left+l+e.collisionWidth-a-n,t.left+=l-i):t.left=h>0&&0>=l?n:l>h?n+a-e.collisionWidth:n:l>0?t.left+=l:h>0?t.left-=h:t.left=o(t.left-r,t.left)},top:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollTop:s.offset.top,a=e.within.height,r=t.top-e.collisionPosition.marginTop,l=n-r,h=r+e.collisionHeight-a-n;e.collisionHeight>a?l>0&&0>=h?(i=t.top+l+e.collisionHeight-a-n,t.top+=l-i):t.top=h>0&&0>=l?n:l>h?n+a-e.collisionHeight:n:l>0?t.top+=l:h>0?t.top-=h:t.top=o(t.top-r,t.top)}},flip:{left:function(t,e){var i,s,n=e.within,o=n.offset.left+n.scrollLeft,r=n.width,l=n.isWindow?n.scrollLeft:n.offset.left,h=t.left-e.collisionPosition.marginLeft,c=h-l,u=h+e.collisionWidth-r-l,d="left"===e.my[0]?-e.elemWidth:"right"===e.my[0]?e.elemWidth:0,p="left"===e.at[0]?e.targetWidth:"right"===e.at[0]?-e.targetWidth:0,f=-2*e.offset[0];0>c?(i=t.left+d+p+f+e.collisionWidth-r-o,(0>i||a(c)>i)&&(t.left+=d+p+f)):u>0&&(s=t.left-e.collisionPosition.marginLeft+d+p+f-l,(s>0||u>a(s))&&(t.left+=d+p+f))},top:function(t,e){var i,s,n=e.within,o=n.offset.top+n.scrollTop,r=n.height,l=n.isWindow?n.scrollTop:n.offset.top,h=t.top-e.collisionPosition.marginTop,c=h-l,u=h+e.collisionHeight-r-l,d="top"===e.my[1],p=d?-e.elemHeight:"bottom"===e.my[1]?e.elemHeight:0,f="top"===e.at[1]?e.targetHeight:"bottom"===e.at[1]?-e.targetHeight:0,g=-2*e.offset[1];0>c?(s=t.top+p+f+g+e.collisionHeight-r-o,(0>s||a(c)>s)&&(t.top+=p+f+g)):u>0&&(i=t.top-e.collisionPosition.marginTop+p+f+g-l,(i>0||u>a(i))&&(t.top+=p+f+g))}},flipfit:{left:function(){t.ui.position.flip.left.apply(this,arguments),t.ui.position.fit.left.apply(this,arguments)},top:function(){t.ui.position.flip.top.apply(this,arguments),t.ui.position.fit.top.apply(this,arguments)}}}}(),t.ui.position,t.ui.keyCode={BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38},t.fn.extend({uniqueId:function(){var t=0;return function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++t)})}}(),removeUniqueId:function(){return this.each(function(){/^ui-id-\d+$/.test(this.id)&&t(this).removeAttr("id")})}}),t.ui.safeActiveElement=function(t){var e;try{e=t.activeElement}catch(i){e=t.body}return e||(e=t.body),e.nodeName||(e=t.body),e},t.widget("ui.menu",{version:"1.12.1",defaultElement:"
      ",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault()},"click .ui-menu-item":function(e){var i=t(e.target),s=t(t.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&i.not(".ui-state-disabled").length&&(this.select(e),e.isPropagationStopped()||(this.mouseHandled=!0),i.has(".ui-menu").length?this.expand(e):!this.element.is(":focus")&&s.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":function(e){if(!this.previousFilter){var i=t(e.target).closest(".ui-menu-item"),s=t(e.currentTarget);i[0]===s[0]&&(this._removeClass(s.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(e,s))}},mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this.element.find(this.options.items).eq(0);e||this.focus(t,i)},blur:function(e){this._delay(function(){var i=!t.contains(this.element[0],t.ui.safeActiveElement(this.document[0]));i&&this.collapseAll(e)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t),this.mouseHandled=!1}})},_destroy:function(){var e=this.element.find(".ui-menu-item").removeAttr("role aria-disabled"),i=e.children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),i.children().each(function(){var e=t(this);e.data("ui-menu-submenu-caret")&&e.remove()})},_keydown:function(e){var i,s,n,o,a=!0;switch(e.keyCode){case t.ui.keyCode.PAGE_UP:this.previousPage(e);break;case t.ui.keyCode.PAGE_DOWN:this.nextPage(e);break;case t.ui.keyCode.HOME:this._move("first","first",e);break;case t.ui.keyCode.END:this._move("last","last",e);break;case t.ui.keyCode.UP:this.previous(e);break;case t.ui.keyCode.DOWN:this.next(e);break;case t.ui.keyCode.LEFT:this.collapse(e);break;case t.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(e);break;case t.ui.keyCode.ENTER:case t.ui.keyCode.SPACE:this._activate(e);break;case t.ui.keyCode.ESCAPE:this.collapse(e);break;default:a=!1,s=this.previousFilter||"",o=!1,n=e.keyCode>=96&&105>=e.keyCode?""+(e.keyCode-96):String.fromCharCode(e.keyCode),clearTimeout(this.filterTimer),n===s?o=!0:n=s+n,i=this._filterMenuItems(n),i=o&&-1!==i.index(this.active.next())?this.active.nextAll(".ui-menu-item"):i,i.length||(n=String.fromCharCode(e.keyCode),i=this._filterMenuItems(n)),i.length?(this.focus(e,i),this.previousFilter=n,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}a&&e.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var e,i,s,n,o,a=this,r=this.options.icons.submenu,l=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),s=l.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var e=t(this),i=e.prev(),s=t("").data("ui-menu-submenu-caret",!0);a._addClass(s,"ui-menu-icon","ui-icon "+r),i.attr("aria-haspopup","true").prepend(s),e.attr("aria-labelledby",i.attr("id"))}),this._addClass(s,"ui-menu","ui-widget ui-widget-content ui-front"),e=l.add(this.element),i=e.find(this.options.items),i.not(".ui-menu-item").each(function(){var e=t(this);a._isDivider(e)&&a._addClass(e,"ui-menu-divider","ui-widget-content")}),n=i.not(".ui-menu-item, .ui-menu-divider"),o=n.children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(n,"ui-menu-item")._addClass(o,"ui-menu-item-wrapper"),i.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!t.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){if("icons"===t){var i=this.element.find(".ui-menu-icon");this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)}this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",t+""),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i,s,n;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),s=this.active.children(".ui-menu-item-wrapper"),this._addClass(s,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",s.attr("id")),n=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(n,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),i=e.children(".ui-menu"),i.length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(e){var i,s,n,o,a,r;this._hasScroll()&&(i=parseFloat(t.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(t.css(this.activeMenu[0],"paddingTop"))||0,n=e.offset().top-this.activeMenu.offset().top-i-s,o=this.activeMenu.scrollTop(),a=this.activeMenu.height(),r=e.outerHeight(),0>n?this.activeMenu.scrollTop(o+n):n+r>a&&this.activeMenu.scrollTop(o+n-a+r))},blur:function(t,e){e||clearTimeout(this.timer),this.active&&(this._removeClass(this.active.children(".ui-menu-item-wrapper"),null,"ui-state-active"),this._trigger("blur",t,{item:this.active}),this.active=null)},_startOpening:function(t){clearTimeout(this.timer),"true"===t.attr("aria-hidden")&&(this.timer=this._delay(function(){this._close(),this._open(t)},this.delay))},_open:function(e){var i=t.extend({of:this.active},this.options.position);clearTimeout(this.timer),this.element.find(".ui-menu").not(e.parents(".ui-menu")).hide().attr("aria-hidden","true"),e.show().removeAttr("aria-hidden").attr("aria-expanded","true").position(i)},collapseAll:function(e,i){clearTimeout(this.timer),this.timer=this._delay(function(){var s=i?this.element:t(e&&e.target).closest(this.element.find(".ui-menu"));s.length||(s=this.element),this._close(s),this.blur(e),this._removeClass(s.find(".ui-state-active"),null,"ui-state-active"),this.activeMenu=s},this.delay)},_close:function(t){t||(t=this.active?this.active.parent():this.element),t.find(".ui-menu").hide().attr("aria-hidden","true").attr("aria-expanded","false")},_closeOnDocumentClick:function(e){return!t(e.target).closest(".ui-menu").length},_isDivider:function(t){return!/[^\-\u2014\u2013\s]/.test(t.text())},collapse:function(t){var e=this.active&&this.active.parent().closest(".ui-menu-item",this.element);e&&e.length&&(this._close(),this.focus(t,e))},expand:function(t){var e=this.active&&this.active.children(".ui-menu ").find(this.options.items).first();e&&e.length&&(this._open(e.parent()),this._delay(function(){this.focus(t,e)}))},next:function(t){this._move("next","first",t)},previous:function(t){this._move("prev","last",t)},isFirstItem:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},isLastItem:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},_move:function(t,e,i){var s;this.active&&(s="first"===t||"last"===t?this.active["first"===t?"prevAll":"nextAll"](".ui-menu-item").eq(-1):this.active[t+"All"](".ui-menu-item").eq(0)),s&&s.length&&this.active||(s=this.activeMenu.find(this.options.items)[e]()),this.focus(i,s)},nextPage:function(e){var i,s,n;return this.active?(this.isLastItem()||(this._hasScroll()?(s=this.active.offset().top,n=this.element.height(),this.active.nextAll(".ui-menu-item").each(function(){return i=t(this),0>i.offset().top-s-n}),this.focus(e,i)):this.focus(e,this.activeMenu.find(this.options.items)[this.active?"last":"first"]())),void 0):(this.next(e),void 0)},previousPage:function(e){var i,s,n;return this.active?(this.isFirstItem()||(this._hasScroll()?(s=this.active.offset().top,n=this.element.height(),this.active.prevAll(".ui-menu-item").each(function(){return i=t(this),i.offset().top-s+n>0}),this.focus(e,i)):this.focus(e,this.activeMenu.find(this.options.items).first())),void 0):(this.next(e),void 0)},_hasScroll:function(){return this.element.outerHeight()",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,_create:function(){var e,i,s,n=this.element[0].nodeName.toLowerCase(),o="textarea"===n,a="input"===n;this.isMultiLine=o||!a&&this._isContentEditable(this.element),this.valueMethod=this.element[o||a?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(n){if(this.element.prop("readOnly"))return e=!0,s=!0,i=!0,void 0;e=!1,s=!1,i=!1;var o=t.ui.keyCode;switch(n.keyCode){case o.PAGE_UP:e=!0,this._move("previousPage",n);break;case o.PAGE_DOWN:e=!0,this._move("nextPage",n);break;case o.UP:e=!0,this._keyEvent("previous",n);break;case o.DOWN:e=!0,this._keyEvent("next",n);break;case o.ENTER:this.menu.active&&(e=!0,n.preventDefault(),this.menu.select(n));break;case o.TAB:this.menu.active&&this.menu.select(n);break;case o.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(n),n.preventDefault());break;default:i=!0,this._searchTimeout(n)}},keypress:function(s){if(e)return e=!1,(!this.isMultiLine||this.menu.element.is(":visible"))&&s.preventDefault(),void 0;if(!i){var n=t.ui.keyCode;switch(s.keyCode){case n.PAGE_UP:this._move("previousPage",s);break;case n.PAGE_DOWN:this._move("nextPage",s);break;case n.UP:this._keyEvent("previous",s);break;case n.DOWN:this._keyEvent("next",s)}}},input:function(t){return s?(s=!1,t.preventDefault(),void 0):(this._searchTimeout(t),void 0)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){return this.cancelBlur?(delete this.cancelBlur,void 0):(clearTimeout(this.searching),this.close(t),this._change(t),void 0)}}),this._initSource(),this.menu=t("
        ").appendTo(this._appendTo()).menu({role:null}).hide().menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(e){e.preventDefault(),this.cancelBlur=!0,this._delay(function(){delete this.cancelBlur,this.element[0]!==t.ui.safeActiveElement(this.document[0])&&this.element.trigger("focus")})},menufocus:function(e,i){var s,n;return this.isNewMenu&&(this.isNewMenu=!1,e.originalEvent&&/^mouse/.test(e.originalEvent.type))?(this.menu.blur(),this.document.one("mousemove",function(){t(e.target).trigger(e.originalEvent)}),void 0):(n=i.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",e,{item:n})&&e.originalEvent&&/^key/.test(e.originalEvent.type)&&this._value(n.value),s=i.item.attr("aria-label")||n.value,s&&t.trim(s).length&&(this.liveRegion.children().hide(),t("
        ").text(s).appendTo(this.liveRegion)),void 0)},menuselect:function(e,i){var s=i.item.data("ui-autocomplete-item"),n=this.previous;this.element[0]!==t.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=n,this._delay(function(){this.previous=n,this.selectedItem=s})),!1!==this._trigger("select",e,{item:s})&&this._value(s.value),this.term=this._value(),this.close(e),this.selectedItem=s}}),this.liveRegion=t("
        ",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(e){var i=this.menu.element[0];return e.target===this.element[0]||e.target===i||t.contains(i,e.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var e=this.options.appendTo;return e&&(e=e.jquery||e.nodeType?t(e):this.document.find(e).eq(0)),e&&e[0]||(e=this.element.closest(".ui-front, dialog")),e.length||(e=this.document[0].body),e},_initSource:function(){var e,i,s=this;t.isArray(this.options.source)?(e=this.options.source,this.source=function(i,s){s(t.ui.autocomplete.filter(e,i.term))}):"string"==typeof this.options.source?(i=this.options.source,this.source=function(e,n){s.xhr&&s.xhr.abort(),s.xhr=t.ajax({url:i,data:e,dataType:"json",success:function(t){n(t)},error:function(){n([])}})}):this.source=this.options.source},_searchTimeout:function(t){clearTimeout(this.searching),this.searching=this._delay(function(){var e=this.term===this._value(),i=this.menu.element.is(":visible"),s=t.altKey||t.ctrlKey||t.metaKey||t.shiftKey;(!e||e&&!i&&!s)&&(this.selectedItem=null,this.search(null,t))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length").append(t("
        ").text(i.label)).appendTo(e)},_move:function(t,e){return this.menu.element.is(":visible")?this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),this.menu.blur(),void 0):(this.menu[t](e),void 0):(this.search(null,e),void 0)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){(!this.isMultiLine||this.menu.element.is(":visible"))&&(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),t.extend(t.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(e,i){var s=RegExp(t.ui.autocomplete.escapeRegex(i),"i");return t.grep(e,function(t){return s.test(t.label||t.value||t)})}}),t.widget("ui.autocomplete",t.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(t>1?" results are":" result is")+" available, use up and down arrow keys to navigate."}}},__response:function(e){var i;this._superApply(arguments),this.options.disabled||this.cancelSearch||(i=e&&e.length?this.options.messages.results(e.length):this.options.messages.noResults,this.liveRegion.children().hide(),t("
        ").text(i).appendTo(this.liveRegion))}}),t.ui.autocomplete}); \ No newline at end of file +!function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)}(function(x){"use strict";x.ui=x.ui||{};x.ui.version="1.13.2";var n,i=0,l=Array.prototype.hasOwnProperty,a=Array.prototype.slice;x.cleanData=(n=x.cleanData,function(t){for(var e,i,s=0;null!=(i=t[s]);s++)(e=x._data(i,"events"))&&e.remove&&x(i).triggerHandler("remove");n(t)}),x.widget=function(t,i,e){var s,n,o,l={},a=t.split(".")[0],r=a+"-"+(t=t.split(".")[1]);return e||(e=i,i=x.Widget),Array.isArray(e)&&(e=x.extend.apply(null,[{}].concat(e))),x.expr.pseudos[r.toLowerCase()]=function(t){return!!x.data(t,r)},x[a]=x[a]||{},s=x[a][t],n=x[a][t]=function(t,e){if(!this||!this._createWidget)return new n(t,e);arguments.length&&this._createWidget(t,e)},x.extend(n,s,{version:e.version,_proto:x.extend({},e),_childConstructors:[]}),(o=new i).options=x.widget.extend({},o.options),x.each(e,function(e,s){function n(){return i.prototype[e].apply(this,arguments)}function o(t){return i.prototype[e].apply(this,t)}l[e]="function"==typeof s?function(){var t,e=this._super,i=this._superApply;return this._super=n,this._superApply=o,t=s.apply(this,arguments),this._super=e,this._superApply=i,t}:s}),n.prototype=x.widget.extend(o,{widgetEventPrefix:s&&o.widgetEventPrefix||t},l,{constructor:n,namespace:a,widgetName:t,widgetFullName:r}),s?(x.each(s._childConstructors,function(t,e){var i=e.prototype;x.widget(i.namespace+"."+i.widgetName,n,e._proto)}),delete s._childConstructors):i._childConstructors.push(n),x.widget.bridge(t,n),n},x.widget.extend=function(t){for(var e,i,s=a.call(arguments,1),n=0,o=s.length;n",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=x(e||this.defaultElement||this)[0],this.element=x(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classesElementLookup={},e!==this&&(x.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerDocument:e.document||e),this.window=x(this.document[0].defaultView||this.document[0].parentWindow)),this.options=x.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var i=this;this._destroy(),x.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:x.noop,widget:function(){return this.element},option:function(t,e){var i,s,n,o=t;if(0===arguments.length)return x.widget.extend({},this.options);if("string"==typeof t)if(o={},t=(i=t.split(".")).shift(),i.length){for(s=o[t]=x.widget.extend({},this.options[t]),n=0;n
        "),i=e.children()[0];return x("body").append(e),t=i.offsetWidth,e.css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),s=t-i},getScrollInfo:function(t){var e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.widthC(E(s),E(n))?o.important="horizontal":o.important="vertical",c.using.call(this,t,o)}),l.offset(x.extend(u,{using:t}))})},x.ui.position={fit:{left:function(t,e){var i=e.within,s=i.isWindow?i.scrollLeft:i.offset.left,n=i.width,o=t.left-e.collisionPosition.marginLeft,l=s-o,a=o+e.collisionWidth-n-s;e.collisionWidth>n?0n?0",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePosition={x:null,y:null},this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault(),this._activateItem(t)},"click .ui-menu-item":function(t){var e=x(t.target),i=x(x.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&e.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),e.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&i.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":"_activateItem","mousemove .ui-menu-item":"_activateItem",mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this._menuItems().first();e||this.focus(t,i)},blur:function(t){this._delay(function(){x.contains(this.element[0],x.ui.safeActiveElement(this.document[0]))||this.collapseAll(t)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t,!0),this.mouseHandled=!1}})},_activateItem:function(t){var e,i;this.previousFilter||t.clientX===this.lastMousePosition.x&&t.clientY===this.lastMousePosition.y||(this.lastMousePosition={x:t.clientX,y:t.clientY},e=x(t.target).closest(".ui-menu-item"),i=x(t.currentTarget),e[0]===i[0]&&(i.is(".ui-state-active")||(this._removeClass(i.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(t,i))))},_destroy:function(){var t=this.element.find(".ui-menu-item").removeAttr("role aria-disabled").children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),t.children().each(function(){var t=x(this);t.data("ui-menu-submenu-caret")&&t.remove()})},_keydown:function(t){var e,i,s,n=!0;switch(t.keyCode){case x.ui.keyCode.PAGE_UP:this.previousPage(t);break;case x.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case x.ui.keyCode.HOME:this._move("first","first",t);break;case x.ui.keyCode.END:this._move("last","last",t);break;case x.ui.keyCode.UP:this.previous(t);break;case x.ui.keyCode.DOWN:this.next(t);break;case x.ui.keyCode.LEFT:this.collapse(t);break;case x.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case x.ui.keyCode.ENTER:case x.ui.keyCode.SPACE:this._activate(t);break;case x.ui.keyCode.ESCAPE:this.collapse(t);break;default:e=this.previousFilter||"",s=n=!1,i=96<=t.keyCode&&t.keyCode<=105?(t.keyCode-96).toString():String.fromCharCode(t.keyCode),clearTimeout(this.filterTimer),i===e?s=!0:i=e+i,e=this._filterMenuItems(i),(e=s&&-1!==e.index(this.active.next())?this.active.nextAll(".ui-menu-item"):e).length||(i=String.fromCharCode(t.keyCode),e=this._filterMenuItems(i)),e.length?(this.focus(t,e),this.previousFilter=i,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}n&&t.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var t,e,s=this,n=this.options.icons.submenu,i=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),e=i.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var t=x(this),e=t.prev(),i=x("").data("ui-menu-submenu-caret",!0);s._addClass(i,"ui-menu-icon","ui-icon "+n),e.attr("aria-haspopup","true").prepend(i),t.attr("aria-labelledby",e.attr("id"))}),this._addClass(e,"ui-menu","ui-widget ui-widget-content ui-front"),(t=i.add(this.element).find(this.options.items)).not(".ui-menu-item").each(function(){var t=x(this);s._isDivider(t)&&s._addClass(t,"ui-menu-divider","ui-widget-content")}),i=(e=t.not(".ui-menu-item, .ui-menu-divider")).children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(e,"ui-menu-item")._addClass(i,"ui-menu-item-wrapper"),t.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!x.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){var i;"icons"===t&&(i=this.element.find(".ui-menu-icon"),this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",String(t)),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),i=this.active.children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",i.attr("id")),i=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),(i=e.children(".ui-menu")).length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(t){var e,i,s;this._hasScroll()&&(i=parseFloat(x.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(x.css(this.activeMenu[0],"paddingTop"))||0,e=t.offset().top-this.activeMenu.offset().top-i-s,i=this.activeMenu.scrollTop(),s=this.activeMenu.height(),t=t.outerHeight(),e<0?this.activeMenu.scrollTop(i+e):s",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,liveRegionTimer:null,_create:function(){var i,s,n,t=this.element[0].nodeName.toLowerCase(),e="textarea"===t,t="input"===t;this.isMultiLine=e||!t&&this._isContentEditable(this.element),this.valueMethod=this.element[e||t?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(t){if(this.element.prop("readOnly"))s=n=i=!0;else{s=n=i=!1;var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:i=!0,this._move("previousPage",t);break;case e.PAGE_DOWN:i=!0,this._move("nextPage",t);break;case e.UP:i=!0,this._keyEvent("previous",t);break;case e.DOWN:i=!0,this._keyEvent("next",t);break;case e.ENTER:this.menu.active&&(i=!0,t.preventDefault(),this.menu.select(t));break;case e.TAB:this.menu.active&&this.menu.select(t);break;case e.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(t),t.preventDefault());break;default:s=!0,this._searchTimeout(t)}}},keypress:function(t){if(i)return i=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||t.preventDefault());if(!s){var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:this._move("previousPage",t);break;case e.PAGE_DOWN:this._move("nextPage",t);break;case e.UP:this._keyEvent("previous",t);break;case e.DOWN:this._keyEvent("next",t)}}},input:function(t){if(n)return n=!1,void t.preventDefault();this._searchTimeout(t)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){clearTimeout(this.searching),this.close(t),this._change(t)}}),this._initSource(),this.menu=x("
          ").appendTo(this._appendTo()).menu({role:null}).hide().attr({unselectable:"on"}).menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault()},menufocus:function(t,e){var i,s;if(this.isNewMenu&&(this.isNewMenu=!1,t.originalEvent&&/^mouse/.test(t.originalEvent.type)))return this.menu.blur(),void this.document.one("mousemove",function(){x(t.target).trigger(t.originalEvent)});s=e.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",t,{item:s})&&t.originalEvent&&/^key/.test(t.originalEvent.type)&&this._value(s.value),(i=e.item.attr("aria-label")||s.value)&&String.prototype.trim.call(i).length&&(clearTimeout(this.liveRegionTimer),this.liveRegionTimer=this._delay(function(){this.liveRegion.html(x("
          ").text(i))},100))},menuselect:function(t,e){var i=e.item.data("ui-autocomplete-item"),s=this.previous;this.element[0]!==x.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=s,this._delay(function(){this.previous=s,this.selectedItem=i})),!1!==this._trigger("select",t,{item:i})&&this._value(i.value),this.term=this._value(),this.close(t),this.selectedItem=i}}),this.liveRegion=x("
          ",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(t){var e=this.menu.element[0];return t.target===this.element[0]||t.target===e||x.contains(e,t.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var t=this.options.appendTo;return t=!(t=!(t=t&&(t.jquery||t.nodeType?x(t):this.document.find(t).eq(0)))||!t[0]?this.element.closest(".ui-front, dialog"):t).length?this.document[0].body:t},_initSource:function(){var i,s,n=this;Array.isArray(this.options.source)?(i=this.options.source,this.source=function(t,e){e(x.ui.autocomplete.filter(i,t.term))}):"string"==typeof this.options.source?(s=this.options.source,this.source=function(t,e){n.xhr&&n.xhr.abort(),n.xhr=x.ajax({url:s,data:t,dataType:"json",success:function(t){e(t)},error:function(){e([])}})}):this.source=this.options.source},_searchTimeout:function(s){clearTimeout(this.searching),this.searching=this._delay(function(){var t=this.term===this._value(),e=this.menu.element.is(":visible"),i=s.altKey||s.ctrlKey||s.metaKey||s.shiftKey;t&&(e||i)||(this.selectedItem=null,this.search(null,s))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length").append(x("
          ").text(e.label)).appendTo(t)},_move:function(t,e){if(this.menu.element.is(":visible"))return this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),void this.menu.blur()):void this.menu[t](e);this.search(null,e)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){this.isMultiLine&&!this.menu.element.is(":visible")||(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),x.extend(x.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(t,e){var i=new RegExp(x.ui.autocomplete.escapeRegex(e),"i");return x.grep(t,function(t){return i.test(t.label||t.value||t)})}}),x.widget("ui.autocomplete",x.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(1").text(e))},100))}});x.ui.autocomplete}); \ No newline at end of file diff --git a/docs/script-dir/jquery-ui.structure.min.css b/docs/script-dir/jquery-ui.structure.min.css deleted file mode 100644 index e880892..0000000 --- a/docs/script-dir/jquery-ui.structure.min.css +++ /dev/null @@ -1,5 +0,0 @@ -/*! jQuery UI - v1.12.1 - 2018-12-06 -* http://jqueryui.com -* Copyright jQuery Foundation and other contributors; Licensed MIT */ - -.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0} \ No newline at end of file diff --git a/docs/script.js b/docs/script.js index 864989c..0765364 100644 --- a/docs/script.js +++ b/docs/script.js @@ -1,26 +1,26 @@ /* * Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved. - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This code is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. - * - * This code is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * version 2 for more details (a copy is included in the LICENSE file that - * accompanied this code). - * - * You should have received a copy of the GNU General Public License version - * 2 along with this work; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. - * - * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA - * or visit www.oracle.com if you need additional information or have any - * questions. + * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * */ var moduleSearchIndex; diff --git a/docs/search.js b/docs/search.js index db3b2f4..13aba85 100644 --- a/docs/search.js +++ b/docs/search.js @@ -1,26 +1,26 @@ /* * Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved. - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * * - * This code is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. * - * This code is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * version 2 for more details (a copy is included in the LICENSE file that - * accompanied this code). * - * You should have received a copy of the GNU General Public License version - * 2 along with this work; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA - * or visit www.oracle.com if you need additional information or have any - * questions. */ var noResult = {l: "No results found"}; diff --git a/docs/serialized-form.html b/docs/serialized-form.html index dd6ca13..2ac6e39 100644 --- a/docs/serialized-form.html +++ b/docs/serialized-form.html @@ -1,18 +1,18 @@ - -Serialized Form + +Serialized Form (veryfi-java 2.0.0 API) - - + + - + @@ -31,8 +31,9 @@
        • Overview
        • Package
        • Class
        • +
        • Use
        • Tree
        • -
        • Index
        • +
        • Index
        • Help
        @@ -66,6 +67,10 @@

        Exception  +
        + +

        diff --git a/docs/stylesheet.css b/docs/stylesheet.css index 836c62d..6dc5b36 100644 --- a/docs/stylesheet.css +++ b/docs/stylesheet.css @@ -597,9 +597,6 @@ main, nav, header, footer, section { background-color:#4D7A97; color:#FFFFFF; } -.result-item { - font-size:13px; -} .ui-autocomplete { max-height:85%; max-width:65%; @@ -611,13 +608,17 @@ main, nav, header, footer, section { ul.ui-autocomplete { position:fixed; z-index:999999; + background-color: #FFFFFF; } ul.ui-autocomplete li { float:left; clear:both; width:100%; } -.result-highlight { +.ui-autocomplete .result-item { + font-size: inherit; +} +.ui-autocomplete .result-highlight { font-weight:bold; } #search-input { diff --git a/docs/type-search-index.js b/docs/type-search-index.js index f25e401..ebfaff5 100644 --- a/docs/type-search-index.js +++ b/docs/type-search-index.js @@ -1 +1 @@ -typeSearchIndex = [{"p":"veryfi.models","l":"AddLineItem"},{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"veryfi","l":"Client"},{"p":"veryfi","l":"ClientImpl"},{"p":"","l":"ClientTest"},{"p":"veryfi","l":"Constants"},{"p":"veryfi","l":"HttpMethod"},{"p":"veryfi.models","l":"NotValidModelException"},{"p":"veryfi.models","l":"SharedLineItem"},{"p":"veryfi.models","l":"UpdateLineItem"},{"p":"veryfi","l":"VeryfiClientFactory"}];updateSearchResults(); \ No newline at end of file +typeSearchIndex = [{"p":"veryfi.models","l":"AddLineItem"},{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"veryfi","l":"Client"},{"p":"veryfi.services","l":"ClientImpl"},{"p":"veryfi","l":"Constants"},{"p":"veryfi","l":"Credentials"},{"p":"veryfi.enums","l":"Endpoint"},{"p":"veryfi.enums","l":"HttpMethod"},{"p":"veryfi","l":"NetworkClient"},{"p":"veryfi.models","l":"NotValidModelException"},{"p":"veryfi.models","l":"SharedLineItem"},{"p":"veryfi.models","l":"UpdateLineItem"},{"p":"veryfi","l":"VeryfiClientFactory"}];updateSearchResults(); \ No newline at end of file diff --git a/docs/veryfi/Client.html b/docs/veryfi/Client.html index 9f14bbe..c88390d 100644 --- a/docs/veryfi/Client.html +++ b/docs/veryfi/Client.html @@ -1,18 +1,18 @@ - -Client + +Client (veryfi-java 2.0.0 API) - - + + - + @@ -35,8 +35,9 @@
      • Overview
      • Package
      • +
      • Use
      • Tree
      • -
      • Index
      • +
      • Index
      • Help
    @@ -74,7 +75,7 @@

    Interface Client

    All Known Implementing Classes:
    -
    ClientImpl
    +
    ClientImpl

    public interface Client
    @@ -108,9 +109,71 @@

    Method Summary

    Add a new line item on an existing document.
    +
    addTags(String documentId, + List<String> tags)
    +
    +
    Add multiple tags on an existing document.
    +
    + +
    addTagsAsync(String documentId, + List<String> tags)
    +
    +
    Add multiple tags on an existing document.
    +
    + + +
    +
    Delete AnyDocument from Veryfi.
    +
    + + +
    +
    Delete AnyDocument from Veryfi.
    +
    + + +
    +
    Delete BankStatement from Veryfi.
    +
    + + +
    +
    Delete BankStatement from Veryfi.
    +
    + + +
    +
    Delete BusinessCard from Veryfi.
    +
    + + +
    +
    Delete BusinessCard from Veryfi.
    +
    + +
    deleteCheck(String documentId)
    +
    +
    Delete Check from Veryfi.
    +
    + + +
    +
    Delete Check from Veryfi.
    +
    + +
    deleteContract(String documentId)
    +
    +
    Delete a Contract from Veryfi.
    +
    + + +
    +
    Delete a Contract from Veryfi.
    +
    +
    deleteDocument(String documentId)
    -
    Delete Document from Veryfi
    +
    Delete Document from Veryfi.
    @@ -140,9 +203,175 @@

    Method Summary

    Delete all line items on an existing document.
    +
    deleteW2(String documentId)
    +
    +
    Delete W2 from Veryfi.
    +
    + +
    deleteW2Async(String documentId)
    +
    +
    Delete W2 from Veryfi.
    +
    + +
    deleteW8BenE(String documentId)
    +
    +
    Delete W-8BEN-E from Veryfi.
    +
    + + +
    +
    Delete W-8BEN-E from Veryfi.
    +
    + +
    deleteW9(String documentId)
    +
    +
    Delete W9 from Veryfi.
    +
    + +
    deleteW9Async(String documentId)
    +
    +
    Delete W9 from Veryfi.
    +
    + +
    getAnyDocument(String documentId)
    +
    +
    Returns a json string String AnyDocument information.
    +
    + + +
    +
    Returns a json string CompletableFuture<String> AnyDocument information.
    +
    + +
    getAnyDocuments(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, + org.json.JSONObject parameters)
    +
    +
    Returns a json string String with the list of Any Documents.
    +
    + +
    getAnyDocumentsAsync(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, + org.json.JSONObject parameters)
    +
    +
    Returns a json string CompletableFuture<String> list of AnyDocuments.
    +
    + + +
    +
    Returns a json string String BankStatement information.
    +
    + + +
    +
    Returns a json string CompletableFuture<String> BankStatement information.
    +
    + +
    getBankStatements(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, + org.json.JSONObject parameters)
    +
    +
    Returns a json string String with the list of Bank Statements.
    +
    + +
    getBankStatementsAsync(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, + org.json.JSONObject parameters)
    +
    +
    Returns a json string CompletableFuture<String> list of BankStatements.
    +
    + +
    getBusinessCard(String documentId)
    +
    +
    Returns a json string String Business Card information.
    +
    + + +
    +
    Returns a json string CompletableFuture<String> Business Card information.
    +
    + +
    getBusinessCards(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, + org.json.JSONObject parameters)
    +
    +
    Returns a json string String with the list of Business Cards.
    +
    + +
    getBusinessCardsAsync(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, + org.json.JSONObject parameters)
    +
    +
    Returns a json string CompletableFuture<String> list of Business Cards.
    +
    + +
    getCheck(String documentId)
    +
    +
    Returns a json string String Check information.
    +
    + +
    getCheckAsync(String documentId)
    +
    +
    Returns a json string CompletableFuture<String> Check information.
    +
    + +
    getChecks(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, + org.json.JSONObject parameters)
    +
    +
    Returns a json string String with the list of Checks.
    +
    + +
    getChecksAsync(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, + org.json.JSONObject parameters)
    +
    +
    Returns a json string CompletableFuture<String> list of Checks.
    +
    + +
    getContract(String documentId)
    +
    +
    Returns a json string String with the Contract information.
    +
    + + +
    +
    Returns a json string CompletableFuture<String> with the Contract information.
    +
    + +
    getContracts(int page, + int pageSize, + org.json.JSONObject parameters)
    +
    +
    Returns a json string String with the list of Contracts.
    +
    + +
    getContractsAsync(int page, + int pageSize, + org.json.JSONObject parameters)
    +
    +
    Returns a json string CompletableFuture<String> list of Contracts.
    +
    +
    getDocument(String documentId)
    -
    Returns a json string String document information
    +
    Returns a json string String document information.
    @@ -150,12 +379,20 @@

    Method Summary

    Returns a json string CompletableFuture<String> document information.
    - +
    getDocuments(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, + org.json.JSONObject parameters)
    Returns a json string String list of documents.
    - +
    getDocumentsAsync(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, + org.json.JSONObject parameters)
    Returns a json string CompletableFuture<String> list of documents.
    @@ -182,513 +419,2113 @@

    Method Summary

    Retrieve all line items for a document.
    -
    processDocument(String filePath, - List<String> categories, - boolean deleteAfterProcessing, +
    getW2(String documentId)
    +
    +
    Returns a json string String W2 information.
    +
    + +
    getW2Async(String documentId)
    +
    +
    Returns a json string CompletableFuture<String> W2 information.
    +
    + +
    getW2s(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, org.json.JSONObject parameters)
    -
    Process a document and extract all the fields from it
    +
    Returns a json string String with the list of W2s.
    -
    processDocumentAsync(String filePath, - List<String> categories, - boolean deleteAfterProcessing, +
    getW2sAsync(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, org.json.JSONObject parameters)
    -
    Process a document and extract all the fields from it
    +
    Returns a json string CompletableFuture<String> list of W2s.
    -
    processDocumentUrl(String fileUrl, +
    getW8BenE(String documentId)
    +
    +
    Returns a json string String W-8BEN-E information.
    +
    + +
    getW8BenEAsync(String documentId)
    +
    +
    Returns a json string CompletableFuture<String> W-8BEN-E information.
    +
    + +
    getW8BenEs(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, + org.json.JSONObject parameters)
    +
    +
    Returns a json string String with the list of W-8BEN-E.
    +
    + +
    getW8BenEsAsync(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, + org.json.JSONObject parameters)
    +
    +
    Returns a json string CompletableFuture<String> list of W-8BEN-E.
    +
    + +
    getW9(String documentId)
    +
    +
    Returns a json string String W9 information.
    +
    + +
    getW9Async(String documentId)
    +
    +
    Returns a json string CompletableFuture<String> W9 information.
    +
    + +
    getW9s(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, + org.json.JSONObject parameters)
    +
    +
    Returns a json string String with the list of W9s.
    +
    + +
    getW9sAsync(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, + org.json.JSONObject parameters)
    +
    +
    Returns a json string CompletableFuture<String> list of W9s.
    +
    + +
    processAnyDocument(String filePath, + String blueprintName, + org.json.JSONObject parameters)
    +
    +
    Process a AnyDocument and extract all the fields from it.
    +
    + +
    processAnyDocumentAsync(String filePath, + String blueprintName, + org.json.JSONObject parameters)
    +
    +
    Process a AnyDocument and extract all the fields from it.
    +
    + +
    processAnyDocumentUrl(String fileUrl, List<String> fileUrls, - List<String> categories, - boolean deleteAfterProcessing, - int maxPagesToProcess, - boolean boostMode, - String externalId, + String blueprintName, org.json.JSONObject parameters)
    -
    Process Document from url and extract all the fields from it.
    +
    Process AnyDocument from url and extract all the fields from it.
    -
    processDocumentUrlAsync(String fileUrl, +
    processAnyDocumentUrlAsync(String fileUrl, List<String> fileUrls, - List<String> categories, - boolean deleteAfterProcessing, - int maxPagesToProcess, - boolean boostMode, - String externalId, + String blueprintName, org.json.JSONObject parameters)
    -
    Process Document from url and extract all the fields from it.
    +
    Process AnyDocument from url and extract all the fields from it.
    +
    + +
    processBankStatement(String filePath, + org.json.JSONObject parameters)
    +
    +
    Process a BankStatement and extract all the fields from it.
    +
    + +
    processBankStatementAsync(String filePath, + org.json.JSONObject parameters)
    +
    +
    Process a BankStatement and extract all the fields from it.
    -
    void
    -
    setBaseUrl(String baseUrl)
    + +
    processBankStatementUrl(String fileUrl, + List<String> fileUrls, + org.json.JSONObject parameters)
    -
    By default is https://api.veryfi.com/api/;
    +
    Process BankStatement from url and extract all the fields from it.
    -
    void
    - + +
    processBankStatementUrlAsync(String fileUrl, + List<String> fileUrls, + org.json.JSONObject parameters)
    -
    By default is https://api.veryfi.com/api/;
    +
    Process BankStatement from url and extract all the fields from it.
    -
    void
    -
    setTimeOut(int timeOut)
    + +
    processBusinessCard(String filePath, + org.json.JSONObject parameters)
    -
    Define new time out for the requests in seconds
    +
    Process a Business Card and extract all the fields from it.
    - -
    updateDocument(String documentId, + +
    processBusinessCardAsync(String filePath, org.json.JSONObject parameters)
    -
    Update data for a previously processed document, including almost any field like `vendor`, `date`, `notes` and etc.
    +
    Process a Business Card and extract all the fields from it.
    - -
    updateDocumentAsync(String documentId, + +
    processBusinessCardUrl(String fileUrl, + List<String> fileUrls, org.json.JSONObject parameters)
    -
    Update data for a previously processed document, including almost any field like `vendor`, `date`, `notes` and etc.
    +
    Process Business Card from url and extract all the fields from it.
    - -
    updateLineItem(String documentId, - String lineItemId, - UpdateLineItem payload)
    + +
    processBusinessCardUrlAsync(String fileUrl, + List<String> fileUrls, + org.json.JSONObject parameters)
    -
    Update an existing line item on an existing document.
    +
    Process Business Card from url and extract all the fields from it.
    - -
    updateLineItemAsync(String documentId, - String lineItemId, - UpdateLineItem payload)
    + +
    processCheck(String filePath, + org.json.JSONObject parameters)
    -
    Update an existing line item on an existing document.
    +
    Process a Check and extract all the fields from it.
    +
    + +
    processCheckAsync(String filePath, + org.json.JSONObject parameters)
    +
    +
    Process a Check and extract all the fields from it.
    + +
    processCheckUrl(String fileUrl, + List<String> fileUrls, + org.json.JSONObject parameters)
    +
    +
    Process Check from url and extract all the fields from it.
    + +
    processCheckUrlAsync(String fileUrl, + List<String> fileUrls, + org.json.JSONObject parameters)
    +
    +
    Process Check from url and extract all the fields from it.
    + +
    processContract(String filePath, + org.json.JSONObject parameters)
    +
    +
    Process a Contract and extract all the fields from it.
    -
    - - - -
    - +
    +
    +
      + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        getDocuments

        +
        String getDocuments(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, + org.json.JSONObject parameters)
        +
        Returns a json string String list of documents. https://docs.veryfi.com/api/receipts-invoices/search-documents/
        +
        +
        Parameters:
        +
        page - The page number. The response is capped to maximum of 50 results per page.
        +
        pageSize - The number of Documents per page.
        +
        boundingBoxes - A field used to determine whether or not to return bounding_box and bounding_region for extracted fields in the Document response.
        +
        confidenceDetails - A field used to determine whether or not to return the score and ocr_score fields in the Document response.
        +
        parameters - Additional request parameters.
        +
        Returns:
        +
        the list of previously processed documents String
        +
        +
        +
      • +
      • +
        +

        getDocumentsAsync

        +
        CompletableFuture<String> getDocumentsAsync(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, + org.json.JSONObject parameters)
        +
        Returns a json string CompletableFuture<String> list of documents. https://docs.veryfi.com/api/receipts-invoices/search-documents/
        +
        +
        Parameters:
        +
        page - The page number. The response is capped to maximum of 50 results per page.
        +
        pageSize - The number of Documents per page.
        +
        boundingBoxes - A field used to determine whether or not to return bounding_box and bounding_region for extracted fields in the Document response.
        +
        confidenceDetails - A field used to determine whether or not to return the score and ocr_score fields in the Document response.
        +
        parameters - Additional request parameters.
        +
        Returns:
        +
        the list of previously processed documents String
        +
        +
        +
      • +
      • +
        +

        getDocument

        +
        String getDocument(String documentId)
        +
        Returns a json string String document information. https://docs.veryfi.com/api/receipts-invoices/get-a-document/
        +
        +
        Parameters:
        +
        documentId - ID of the document you'd like to retrieve.
        +
        Returns:
        +
        the data extracted from the Document String
        +
        +
        +
      • +
      • +
        +

        getDocumentAsync

        +
        CompletableFuture<String> getDocumentAsync(String documentId)
        +
        Returns a json string CompletableFuture<String> document information. https://docs.veryfi.com/api/receipts-invoices/get-a-document/
        +
        +
        Parameters:
        +
        documentId - ID of the document you'd like to retrieve.
        +
        Returns:
        +
        the data extracted from the Document CompletableFuture<String>
        +
        +
        +
      • +
      • +
        +

        processDocument

        +
        String processDocument(String filePath, + List<String> categories, + boolean deleteAfterProcessing, + org.json.JSONObject parameters)
        +
        Process a document and extract all the fields from it. https://docs.veryfi.com/api/receipts-invoices/process-a-document/
        +
        +
        Parameters:
        +
        filePath - Path on disk to a file to submit for data extraction
        +
        categories - List of categories Veryfi can use to categorize the document
        +
        deleteAfterProcessing - Delete this document from Veryfi after data has been extracted
        +
        parameters - Additional request parameters
        +
        Returns:
        +
        the data extracted from the Document String
        +
        +
        +
      • +
      • +
        +

        processDocumentAsync

        +
        CompletableFuture<String> processDocumentAsync(String filePath, + List<String> categories, + boolean deleteAfterProcessing, + org.json.JSONObject parameters)
        +
        Process a document and extract all the fields from it. https://docs.veryfi.com/api/receipts-invoices/process-a-document/
        +
        +
        Parameters:
        +
        filePath - Path on disk to a file to submit for data extraction
        +
        categories - List of categories Veryfi can use to categorize the document
        +
        deleteAfterProcessing - Delete this document from Veryfi after data has been extracted
        +
        parameters - Additional request parameters
        +
        Returns:
        +
        the data extracted from the Document CompletableFuture<String>
        +
        +
        +
      • +
      • +
        +

        processDocumentUrl

        +
        String processDocumentUrl(String fileUrl, + List<String> fileUrls, + List<String> categories, + boolean deleteAfterProcessing, + int maxPagesToProcess, + boolean boostMode, + String externalId, + org.json.JSONObject parameters)
        +
        Process Document from url and extract all the fields from it. https://docs.veryfi.com/api/receipts-invoices/process-a-document/
        +
        +
        Parameters:
        +
        fileUrl - Required if file_urls isn't specified. Publicly accessible URL to a file, e.g. "https://cdn.example.com/receipt.jpg".
        +
        fileUrls - Required if file_url isn't specifies. List of publicly accessible URLs to multiple files, e.g. ["https://cdn.example.com/receipt1.jpg", "https://cdn.example.com/receipt2.jpg"]
        +
        categories - List of categories to use when categorizing the document
        +
        deleteAfterProcessing - Delete this document from Veryfi after data has been extracted
        +
        maxPagesToProcess - When sending a long document to Veryfi for processing, this parameter controls how many pages of the document will be read and processed, starting from page 1.
        +
        boostMode - Flag that tells Veryfi whether boost mode should be enabled. When set to 1, Veryfi will skip data enrichment steps, but will process the document faster. Default value for this flag is 0
        +
        externalId - Optional custom document identifier. Use this if you would like to assign your own ID to documents
        +
        parameters - Additional request parameters
        +
        Returns:
        +
        the data extracted from the Document String
        +
        +
        +
      • +
      • +
        +

        processDocumentUrlAsync

        +
        CompletableFuture<String> processDocumentUrlAsync(String fileUrl, + List<String> fileUrls, + List<String> categories, + boolean deleteAfterProcessing, + int maxPagesToProcess, + boolean boostMode, + String externalId, + org.json.JSONObject parameters)
        +
        Process Document from url and extract all the fields from it. https://docs.veryfi.com/api/receipts-invoices/process-a-document/
        +
        +
        Parameters:
        +
        fileUrl - Required if file_urls isn't specified. Publicly accessible URL to a file, e.g. "https://cdn.example.com/receipt.jpg".
        +
        fileUrls - Required if file_url isn't specifies. List of publicly accessible URLs to multiple files, e.g. ["https://cdn.example.com/receipt1.jpg", "https://cdn.example.com/receipt2.jpg"]
        +
        categories - List of categories to use when categorizing the document
        +
        deleteAfterProcessing - Delete this document from Veryfi after data has been extracted
        +
        maxPagesToProcess - When sending a long document to Veryfi for processing, this parameter controls how many pages of the document will be read and processed, starting from page 1.
        +
        boostMode - Flag that tells Veryfi whether boost mode should be enabled. When set to 1, Veryfi will skip data enrichment steps, but will process the document faster. Default value for this flag is 0
        +
        externalId - Optional custom document identifier. Use this if you would like to assign your own ID to documents
        +
        parameters - Additional request parameters
        +
        Returns:
        +
        the data extracted from the Document CompletableFuture<String>
        +
        +
        +
      • +
      • +
        +

        deleteDocument

        +
        String deleteDocument(String documentId)
        +
        Delete Document from Veryfi. https://docs.veryfi.com/api/receipts-invoices/delete-a-document/
        +
        +
        Parameters:
        +
        documentId - ID of the document you'd like to delete.
        +
        Returns:
        +
        the response data. String
        +
        +
        +
      • +
      • +
        +

        deleteDocumentAsync

        +
        CompletableFuture<String> deleteDocumentAsync(String documentId)
        +
        Delete Document from Veryfi. https://docs.veryfi.com/api/receipts-invoices/delete-a-document/
        +
        +
        Parameters:
        +
        documentId - ID of the document you'd like to delete.
        +
        Returns:
        +
        the response data. CompletableFuture<String>
        +
        +
        +
      • +
      • +
        +

        updateDocument

        +
        String updateDocument(String documentId, + org.json.JSONObject parameters)
        +
        Update data for a previously processed document, including almost any field like `vendor`, `date`, `notes` and etc. + https://docs.veryfi.com/api/receipts-invoices/update-a-document/
        +
        +
        Parameters:
        +
        documentId - ID of the document you'd like to update.
        +
        parameters - Additional request parameters.
        +
        Returns:
        +
        A document json with updated fields, if fields are writable. Otherwise a document with unchanged fields. String
        +
        +
        +
      • +
      • +
        +

        updateDocumentAsync

        +
        CompletableFuture<String> updateDocumentAsync(String documentId, + org.json.JSONObject parameters)
        +
        Update data for a previously processed document, including almost any field like `vendor`, `date`, `notes` and etc. + https://docs.veryfi.com/api/receipts-invoices/update-a-document/
        +
        +
        Parameters:
        +
        documentId - ID of the document you'd like to update.
        +
        parameters - Additional request parameters.
        +
        Returns:
        +
        A document json with updated fields, if fields are writable. Otherwise a document with unchanged fields. CompletableFuture<String>
        +
        +
        +
      • +
      • +
        +

        getLineItems

        +
        String getLineItems(String documentId)
        +
        Retrieve all line items for a document. https://docs.veryfi.com/api/receipts-invoices/get-document-line-items/
        +
        +
        Parameters:
        +
        documentId - ID of the document you'd like to retrieve.
        +
        Returns:
        +
        List of line items extracted from the document. String
        +
        +
        +
      • +
      • +
        +

        getLineItemsAsync

        +
        CompletableFuture<String> getLineItemsAsync(String documentId)
        +
        Retrieve all line items for a document. https://docs.veryfi.com/api/receipts-invoices/get-document-line-items/
        +
        +
        Parameters:
        +
        documentId - ID of the document you'd like to retrieve.
        +
        Returns:
        +
        List of line items extracted from the document. CompletableFuture<String>
        +
        +
        +
      • +
      • +
        +

        getLineItem

        +
        String getLineItem(String documentId, + String lineItemId)
        +
        Retrieve a line item for existing document by ID. https://docs.veryfi.com/api/receipts-invoices/get-a-line-item/
        +
        +
        Parameters:
        +
        documentId - ID of the document you'd like to retrieve.
        +
        lineItemId - ID of the line item you'd like to retrieve.
        +
        Returns:
        +
        Line item extracted from the document. String
        +
        +
        +
      • +
      • +
        +

        getLineItemAsync

        +
        CompletableFuture<String> getLineItemAsync(String documentId, + String lineItemId)
        +
        Retrieve a line item for existing document by ID. https://docs.veryfi.com/api/receipts-invoices/get-a-line-item/
        +
        +
        Parameters:
        +
        documentId - ID of the document you'd like to retrieve.
        +
        lineItemId - ID of the line item you'd like to retrieve.
        +
        Returns:
        +
        Line item extracted from the document. CompletableFuture<String>
        +
        +
        +
      • +
      • +
        +

        addLineItem

        +
        String addLineItem(String documentId, + AddLineItem payload) + throws NotValidModelException
        +
        Add a new line item on an existing document. https://docs.veryfi.com/api/receipts-invoices/create-a-line-item/
        +
        +
        Parameters:
        +
        documentId - ID of the document you'd like to update.
        +
        payload - line item object to add.
        +
        Returns:
        +
        Added line item data. String
        +
        Throws:
        +
        NotValidModelException - when the model is not valid it throws this exception.
        +
        +
        +
      • +
      • +
        +

        addLineItemAsync

        +
        CompletableFuture<String> addLineItemAsync(String documentId, + AddLineItem payload) + throws NotValidModelException
        +
        Add a new line item on an existing document. https://docs.veryfi.com/api/receipts-invoices/create-a-line-item/
        +
        +
        Parameters:
        +
        documentId - ID of the document you'd like to update.
        +
        payload - line item object to add.
        +
        Returns:
        +
        Added line item data. CompletableFuture<String>
        +
        Throws:
        +
        NotValidModelException - when the model is not valid it throws this exception.
        +
        +
        +
      • +
      • +
        +

        updateLineItem

        +
        String updateLineItem(String documentId, + String lineItemId, + UpdateLineItem payload) + throws NotValidModelException
        +
        Update an existing line item on an existing document. https://docs.veryfi.com/api/receipts-invoices/update-a-line-item/
        +
        +
        Parameters:
        +
        documentId - ID of the document you'd like to update.
        +
        lineItemId - ID of the line item you'd like to update.
        +
        payload - line item object to update.
        +
        Returns:
        +
        Line item data with updated fields, if fields are writable. Otherwise line item data with unchanged fields. String
        +
        Throws:
        +
        NotValidModelException - when the model is not valid it throws this exception.
        +
        +
        +
      • +
      • +
        +

        updateLineItemAsync

        +
        CompletableFuture<String> updateLineItemAsync(String documentId, + String lineItemId, + UpdateLineItem payload) + throws NotValidModelException
        +
        Update an existing line item on an existing document. https://docs.veryfi.com/api/receipts-invoices/update-a-line-item/
        +
        +
        Parameters:
        +
        documentId - ID of the document you'd like to update.
        +
        lineItemId - ID of the line item you'd like to update.
        +
        payload - line item object to update.
        +
        Returns:
        +
        Line item data with updated fields, if fields are writable. Otherwise line item data with unchanged fields. CompletableFuture<String>
        +
        Throws:
        +
        NotValidModelException - when the model is not valid it throws this exception.
        +
        +
        +
      • +
      • +
        +

        deleteLineItems

        +
        String deleteLineItems(String documentId)
        +
        Delete all line items on an existing document. https://docs.veryfi.com/api/receipts-invoices/delete-all-document-line-items/
        +
        +
        Parameters:
        +
        documentId - ID of the document you'd like to delete.
        +
        Returns:
        +
        the response data. String
        +
        +
        +
      • +
      • +
        +

        deleteLineItemsAsync

        +
        CompletableFuture<String> deleteLineItemsAsync(String documentId)
        +
        Delete all line items on an existing document. https://docs.veryfi.com/api/receipts-invoices/delete-all-document-line-items/
        +
        +
        Parameters:
        +
        documentId - ID of the document you'd like to delete.
        +
        Returns:
        +
        +
        +
      • +
      • +
        +

        deleteLineItem

        +
        String deleteLineItem(String documentId, + String lineItemId)
        +
        Delete an existing line item on an existing document. https://docs.veryfi.com/api/receipts-invoices/delete-a-line-item/
        +
        +
        Parameters:
        +
        documentId - ID of the document you'd like to delete.
        +
        lineItemId - ID of the line item you'd like to delete.
        +
        Returns:
        +
        the response data. String
        +
        +
        +
      • +
      • +
        +

        deleteLineItemAsync

        +
        CompletableFuture<String> deleteLineItemAsync(String documentId, + String lineItemId)
        +
        Delete an existing line item on an existing document. https://docs.veryfi.com/api/receipts-invoices/delete-a-line-item/
        +
        +
        Parameters:
        +
        documentId - ID of the document you'd like to delete.
        +
        lineItemId - ID of the line item you'd like to delete.
        +
        Returns:
        +
        the response data. CompletableFuture<String>
        +
        +
        +
      • +
      • +
        +

        replaceTags

        +
        String replaceTags(String documentId, + List<String> tags)
        +
        Replace multiple tags on an existing document. https://docs.veryfi.com/api/receipts-invoices/add-tags-to-a-document/
        +
        +
        Parameters:
        +
        documentId - ID of the document you'd like to update.
        +
        tags - tags array of tags to be added.
        +
        Returns:
        +
        the response data. String
        +
        +
        +
      • +
      • +
        +

        replaceTagsAsync

        +
        CompletableFuture<String> replaceTagsAsync(String documentId, + List<String> tags)
        +
        Replace multiple tags on an existing document. https://docs.veryfi.com/api/receipts-invoices/add-tags-to-a-document/
        +
        +
        Parameters:
        +
        documentId - ID of the document you'd like to update.
        +
        tags - tags array of tags to be added.
        +
        Returns:
        +
        the response data. CompletableFuture<String>
        +
        +
        +
      • +
      • +
        +

        addTags

        +
        String addTags(String documentId, + List<String> tags)
        +
        Add multiple tags on an existing document. https://docs.veryfi.com/api/receipts-invoices/add-tags-to-a-document/
        +
        +
        Parameters:
        +
        documentId - ID of the document you'd like to update.
        +
        tags - tags array of tags to be added.
        +
        Returns:
        +
        the response data. String
        +
        +
        +
      • +
      • +
        +

        addTagsAsync

        +
        CompletableFuture<String> addTagsAsync(String documentId, + List<String> tags)
        +
        Add multiple tags on an existing document. https://docs.veryfi.com/api/receipts-invoices/add-tags-to-a-document/
        +
        +
        Parameters:
        +
        documentId - ID of the document you'd like to update.
        +
        tags - tags array of tags to be added.
        +
        Returns:
        +
        the response data. CompletableFuture<String>
        +
        +
        +
      • +
      • +
        +

        getAnyDocuments

        +
        String getAnyDocuments(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, + org.json.JSONObject parameters)
        +
        Returns a json string String with the list of Any Documents. https://docs.veryfi.com/api/anydocs/get-A-docs/
        +
        +
        Parameters:
        +
        page - The page number. The response is capped to maximum of 50 results per page.
        +
        pageSize - The number of Documents per page.
        +
        boundingBoxes - A field used to determine whether or not to return bounding_box and bounding_region for extracted fields in the Document response.
        +
        confidenceDetails - A field used to determine whether or not to return the score and ocr_score fields in the Document response.
        +
        parameters - Additional request parameters.
        +
        Returns:
        +
        the url String
        +
        +
        +
      • +
      • +
        +

        getAnyDocumentsAsync

        +
        CompletableFuture<String> getAnyDocumentsAsync(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, + org.json.JSONObject parameters)
        +
        Returns a json string CompletableFuture<String> list of AnyDocuments. https://docs.veryfi.com/api/anydocs/get-A-docs/
        +
        +
        Parameters:
        +
        page - The page number. The response is capped to maximum of 50 results per page.
        +
        pageSize - The number of Documents per page.
        +
        boundingBoxes - A field used to determine whether or not to return bounding_box and bounding_region for extracted fields in the Document response.
        +
        confidenceDetails - A field used to determine whether or not to return the score and ocr_score fields in the Document response.
        +
        parameters - Additional request parameters.
        +
        Returns:
        +
        the list of previously processed AnyDocuments String
        +
        +
        +
      • +
      • +
        +

        getAnyDocument

        +
        String getAnyDocument(String documentId)
        +
        Returns a json string String AnyDocument information. https://docs.veryfi.com/api/anydocs/get-a-A-doc/
        +
        +
        Parameters:
        +
        documentId - ID of the AnyDocument you'd like to retrieve.
        +
        Returns:
        +
        the data extracted from the AnyDocument String
        +
        +
        +
      • +
      • +
        +

        getAnyDocumentAsync

        +
        CompletableFuture<String> getAnyDocumentAsync(String documentId)
        +
        Returns a json string CompletableFuture<String> AnyDocument information. https://docs.veryfi.com/api/anydocs/get-a-A-doc/
        +
        +
        Parameters:
        +
        documentId - ID of the AnyDocument you'd like to retrieve.
        +
        Returns:
        +
        the data extracted from the AnyDocument String
        +
        +
        +
      • +
      • +
        +

        processAnyDocument

        +
        String processAnyDocument(String filePath, + String blueprintName, + org.json.JSONObject parameters)
        +
        Process a AnyDocument and extract all the fields from it. https://docs.veryfi.com/api/anydocs/process-A-doc/
        +
        +
        Parameters:
        +
        filePath - Path on disk to a file to submit for data extraction.
        +
        blueprintName - The name of the extraction blueprints.
        +
        parameters - Additional request parameters.
        +
        Returns:
        +
        the data extracted from the AnyDocument String
        +
        +
        +
      • +
      • +
        +

        processAnyDocumentAsync

        +
        CompletableFuture<String> processAnyDocumentAsync(String filePath, + String blueprintName, + org.json.JSONObject parameters)
        +
        Process a AnyDocument and extract all the fields from it. https://docs.veryfi.com/api/anydocs/process-A-doc/
        +
        +
        Parameters:
        +
        filePath - Path on disk to a file to submit for data extraction.
        +
        blueprintName - The name of the extraction blueprints.
        +
        parameters - Additional request parameters.
        +
        Returns:
        +
        the data extracted from the AnyDocument CompletableFuture<String>
        +
        +
        +
      • +
      • +
        +

        processAnyDocumentUrl

        +
        String processAnyDocumentUrl(String fileUrl, + List<String> fileUrls, + String blueprintName, + org.json.JSONObject parameters)
        +
        Process AnyDocument from url and extract all the fields from it. https://docs.veryfi.com/api/anydocs/process-A-doc/
        +
        +
        Parameters:
        +
        fileUrl - Required if file_urls isn't specified. Publicly accessible URL to a file, e.g. "https://cdn.example.com/receipt.jpg".
        +
        fileUrls - Required if file_url isn't specifies. List of publicly accessible URLs to multiple files, e.g. ["https://cdn.example.com/receipt1.jpg", "https://cdn.example.com/receipt2.jpg"]
        +
        blueprintName - The name of the extraction blueprints.
        +
        parameters - Additional request parameters
        +
        Returns:
        +
        the data extracted from the AnyDocument String
        +
        +
        +
      • +
      • +
        +

        processAnyDocumentUrlAsync

        +
        CompletableFuture<String> processAnyDocumentUrlAsync(String fileUrl, + List<String> fileUrls, + String blueprintName, + org.json.JSONObject parameters)
        +
        Process AnyDocument from url and extract all the fields from it. https://docs.veryfi.com/api/anydocs/process-A-doc/
        +
        +
        Parameters:
        +
        fileUrl - Required if file_urls isn't specified. Publicly accessible URL to a file, e.g. "https://cdn.example.com/receipt.jpg".
        +
        fileUrls - Required if file_url isn't specifies. List of publicly accessible URLs to multiple files, e.g. ["https://cdn.example.com/receipt1.jpg", "https://cdn.example.com/receipt2.jpg"]
        +
        blueprintName - The name of the extraction blueprints.
        +
        parameters - Additional request parameters
        +
        Returns:
        +
        the data extracted from the AnyDocument CompletableFuture<String>
        +
        +
        +
      • +
      • +
        +

        deleteAnyDocument

        +
        String deleteAnyDocument(String documentId)
        +
        Delete AnyDocument from Veryfi. https://docs.veryfi.com/api/anydocs/delete-a-A-doc/
        +
        +
        Parameters:
        +
        documentId - ID of the AnyDocument you'd like to delete.
        +
        Returns:
        +
        the response data. String
        +
        +
        +
      • +
      • +
        +

        deleteAnyDocumentAsync

        +
        CompletableFuture<String> deleteAnyDocumentAsync(String documentId)
        +
        Delete AnyDocument from Veryfi. https://docs.veryfi.com/api/anydocs/delete-a-A-doc/
        +
        +
        Parameters:
        +
        documentId - ID of the AnyDocument you'd like to delete.
        +
        Returns:
        +
        the response data. CompletableFuture<String>
        +
        +
        +
      • +
      • +
        +

        getBankStatements

        +
        String getBankStatements(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, + org.json.JSONObject parameters)
        +
        Returns a json string String with the list of Bank Statements. https://docs.veryfi.com/api/bank-statements/get-bank-statements/
        +
        +
        Parameters:
        +
        page - The page number. The response is capped to maximum of 50 results per page.
        +
        pageSize - The number of Documents per page.
        +
        boundingBoxes - A field used to determine whether or not to return bounding_box and bounding_region for extracted fields in the Document response.
        +
        confidenceDetails - A field used to determine whether or not to return the score and ocr_score fields in the Document response.
        +
        parameters - Additional request parameters.
        +
        Returns:
        +
        the url String
        +
        +
        +
      • +
      • +
        +

        getBankStatementsAsync

        +
        CompletableFuture<String> getBankStatementsAsync(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, + org.json.JSONObject parameters)
        +
        Returns a json string CompletableFuture<String> list of BankStatements. https://docs.veryfi.com/api/bank-statements/get-bank-statements/
        +
        +
        Parameters:
        +
        page - The page number. The response is capped to maximum of 50 results per page.
        +
        pageSize - The number of Documents per page.
        +
        boundingBoxes - A field used to determine whether or not to return bounding_box and bounding_region for extracted fields in the Document response.
        +
        confidenceDetails - A field used to determine whether or not to return the score and ocr_score fields in the Document response.
        +
        parameters - Additional request parameters.
        +
        Returns:
        +
        the list of previously processed BankStatements String
        +
        +
        +
      • +
      • +
        +

        getBankStatement

        +
        String getBankStatement(String documentId)
        +
        Returns a json string String BankStatement information. https://docs.veryfi.com/api/bank-statements/get-a-bank-statement/
        +
        +
        Parameters:
        +
        documentId - ID of the BankStatement you'd like to retrieve.
        +
        Returns:
        +
        the data extracted from the BankStatement String
        +
        +
        +
      • +
      • +
        +

        getBankStatementAsync

        +
        CompletableFuture<String> getBankStatementAsync(String documentId)
        +
        Returns a json string CompletableFuture<String> BankStatement information. https://docs.veryfi.com/api/bank-statements/get-a-bank-statement/
        +
        +
        Parameters:
        +
        documentId - ID of the BankStatement you'd like to retrieve.
        +
        Returns:
        +
        the data extracted from the BankStatement String
        +
        +
        +
      • +
      • +
        +

        processBankStatement

        +
        String processBankStatement(String filePath, + org.json.JSONObject parameters)
        +
        Process a BankStatement and extract all the fields from it. https://docs.veryfi.com/api/bank-statements/process-a-bank-statement/
        +
        +
        Parameters:
        +
        filePath - Path on disk to a file to submit for data extraction.
        +
        parameters - Additional request parameters.
        +
        Returns:
        +
        the data extracted from the BankStatement String
        +
        +
        +
      • +
      • +
        +

        processBankStatementAsync

        +
        CompletableFuture<String> processBankStatementAsync(String filePath, + org.json.JSONObject parameters)
        +
        Process a BankStatement and extract all the fields from it. https://docs.veryfi.com/api/bank-statements/process-a-bank-statement/
        +
        +
        Parameters:
        +
        filePath - Path on disk to a file to submit for data extraction.
        +
        parameters - Additional request parameters.
        +
        Returns:
        +
        the data extracted from the BankStatement CompletableFuture<String>
        +
        +
        +
      • +
      • +
        +

        processBankStatementUrl

        +
        String processBankStatementUrl(String fileUrl, + List<String> fileUrls, + org.json.JSONObject parameters)
        +
        Process BankStatement from url and extract all the fields from it. https://docs.veryfi.com/api/bank-statements/process-a-bank-statement/
        +
        +
        Parameters:
        +
        fileUrl - Required if file_urls isn't specified. Publicly accessible URL to a file, e.g. "https://cdn.example.com/receipt.jpg".
        +
        fileUrls - Required if file_url isn't specifies. List of publicly accessible URLs to multiple files, e.g. ["https://cdn.example.com/receipt1.jpg", "https://cdn.example.com/receipt2.jpg"]
        +
        parameters - Additional request parameters
        +
        Returns:
        +
        the data extracted from the BankStatement String
        +
        +
        +
      • +
      • +
        +

        processBankStatementUrlAsync

        +
        CompletableFuture<String> processBankStatementUrlAsync(String fileUrl, + List<String> fileUrls, + org.json.JSONObject parameters)
        +
        Process BankStatement from url and extract all the fields from it. https://docs.veryfi.com/api/bank-statements/process-a-bank-statement/
        +
        +
        Parameters:
        +
        fileUrl - Required if file_urls isn't specified. Publicly accessible URL to a file, e.g. "https://cdn.example.com/receipt.jpg".
        +
        fileUrls - Required if file_url isn't specifies. List of publicly accessible URLs to multiple files, e.g. ["https://cdn.example.com/receipt1.jpg", "https://cdn.example.com/receipt2.jpg"]
        +
        parameters - Additional request parameters
        +
        Returns:
        +
        the data extracted from the BankStatement CompletableFuture<String>
        +
        +
        +
      • +
      • +
        +

        deleteBankStatement

        +
        String deleteBankStatement(String documentId)
        +
        Delete BankStatement from Veryfi. https://docs.veryfi.com/api/bank-statements/delete-a-bank-statement/
        +
        +
        Parameters:
        +
        documentId - ID of the BankStatement you'd like to delete.
        +
        Returns:
        +
        the response data. String
        +
        +
        +
      • +
      • +
        +

        deleteBankStatementAsync

        +
        CompletableFuture<String> deleteBankStatementAsync(String documentId)
        +
        Delete BankStatement from Veryfi. https://docs.veryfi.com/api/bank-statements/delete-a-bank-statement/
        +
        +
        Parameters:
        +
        documentId - ID of the BankStatement you'd like to delete.
        +
        Returns:
        +
        the response data. CompletableFuture<String>
        +
        +
        +
      • +
      • +
        +

        getBusinessCards

        +
        String getBusinessCards(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, + org.json.JSONObject parameters)
        +
        Returns a json string String with the list of Business Cards. https://docs.veryfi.com/api/business-cards/get-business-cards/
        +
        +
        Parameters:
        +
        page - The page number. The response is capped to maximum of 50 results per page.
        +
        pageSize - The number of Documents per page.
        +
        boundingBoxes - A field used to determine whether or not to return bounding_box and bounding_region for extracted fields in the Document response.
        +
        confidenceDetails - A field used to determine whether or not to return the score and ocr_score fields in the Document response.
        +
        parameters - Additional request parameters.
        +
        Returns:
        +
        the url String
        +
        +
        +
      • +
      • +
        +

        getBusinessCardsAsync

        +
        CompletableFuture<String> getBusinessCardsAsync(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, + org.json.JSONObject parameters)
        +
        Returns a json string CompletableFuture<String> list of Business Cards. https://docs.veryfi.com/api/business-cards/get-business-cards/
        +
        +
        Parameters:
        +
        page - The page number. The response is capped to maximum of 50 results per page.
        +
        pageSize - The number of Documents per page.
        +
        boundingBoxes - A field used to determine whether or not to return bounding_box and bounding_region for extracted fields in the Document response.
        +
        confidenceDetails - A field used to determine whether or not to return the score and ocr_score fields in the Document response.
        +
        parameters - Additional request parameters.
        +
        Returns:
        +
        the list of previously processed Business Cards String
        +
        +
        +
      • +
      • +
        +

        getBusinessCard

        +
        String getBusinessCard(String documentId)
        +
        Returns a json string String Business Card information. https://docs.veryfi.com/api/business-cards/get-a-business-card/
        +
        +
        Parameters:
        +
        documentId - ID of the BusinessCard you'd like to retrieve.
        +
        Returns:
        +
        the data extracted from the Business Card String
        +
        +
        +
      • +
      • +
        +

        getBusinessCardAsync

        +
        CompletableFuture<String> getBusinessCardAsync(String documentId)
        +
        Returns a json string CompletableFuture<String> Business Card information. https://docs.veryfi.com/api/business-cards/get-a-business-card/
        +
        +
        Parameters:
        +
        documentId - ID of the BusinessCard you'd like to retrieve.
        +
        Returns:
        +
        the data extracted from the Business Card String
        +
        +
        +
      • +
      • +
        +

        processBusinessCard

        +
        String processBusinessCard(String filePath, + org.json.JSONObject parameters)
        +
        Process a Business Card and extract all the fields from it. https://docs.veryfi.com/api/business-cards/process-a-business-card/
        +
        +
        Parameters:
        +
        filePath - Path on disk to a file to submit for data extraction.
        +
        parameters - Additional request parameters.
        +
        Returns:
        +
        the data extracted from the Business Card String
        +
        +
        +
      • +
      • +
        +

        processBusinessCardAsync

        +
        CompletableFuture<String> processBusinessCardAsync(String filePath, + org.json.JSONObject parameters)
        +
        Process a Business Card and extract all the fields from it. https://docs.veryfi.com/api/business-cards/process-a-business-card/
        +
        +
        Parameters:
        +
        filePath - Path on disk to a file to submit for data extraction.
        +
        parameters - Additional request parameters.
        +
        Returns:
        +
        the data extracted from the Business Card CompletableFuture<String>
        +
        +
        +
      • +
      • +
        +

        processBusinessCardUrl

        +
        String processBusinessCardUrl(String fileUrl, + List<String> fileUrls, + org.json.JSONObject parameters)
        +
        Process Business Card from url and extract all the fields from it. https://docs.veryfi.com/api/business-cards/process-a-business-card/
        +
        +
        Parameters:
        +
        fileUrl - Required if file_urls isn't specified. Publicly accessible URL to a file, e.g. "https://cdn.example.com/receipt.jpg".
        +
        fileUrls - Required if file_url isn't specifies. List of publicly accessible URLs to multiple files, e.g. ["https://cdn.example.com/receipt1.jpg", "https://cdn.example.com/receipt2.jpg"]
        +
        parameters - Additional request parameters
        +
        Returns:
        +
        the data extracted from the Business Card String
        +
        +
        +
      • +
      • +
        +

        processBusinessCardUrlAsync

        +
        CompletableFuture<String> processBusinessCardUrlAsync(String fileUrl, + List<String> fileUrls, + org.json.JSONObject parameters)
        +
        Process Business Card from url and extract all the fields from it. https://docs.veryfi.com/api/business-cards/process-a-business-card/
        +
        +
        Parameters:
        +
        fileUrl - Required if file_urls isn't specified. Publicly accessible URL to a file, e.g. "https://cdn.example.com/receipt.jpg".
        +
        fileUrls - Required if file_url isn't specifies. List of publicly accessible URLs to multiple files, e.g. ["https://cdn.example.com/receipt1.jpg", "https://cdn.example.com/receipt2.jpg"]
        +
        parameters - Additional request parameters
        +
        Returns:
        +
        the data extracted from the Business Card CompletableFuture<String>
        +
        +
        +
      • +
      • +
        +

        deleteBusinessCard

        +
        String deleteBusinessCard(String documentId)
        +
        Delete BusinessCard from Veryfi. https://docs.veryfi.com/api/business-cards/delete-a-business-card/
        +
        +
        Parameters:
        +
        documentId - ID of the Business Card you'd like to delete.
        +
        Returns:
        +
        the response data. String
        +
        +
        +
      • +
      • +
        +

        deleteBusinessCardAsync

        +
        CompletableFuture<String> deleteBusinessCardAsync(String documentId)
        +
        Delete BusinessCard from Veryfi. https://docs.veryfi.com/api/business-cards/delete-a-business-card/
        +
        +
        Parameters:
        +
        documentId - ID of the Business Card you'd like to delete.
        +
        Returns:
        +
        the response data. CompletableFuture<String>
        +
        +
        +
      • +
      • +
        +

        getChecks

        +
        String getChecks(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, + org.json.JSONObject parameters)
        +
        Returns a json string String with the list of Checks. https://docs.veryfi.com/api/checks/get-checks/
        +
        +
        Parameters:
        +
        page - The page number. The response is capped to maximum of 50 results per page.
        +
        pageSize - The number of Documents per page.
        +
        boundingBoxes - A field used to determine whether or not to return bounding_box and bounding_region for extracted fields in the Document response.
        +
        confidenceDetails - A field used to determine whether or not to return the score and ocr_score fields in the Document response.
        +
        parameters - Additional request parameters.
        +
        Returns:
        +
        the url String
        +
        +
        +
      • +
      • +
        +

        getChecksAsync

        +
        CompletableFuture<String> getChecksAsync(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, + org.json.JSONObject parameters)
        +
        Returns a json string CompletableFuture<String> list of Checks. https://docs.veryfi.com/api/checks/get-checks/
        +
        +
        Parameters:
        +
        page - The page number. The response is capped to maximum of 50 results per page.
        +
        pageSize - The number of Documents per page.
        +
        boundingBoxes - A field used to determine whether or not to return bounding_box and bounding_region for extracted fields in the Document response.
        +
        confidenceDetails - A field used to determine whether or not to return the score and ocr_score fields in the Document response.
        +
        parameters - Additional request parameters.
        +
        Returns:
        +
        the list of previously processed checks String
        +
        +
        +
      • +
      • +
        +

        getCheck

        +
        String getCheck(String documentId)
        +
        Returns a json string String Check information. https://docs.veryfi.com/api/checks/get-a-check/
        +
        +
        Parameters:
        +
        documentId - ID of the Check you'd like to retrieve.
        +
        Returns:
        +
        the data extracted from the Check String
        +
        +
        +
      • +
      • +
        +

        getCheckAsync

        +
        CompletableFuture<String> getCheckAsync(String documentId)
        +
        Returns a json string CompletableFuture<String> Check information.
        +
        +
        Parameters:
        +
        documentId - ID of the Check you'd like to retrieve. https://docs.veryfi.com/api/checks/get-a-check/
        +
        Returns:
        +
        the data extracted from the Check String
        +
        +
        +
      • +
      • +
        +

        processCheck

        +
        String processCheck(String filePath, + org.json.JSONObject parameters)
        +
        Process a Check and extract all the fields from it. https://docs.veryfi.com/api/checks/process-a-check/
        +
        +
        Parameters:
        +
        filePath - Path on disk to a file to submit for data extraction.
        +
        parameters - Additional request parameters.
        +
        Returns:
        +
        the data extracted from the Check String
        +
        +
        +
      • +
      • +
        +

        processCheckAsync

        +
        CompletableFuture<String> processCheckAsync(String filePath, + org.json.JSONObject parameters)
        +
        Process a Check and extract all the fields from it. https://docs.veryfi.com/api/checks/process-a-check/
        +
        +
        Parameters:
        +
        filePath - Path on disk to a file to submit for data extraction.
        +
        parameters - Additional request parameters.
        +
        Returns:
        +
        the data extracted from the Check CompletableFuture<String>
        +
        +
        +
      • +
      • +
        +

        processCheckUrl

        +
        String processCheckUrl(String fileUrl, + List<String> fileUrls, + org.json.JSONObject parameters)
        +
        Process Check from url and extract all the fields from it. https://docs.veryfi.com/api/checks/process-a-check/
        +
        +
        Parameters:
        +
        fileUrl - Required if file_urls isn't specified. Publicly accessible URL to a file, e.g. "https://cdn.example.com/receipt.jpg".
        +
        fileUrls - Required if file_url isn't specifies. List of publicly accessible URLs to multiple files, e.g. ["https://cdn.example.com/receipt1.jpg", "https://cdn.example.com/receipt2.jpg"]
        +
        parameters - Additional request parameters
        +
        Returns:
        +
        the data extracted from the Check String
        +
        +
        +
      • +
      • +
        +

        processCheckUrlAsync

        +
        CompletableFuture<String> processCheckUrlAsync(String fileUrl, + List<String> fileUrls, + org.json.JSONObject parameters)
        +
        Process Check from url and extract all the fields from it. https://docs.veryfi.com/api/checks/process-a-check/
        +
        +
        Parameters:
        +
        fileUrl - Required if file_urls isn't specified. Publicly accessible URL to a file, e.g. "https://cdn.example.com/receipt.jpg".
        +
        fileUrls - Required if file_url isn't specifies. List of publicly accessible URLs to multiple files, e.g. ["https://cdn.example.com/receipt1.jpg", "https://cdn.example.com/receipt2.jpg"]
        +
        parameters - Additional request parameters
        +
        Returns:
        +
        the data extracted from the Check CompletableFuture<String>
        +
        +
        +
      • +
      • +
        +

        deleteCheck

        +
        String deleteCheck(String documentId)
        +
        Delete Check from Veryfi. https://docs.veryfi.com/api/checks/delete-a-check/
        +
        +
        Parameters:
        +
        documentId - ID of the Check you'd like to delete.
        +
        Returns:
        +
        the response data. String
        +
        +
        +
      • +
      • +
        +

        deleteCheckAsync

        +
        CompletableFuture<String> deleteCheckAsync(String documentId)
        +
        Delete Check from Veryfi. https://docs.veryfi.com/api/checks/delete-a-check/
        +
        +
        Parameters:
        +
        documentId - ID of the Check you'd like to delete.
        +
        Returns:
        +
        the response data. CompletableFuture<String>
        +
        +
        +
      • +
      • +
        +

        getW2s

        +
        String getW2s(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, + org.json.JSONObject parameters)
        +
        Returns a json string String with the list of W2s. https://docs.veryfi.com/api/w2s/get-w-2-s/
        +
        +
        Parameters:
        +
        page - The page number. The response is capped to maximum of 50 results per page.
        +
        pageSize - The number of Documents per page.
        +
        boundingBoxes - A field used to determine whether or not to return bounding_box and bounding_region for extracted fields in the Document response.
        +
        confidenceDetails - A field used to determine whether or not to return the score and ocr_score fields in the Document response.
        +
        parameters - Additional request parameters.
        +
        Returns:
        +
        the url String
        +
        +
        +
      • +
      • +
        +

        getW2sAsync

        +
        CompletableFuture<String> getW2sAsync(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, + org.json.JSONObject parameters)
        +
        Returns a json string CompletableFuture<String> list of W2s. https://docs.veryfi.com/api/w2s/get-w-2-s/
        +
        +
        Parameters:
        +
        page - The page number. The response is capped to maximum of 50 results per page.
        +
        pageSize - The number of Documents per page.
        +
        boundingBoxes - A field used to determine whether or not to return bounding_box and bounding_region for extracted fields in the Document response.
        +
        confidenceDetails - A field used to determine whether or not to return the score and ocr_score fields in the Document response.
        +
        parameters - Additional request parameters.
        +
        Returns:
        +
        the list of previously processed W2s String
        +
        +
        +
      • +
      • +
        +

        getW2

        +
        String getW2(String documentId)
        +
        Returns a json string String W2 information. https://docs.veryfi.com/api/w2s/get-a-w-2/
        +
        +
        Parameters:
        +
        documentId - ID of the W2 you'd like to retrieve.
        +
        Returns:
        +
        the data extracted from the W2 String
        +
        +
        +
      • +
      • +
        +

        getW2Async

        +
        CompletableFuture<String> getW2Async(String documentId)
        +
        Returns a json string CompletableFuture<String> W2 information. https://docs.veryfi.com/api/w2s/get-a-w-2/
        +
        +
        Parameters:
        +
        documentId - ID of the W2 you'd like to retrieve.
        +
        Returns:
        +
        the data extracted from the W2 String
        +
        +
        +
      • +
      • +
        +

        processW2

        +
        String processW2(String filePath, + org.json.JSONObject parameters)
        +
        Process a W2 and extract all the fields from it. https://docs.veryfi.com/api/w2s/process-a-w-2/
        +
        +
        Parameters:
        +
        filePath - Path on disk to a file to submit for data extraction.
        +
        parameters - Additional request parameters.
        +
        Returns:
        +
        the data extracted from the W2 String
        +
        +
        +
      • +
      • +
        +

        processW2Async

        +
        CompletableFuture<String> processW2Async(String filePath, + org.json.JSONObject parameters)
        +
        Process a W2 and extract all the fields from it. https://docs.veryfi.com/api/w2s/process-a-w-2/
        +
        +
        Parameters:
        +
        filePath - Path on disk to a file to submit for data extraction.
        +
        parameters - Additional request parameters.
        +
        Returns:
        +
        the data extracted from the W2 CompletableFuture<String>
        +
        +
        +
      • +
      • +
        +

        processW2Url

        +
        String processW2Url(String fileUrl, + List<String> fileUrls, + org.json.JSONObject parameters)
        +
        Process W2 from url and extract all the fields from it. https://docs.veryfi.com/api/w2s/process-a-w-2/
        +
        +
        Parameters:
        +
        fileUrl - Required if file_urls isn't specified. Publicly accessible URL to a file, e.g. "https://cdn.example.com/receipt.jpg".
        +
        fileUrls - Required if file_url isn't specifies. List of publicly accessible URLs to multiple files, e.g. ["https://cdn.example.com/receipt1.jpg", "https://cdn.example.com/receipt2.jpg"]
        +
        parameters - Additional request parameters
        +
        Returns:
        +
        the data extracted from the W2 String
        +
        +
        +
      • +
      • +
        +

        processW2UrlAsync

        +
        CompletableFuture<String> processW2UrlAsync(String fileUrl, + List<String> fileUrls, + org.json.JSONObject parameters)
        +
        Process W2 from url and extract all the fields from it. https://docs.veryfi.com/api/w2s/process-a-w-2/
        +
        +
        Parameters:
        +
        fileUrl - Required if file_urls isn't specified. Publicly accessible URL to a file, e.g. "https://cdn.example.com/receipt.jpg".
        +
        fileUrls - Required if file_url isn't specifies. List of publicly accessible URLs to multiple files, e.g. ["https://cdn.example.com/receipt1.jpg", "https://cdn.example.com/receipt2.jpg"]
        +
        parameters - Additional request parameters
        +
        Returns:
        +
        the data extracted from the W2 CompletableFuture<String>
        +
        +
        +
      • +
      • +
        +

        deleteW2

        +
        String deleteW2(String documentId)
        +
        Delete W2 from Veryfi. https://docs.veryfi.com/api/w2s/delete-a-w-2/
        +
        +
        Parameters:
        +
        documentId - ID of the W2 you'd like to delete.
        +
        Returns:
        +
        the response data. String
        +
        +
        +
      • +
      • +
        +

        deleteW2Async

        +
        CompletableFuture<String> deleteW2Async(String documentId)
        +
        Delete W2 from Veryfi. https://docs.veryfi.com/api/w2s/delete-a-w-2/
        +
        +
        Parameters:
        +
        documentId - ID of the W2 you'd like to delete.
        +
        Returns:
        +
        the response data. CompletableFuture<String>
        +
        +
        +
      • -
        -

        getDocuments

        -
        String getDocuments()
        -
        Returns a json string String list of documents.
        +
        +

        getW8BenEs

        +
        String getW8BenEs(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, + org.json.JSONObject parameters)
        +
        Returns a json string String with the list of W-8BEN-E. https://docs.veryfi.com/api/w-8ben-e/get-w-8-ben-es/
        +
        Parameters:
        +
        page - The page number. The response is capped to maximum of 50 results per page.
        +
        pageSize - The number of Documents per page.
        +
        boundingBoxes - A field used to determine whether or not to return bounding_box and bounding_region for extracted fields in the Document response.
        +
        confidenceDetails - A field used to determine whether or not to return the score and ocr_score fields in the Document response.
        +
        parameters - Additional request parameters.
        Returns:
        -
        the list of previously processed documents String
        +
        the url String
      • -
        -

        getDocumentsAsync

        -
        CompletableFuture<String> getDocumentsAsync()
        -
        Returns a json string CompletableFuture<String> list of documents.
        +
        +

        getW8BenEsAsync

        +
        CompletableFuture<String> getW8BenEsAsync(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, + org.json.JSONObject parameters)
        +
        Returns a json string CompletableFuture<String> list of W-8BEN-E. https://docs.veryfi.com/api/w-8ben-e/get-w-8-ben-es/
        +
        Parameters:
        +
        page - The page number. The response is capped to maximum of 50 results per page.
        +
        pageSize - The number of Documents per page.
        +
        boundingBoxes - A field used to determine whether or not to return bounding_box and bounding_region for extracted fields in the Document response.
        +
        confidenceDetails - A field used to determine whether or not to return the score and ocr_score fields in the Document response.
        +
        parameters - Additional request parameters.
        Returns:
        -
        the list of previously processed documents String
        +
        the list of previously processed W-8BEN-E String
      • -
        -

        getDocument

        -
        String getDocument(String documentId)
        -
        Returns a json string String document information
        +
        +

        getW8BenE

        +
        String getW8BenE(String documentId)
        +
        Returns a json string String W-8BEN-E information. https://docs.veryfi.com/api/w-8ben-e/get-a-w-8-ben-e/
        Parameters:
        -
        documentId - ID of the document you'd like to retrieve.
        +
        documentId - ID of the W-8BEN-E you'd like to retrieve.
        Returns:
        -
        the data extracted from the Document String
        +
        the data extracted from the W-8BEN-E String
      • -
        -

        getDocumentAsync

        -
        CompletableFuture<String> getDocumentAsync(String documentId)
        -
        Returns a json string CompletableFuture<String> document information.
        +
        +

        getW8BenEAsync

        +
        CompletableFuture<String> getW8BenEAsync(String documentId)
        +
        Returns a json string CompletableFuture<String> W-8BEN-E information.
        Parameters:
        -
        documentId - ID of the document you'd like to retrieve.
        +
        documentId - ID of the W-8BEN-E you'd like to retrieve. https://docs.veryfi.com/api/w-8ben-e/get-a-w-8-ben-e/
        Returns:
        -
        the data extracted from the Document CompletableFuture<String>
        +
        the data extracted from the W-8BEN-E String
      • -
        -

        processDocument

        -
        String processDocument(String filePath, - List<String> categories, - boolean deleteAfterProcessing, +
        +

        processW8BenE

        +
        String processW8BenE(String filePath, org.json.JSONObject parameters)
        -
        Process a document and extract all the fields from it
        +
        Process a W-8BEN-E and extract all the fields from it. https://docs.veryfi.com/api/w-8ben-e/process-a-w-8-ben-e/
        Parameters:
        -
        filePath - Path on disk to a file to submit for data extraction
        -
        categories - List of categories Veryfi can use to categorize the document
        -
        deleteAfterProcessing - Delete this document from Veryfi after data has been extracted
        -
        parameters - Additional request parameters
        +
        filePath - Path on disk to a file to submit for data extraction.
        +
        parameters - Additional request parameters.
        Returns:
        -
        the data extracted from the Document String
        +
        the data extracted from the W-8BEN-E String
      • -
        -

        processDocumentAsync

        -
        CompletableFuture<String> processDocumentAsync(String filePath, - List<String> categories, - boolean deleteAfterProcessing, +
        +

        processW8BenEAsync

        +
        CompletableFuture<String> processW8BenEAsync(String filePath, org.json.JSONObject parameters)
        -
        Process a document and extract all the fields from it
        +
        Process a W-8BEN-E and extract all the fields from it. https://docs.veryfi.com/api/w-8ben-e/process-a-w-8-ben-e/
        Parameters:
        -
        filePath - Path on disk to a file to submit for data extraction
        -
        categories - List of categories Veryfi can use to categorize the document
        -
        deleteAfterProcessing - Delete this document from Veryfi after data has been extracted
        -
        parameters - Additional request parameters
        +
        filePath - Path on disk to a file to submit for data extraction.
        +
        parameters - Additional request parameters.
        Returns:
        -
        the data extracted from the Document CompletableFuture<String>
        +
        the data extracted from the W-8BEN-E CompletableFuture<String>
      • -
        -

        processDocumentUrl

        -
        String processDocumentUrl(String fileUrl, +
        +

        processW8BenEUrl

        +
        String processW8BenEUrl(String fileUrl, List<String> fileUrls, - List<String> categories, - boolean deleteAfterProcessing, - int maxPagesToProcess, - boolean boostMode, - String externalId, org.json.JSONObject parameters)
        -
        Process Document from url and extract all the fields from it.
        +
        Process W-8BEN-E from url and extract all the fields from it. https://docs.veryfi.com/api/w-8ben-e/process-a-w-8-ben-e/
        Parameters:
        fileUrl - Required if file_urls isn't specified. Publicly accessible URL to a file, e.g. "https://cdn.example.com/receipt.jpg".
        fileUrls - Required if file_url isn't specifies. List of publicly accessible URLs to multiple files, e.g. ["https://cdn.example.com/receipt1.jpg", "https://cdn.example.com/receipt2.jpg"]
        -
        categories - List of categories to use when categorizing the document
        -
        deleteAfterProcessing - Delete this document from Veryfi after data has been extracted
        -
        maxPagesToProcess - When sending a long document to Veryfi for processing, this parameter controls how many pages of the document will be read and processed, starting from page 1.
        -
        boostMode - Flag that tells Veryfi whether boost mode should be enabled. When set to 1, Veryfi will skip data enrichment steps, but will process the document faster. Default value for this flag is 0
        -
        externalId - Optional custom document identifier. Use this if you would like to assign your own ID to documents
        parameters - Additional request parameters
        Returns:
        -
        the data extracted from the Document String
        +
        the data extracted from the W-8BEN-E String
      • -
        -

        processDocumentUrlAsync

        -
        CompletableFuture<String> processDocumentUrlAsync(String fileUrl, +
        +

        processW8BenEUrlAsync

        +
        CompletableFuture<String> processW8BenEUrlAsync(String fileUrl, List<String> fileUrls, - List<String> categories, - boolean deleteAfterProcessing, - int maxPagesToProcess, - boolean boostMode, - String externalId, org.json.JSONObject parameters)
        -
        Process Document from url and extract all the fields from it.
        +
        Process W-8BEN-E from url and extract all the fields from it. https://docs.veryfi.com/api/w-8ben-e/process-a-w-8-ben-e/
        Parameters:
        fileUrl - Required if file_urls isn't specified. Publicly accessible URL to a file, e.g. "https://cdn.example.com/receipt.jpg".
        fileUrls - Required if file_url isn't specifies. List of publicly accessible URLs to multiple files, e.g. ["https://cdn.example.com/receipt1.jpg", "https://cdn.example.com/receipt2.jpg"]
        -
        categories - List of categories to use when categorizing the document
        -
        deleteAfterProcessing - Delete this document from Veryfi after data has been extracted
        -
        maxPagesToProcess - When sending a long document to Veryfi for processing, this parameter controls how many pages of the document will be read and processed, starting from page 1.
        -
        boostMode - Flag that tells Veryfi whether boost mode should be enabled. When set to 1, Veryfi will skip data enrichment steps, but will process the document faster. Default value for this flag is 0
        -
        externalId - Optional custom document identifier. Use this if you would like to assign your own ID to documents
        parameters - Additional request parameters
        Returns:
        -
        the data extracted from the Document CompletableFuture<String>
        +
        the data extracted from the W-8BEN-E CompletableFuture<String>
      • -
        -

        deleteDocument

        -
        String deleteDocument(String documentId)
        -
        Delete Document from Veryfi
        +
        +

        deleteW8BenE

        +
        String deleteW8BenE(String documentId)
        +
        Delete W-8BEN-E from Veryfi. https://docs.veryfi.com/api/w-8ben-e/delete-a-w-8-ben-e/
        Parameters:
        -
        documentId - ID of the document you'd like to delete.
        +
        documentId - ID of the W-8BEN-E you'd like to delete.
        Returns:
        the response data. String
      • -
        -

        deleteDocumentAsync

        -
        CompletableFuture<String> deleteDocumentAsync(String documentId)
        -
        Delete Document from Veryfi.
        +
        +

        deleteW8BenEAsync

        +
        CompletableFuture<String> deleteW8BenEAsync(String documentId)
        +
        Delete W-8BEN-E from Veryfi. https://docs.veryfi.com/api/w-8ben-e/delete-a-w-8-ben-e/
        Parameters:
        -
        documentId - ID of the document you'd like to delete.
        +
        documentId - ID of the W-8BEN-E you'd like to delete.
        Returns:
        the response data. CompletableFuture<String>
      • -
        -

        updateDocument

        -
        String updateDocument(String documentId, +
        +

        getW9s

        +
        String getW9s(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, org.json.JSONObject parameters)
        -
        Update data for a previously processed document, including almost any field like `vendor`, `date`, `notes` and etc.
        +
        Returns a json string String with the list of W9s. https://docs.veryfi.com/api/w9s/get-w-9-s/
        Parameters:
        -
        documentId - ID of the document you'd like to update.
        +
        page - The page number. The response is capped to maximum of 50 results per page.
        +
        pageSize - The number of Documents per page.
        +
        boundingBoxes - A field used to determine whether or not to return bounding_box and bounding_region for extracted fields in the Document response.
        +
        confidenceDetails - A field used to determine whether or not to return the score and ocr_score fields in the Document response.
        parameters - Additional request parameters.
        Returns:
        -
        A document json with updated fields, if fields are writable. Otherwise a document with unchanged fields. String
        +
        the url String
      • -
        -

        updateDocumentAsync

        -
        CompletableFuture<String> updateDocumentAsync(String documentId, +
        +

        getW9sAsync

        +
        CompletableFuture<String> getW9sAsync(int page, + int pageSize, + boolean boundingBoxes, + boolean confidenceDetails, org.json.JSONObject parameters)
        -
        Update data for a previously processed document, including almost any field like `vendor`, `date`, `notes` and etc.
        +
        Returns a json string CompletableFuture<String> list of W9s. https://docs.veryfi.com/api/w9s/get-w-9-s/
        Parameters:
        -
        documentId - ID of the document you'd like to update.
        +
        page - The page number. The response is capped to maximum of 50 results per page.
        +
        pageSize - The number of Documents per page.
        +
        boundingBoxes - A field used to determine whether or not to return bounding_box and bounding_region for extracted fields in the Document response.
        +
        confidenceDetails - A field used to determine whether or not to return the score and ocr_score fields in the Document response.
        parameters - Additional request parameters.
        Returns:
        -
        A document json with updated fields, if fields are writable. Otherwise a document with unchanged fields. CompletableFuture<String>
        +
        the list of previously processed W9s String
      • -
        -

        getLineItems

        -
        String getLineItems(String documentId)
        -
        Retrieve all line items for a document.
        +
        +

        getW9

        +
        String getW9(String documentId)
        +
        Returns a json string String W9 information. https://docs.veryfi.com/api/w9s/get-a-w-9/
        Parameters:
        -
        documentId - ID of the document you'd like to retrieve.
        +
        documentId - ID of the W9 you'd like to retrieve.
        Returns:
        -
        List of line items extracted from the document. String
        +
        the data extracted from the W9 String
      • -
        -

        getLineItemsAsync

        -
        CompletableFuture<String> getLineItemsAsync(String documentId)
        -
        Retrieve all line items for a document.
        +
        +

        getW9Async

        +
        CompletableFuture<String> getW9Async(String documentId)
        +
        Returns a json string CompletableFuture<String> W9 information. https://docs.veryfi.com/api/w9s/get-a-w-9/
        Parameters:
        -
        documentId - ID of the document you'd like to retrieve.
        +
        documentId - ID of the W9 you'd like to retrieve.
        Returns:
        -
        List of line items extracted from the document. CompletableFuture<String>
        +
        the data extracted from the W9 String
      • -
        -

        getLineItem

        -
        String getLineItem(String documentId, - String lineItemId)
        -
        Retrieve a line item for existing document by ID.
        +
        +

        processW9

        +
        String processW9(String filePath, + org.json.JSONObject parameters)
        +
        Process a W9 and extract all the fields from it. https://docs.veryfi.com/api/w9s/process-a-w-9/
        Parameters:
        -
        documentId - ID of the document you'd like to retrieve.
        -
        lineItemId - ID of the line item you'd like to retrieve.
        +
        filePath - Path on disk to a file to submit for data extraction.
        +
        parameters - Additional request parameters.
        Returns:
        -
        Line item extracted from the document. String
        +
        the data extracted from the W9 String
      • -
        -

        getLineItemAsync

        -
        CompletableFuture<String> getLineItemAsync(String documentId, - String lineItemId)
        -
        Retrieve a line item for existing document by ID.
        +
        +

        processW9Async

        +
        CompletableFuture<String> processW9Async(String filePath, + org.json.JSONObject parameters)
        +
        Process a W9 and extract all the fields from it. https://docs.veryfi.com/api/w9s/process-a-w-9/
        Parameters:
        -
        documentId - ID of the document you'd like to retrieve.
        -
        lineItemId - ID of the line item you'd like to retrieve.
        +
        filePath - Path on disk to a file to submit for data extraction.
        +
        parameters - Additional request parameters.
        Returns:
        -
        Line item extracted from the document. CompletableFuture<String>
        +
        the data extracted from the W9 CompletableFuture<String>
      • -
        -

        addLineItem

        -
        String addLineItem(String documentId, - AddLineItem payload) - throws NotValidModelException
        -
        Add a new line item on an existing document.
        +
        +

        processW9Url

        +
        String processW9Url(String fileUrl, + List<String> fileUrls, + org.json.JSONObject parameters)
        +
        Process W9 from url and extract all the fields from it. https://docs.veryfi.com/api/w9s/process-a-w-9/
        Parameters:
        -
        documentId - ID of the document you'd like to update.
        -
        payload - line item object to add.
        +
        fileUrl - Required if file_urls isn't specified. Publicly accessible URL to a file, e.g. "https://cdn.example.com/receipt.jpg".
        +
        fileUrls - Required if file_url isn't specifies. List of publicly accessible URLs to multiple files, e.g. ["https://cdn.example.com/receipt1.jpg", "https://cdn.example.com/receipt2.jpg"]
        +
        parameters - Additional request parameters
        Returns:
        -
        Added line item data. String
        -
        Throws:
        -
        NotValidModelException - when the model is not valid it throws this exception.
        +
        the data extracted from the W9 String
      • -
        -

        addLineItemAsync

        -
        CompletableFuture<String> addLineItemAsync(String documentId, - AddLineItem payload) - throws NotValidModelException
        -
        Add a new line item on an existing document.
        +
        +

        processW9UrlAsync

        +
        CompletableFuture<String> processW9UrlAsync(String fileUrl, + List<String> fileUrls, + org.json.JSONObject parameters)
        +
        Process W9 from url and extract all the fields from it. https://docs.veryfi.com/api/w9s/process-a-w-9/
        Parameters:
        -
        documentId - ID of the document you'd like to update.
        -
        payload - line item object to add.
        +
        fileUrl - Required if file_urls isn't specified. Publicly accessible URL to a file, e.g. "https://cdn.example.com/receipt.jpg".
        +
        fileUrls - Required if file_url isn't specifies. List of publicly accessible URLs to multiple files, e.g. ["https://cdn.example.com/receipt1.jpg", "https://cdn.example.com/receipt2.jpg"]
        +
        parameters - Additional request parameters
        Returns:
        -
        Added line item data. CompletableFuture<String>
        -
        Throws:
        -
        NotValidModelException - when the model is not valid it throws this exception.
        +
        the data extracted from the W9 CompletableFuture<String>
      • -
        -

        updateLineItem

        -
        String updateLineItem(String documentId, - String lineItemId, - UpdateLineItem payload) - throws NotValidModelException
        -
        Update an existing line item on an existing document.
        +
        +

        deleteW9

        +
        String deleteW9(String documentId)
        +
        Delete W9 from Veryfi. https://docs.veryfi.com/api/w9s/delete-a-w-9/
        Parameters:
        -
        documentId - ID of the document you'd like to update.
        -
        lineItemId - ID of the line item you'd like to update.
        -
        payload - line item object to update.
        +
        documentId - ID of the W9 you'd like to delete.
        Returns:
        -
        Line item data with updated fields, if fields are writable. Otherwise line item data with unchanged fields. String
        -
        Throws:
        -
        NotValidModelException - when the model is not valid it throws this exception.
        +
        the response data. String
      • -
        -

        updateLineItemAsync

        -
        CompletableFuture<String> updateLineItemAsync(String documentId, - String lineItemId, - UpdateLineItem payload) - throws NotValidModelException
        -
        Update an existing line item on an existing document.
        +
        +

        deleteW9Async

        +
        CompletableFuture<String> deleteW9Async(String documentId)
        +
        Delete W9 from Veryfi. https://docs.veryfi.com/api/w9s/delete-a-w-9/
        Parameters:
        -
        documentId - ID of the document you'd like to update.
        -
        lineItemId - ID of the line item you'd like to update.
        -
        payload - line item object to update.
        +
        documentId - ID of the W9 you'd like to delete.
        Returns:
        -
        Line item data with updated fields, if fields are writable. Otherwise line item data with unchanged fields. CompletableFuture<String>
        -
        Throws:
        -
        NotValidModelException - when the model is not valid it throws this exception.
        +
        the response data. CompletableFuture<String>
      • -
        -

        deleteLineItems

        -
        String deleteLineItems(String documentId)
        -
        Delete all line items on an existing document.
        +
        +

        getContracts

        +
        String getContracts(int page, + int pageSize, + org.json.JSONObject parameters)
        +
        Returns a json string String with the list of Contracts.
        Parameters:
        -
        documentId - ID of the document you'd like to delete.
        +
        page - The page number. The response is capped to maximum of 50 results per page.
        +
        pageSize - The number of Documents per page.
        +
        parameters - Additional request parameters.
        Returns:
        -
        the response data. String
        +
        the url String
      • -
        -

        deleteLineItemsAsync

        -
        CompletableFuture<String> deleteLineItemsAsync(String documentId)
        -
        Delete all line items on an existing document.
        +
        +

        getContractsAsync

        +
        CompletableFuture<String> getContractsAsync(int page, + int pageSize, + org.json.JSONObject parameters)
        +
        Returns a json string CompletableFuture<String> list of Contracts.
        Parameters:
        -
        documentId - ID of the document you'd like to delete.
        +
        page - The page number. The response is capped to maximum of 50 results per page.
        +
        pageSize - The number of Documents per page.
        +
        parameters - Additional request parameters.
        Returns:
        +
        the list of previously processed Contracts String
      • -
        -

        deleteLineItem

        -
        String deleteLineItem(String documentId, - String lineItemId)
        -
        Delete an existing line item on an existing document.
        +
        +

        getContract

        +
        String getContract(String documentId)
        +
        Returns a json string String with the Contract information.
        Parameters:
        -
        documentId - ID of the document you'd like to delete.
        -
        lineItemId - ID of the line item you'd like to delete.
        +
        documentId - ID of the Contract you'd like to retrieve.
        Returns:
        -
        the response data. String
        +
        the data extracted from the Contract String
      • -
        -

        deleteLineItemAsync

        -
        CompletableFuture<String> deleteLineItemAsync(String documentId, - String lineItemId)
        -
        Delete an existing line item on an existing document.
        +
        +

        getContractAsync

        +
        CompletableFuture<String> getContractAsync(String documentId)
        +
        Returns a json string CompletableFuture<String> with the Contract information.
        Parameters:
        -
        documentId - ID of the document you'd like to delete.
        -
        lineItemId - ID of the line item you'd like to delete.
        +
        documentId - ID of the Contract you'd like to retrieve.
        Returns:
        -
        the response data. CompletableFuture<String>
        +
        the data extracted from the Contract String
        +
        +
        +
      • +
      • +
        +

        processContract

        +
        String processContract(String filePath, + org.json.JSONObject parameters)
        +
        Process a Contract and extract all the fields from it.
        +
        +
        Parameters:
        +
        filePath - Path on disk to a file to submit for data extraction.
        +
        parameters - Additional request parameters.
        +
        Returns:
        +
        the data extracted from the Contract String
        +
        +
        +
      • +
      • +
        +

        processContractAsync

        +
        CompletableFuture<String> processContractAsync(String filePath, + org.json.JSONObject parameters)
        +
        Process a Contract and extract all the fields from it.
        +
        +
        Parameters:
        +
        filePath - Path on disk to a file to submit for data extraction.
        +
        parameters - Additional request parameters.
        +
        Returns:
        +
        the data extracted from the Contract CompletableFuture<String>
        +
        +
        +
      • +
      • +
        +

        processContractUrl

        +
        String processContractUrl(String fileUrl, + org.json.JSONObject parameters)
        +
        Process Contract from url and extract all the fields from it.
        +
        +
        Parameters:
        +
        fileUrl - Required if file_urls isn't specified. Publicly accessible URL to a file, e.g. "https://cdn.example.com/receipt.jpg".
        +
        parameters - Additional request parameters
        +
        Returns:
        +
        the data extracted from the Contract String
      • -
        -

        setTimeOut

        -
        void setTimeOut(int timeOut)
        -
        Define new time out for the requests in seconds
        +
        +

        processContractUrlAsync

        +
        CompletableFuture<String> processContractUrlAsync(String fileUrl, + org.json.JSONObject parameters)
        +
        Process Contract from url and extract all the fields from it.
        Parameters:
        -
        timeOut - of the http requests in seconds
        +
        fileUrl - Required if file_urls isn't specified. Publicly accessible URL to a file, e.g. "https://cdn.example.com/receipt.jpg".
        +
        parameters - Additional request parameters
        +
        Returns:
        +
        the data extracted from the Contract CompletableFuture<String>
      • -
        -

        setBaseUrl

        -
        void setBaseUrl(String baseUrl)
        -
        By default is https://api.veryfi.com/api/;
        +
        +

        deleteContract

        +
        String deleteContract(String documentId)
        +
        Delete a Contract from Veryfi.
        Parameters:
        -
        baseUrl - for the Veryfi API
        +
        documentId - ID of the Contract you'd like to delete.
        +
        Returns:
        +
        the response data. String
      • -
        -

        setHttpClient

        -
        void setHttpClient(HttpClient httpClient)
        -
        By default is https://api.veryfi.com/api/;
        +
        +

        deleteContractAsync

        +
        CompletableFuture<String> deleteContractAsync(String documentId)
        +
        Delete a Contract from Veryfi.
        Parameters:
        -
        httpClient - for the Veryfi API
        +
        documentId - ID of the Contract you'd like to delete.
        +
        Returns:
        +
        the response data. CompletableFuture<String>
      • @@ -699,6 +2536,10 @@

        setHttpClient

      +
      +
      + +
      diff --git a/docs/veryfi/ClientImpl.html b/docs/veryfi/ClientImpl.html deleted file mode 100644 index 0ce8405..0000000 --- a/docs/veryfi/ClientImpl.html +++ /dev/null @@ -1,1122 +0,0 @@ - - - - -ClientImpl - - - - - - - - - - - - - - - -
      - -
      -
      - -
      -
      Package veryfi
      -

      Class ClientImpl

      -
      -
      java.lang.Object -
      veryfi.ClientImpl
      -
      -
      -
      -
      All Implemented Interfaces:
      -
      Client
      -
      -
      -
      public class ClientImpl -extends Object -implements Client
      -
      Veryfi API client for Java.
      -
      -
      - -
      -
      -
        - -
      • -
        -

        Field Details

        -
          -
        • -
          -

          logger

          -
          private final Logger logger
          -
          -
        • -
        • -
          -

          clientId

          -
          private final String clientId
          -
          -
        • -
        • -
          -

          clientSecret

          -
          private final String clientSecret
          -
          -
        • -
        • -
          -

          username

          -
          private final String username
          -
          -
        • -
        • -
          -

          apiKey

          -
          private final String apiKey
          -
          -
        • -
        • -
          -

          apiVersion

          -
          private final int apiVersion
          -
          -
        • -
        • -
          -

          baseUrl

          -
          private String baseUrl
          -
          -
        • -
        • -
          -

          timeOut

          -
          private int timeOut
          -
          -
        • -
        • -
          -

          httpClient

          -
          private HttpClient httpClient
          -
          -
        • -
        -
        -
      • - -
      • -
        -

        Constructor Details

        -
          -
        • -
          -

          ClientImpl

          -
          public ClientImpl(String clientId, - String clientSecret, - String username, - String apiKey, - int apiVersion)
          -
          Creates an instance of ClientImpl.
          -
          -
          Parameters:
          -
          clientId - the String provided by Veryfi.
          -
          clientSecret - the String provided by Veryfi.
          -
          username - the String provided by Veryfi.
          -
          apiKey - the String provided by Veryfi.
          -
          apiVersion - the int api version to use Veryfi.
          -
          -
          -
        • -
        -
        -
      • - -
      • -
        -

        Method Details

        -
          -
        • -
          -

          getUrl

          -
          private String getUrl()
          -
          Returns a String API Base URL with API Version.
          -
          -
          Returns:
          -
          the url String
          -
          -
          -
        • -
        • -
          -

          request

          -
          private String request(HttpMethod httpVerb, - String endpointName, - org.json.JSONObject requestArguments)
          -
          Submit the HTTP request.
          -
          -
          Parameters:
          -
          httpVerb - HTTP Method
          -
          endpointName - Endpoint name such as 'documents', 'users', etc.
          -
          requestArguments - JSON payload to send to Veryfi
          -
          Returns:
          -
          A JSON of the response data.
          -
          -
          -
        • -
        • -
          -

          requestAsync

          -
          private CompletableFuture<String> requestAsync(HttpMethod httpVerb, - String endpointName, - org.json.JSONObject requestArguments)
          -
          Submit the HTTP request.
          -
          -
          Parameters:
          -
          httpVerb - HTTP Method
          -
          endpointName - Endpoint name such as 'documents', 'users', etc.
          -
          requestArguments - JSON payload to send to Veryfi
          -
          Returns:
          -
          A JSON of the response data.
          -
          -
          -
        • -
        • -
          -

          getHttpRequest

          -
          private HttpRequest getHttpRequest(HttpMethod httpVerb, - String endpointName, - org.json.JSONObject requestArguments)
          -
          Creates the HTTP request Object.
          -
          -
          Parameters:
          -
          httpVerb - HTTP Method
          -
          endpointName - Endpoint name such as 'documents', 'users', etc.
          -
          requestArguments - JSON payload to send to Veryfi
          -
          Returns:
          -
          request Object for the HttpClient HttpRequest
          -
          -
          -
        • -
        • -
          -

          getApiKey

          -
          private String getApiKey()
          -
          Returns a String ApiKey for the headers of the request.
          -
          -
          Returns:
          -
          the ApiKey String
          -
          -
          -
        • -
        • -
          -

          getHeaders

          -
          private List<String> getHeaders(org.json.JSONObject requestArguments)
          -
          Prepares the headers needed for a request.
          -
          -
          Parameters:
          -
          requestArguments - JSON payload to send to Veryfi JSONObject
          -
          Returns:
          -
          List of the headers List<String>
          -
          -
          -
        • -
        • -
          -

          generateSignature

          -
          private String generateSignature(Long timeStamp, - org.json.JSONObject payloadParams)
          -
          Generate unique signature for payload params.
          -
          -
          Parameters:
          -
          timeStamp - Unix Long timestamp
          -
          payloadParams - JSON params to be sent to API request
          -
          Returns:
          -
          Unique signature generated using the client_secret and the payload
          -
          -
          -
        • -
        • -
          -

          getDocuments

          -
          public String getDocuments()
          -
          Returns a json string String with the list of documents.
          -
          -
          Specified by:
          -
          getDocuments in interface Client
          -
          Returns:
          -
          the url String
          -
          -
          -
        • -
        • -
          -

          getDocumentsAsync

          -
          public CompletableFuture<String> getDocumentsAsync()
          -
          Returns a json string CompletableFuture<String> list of documents.
          -
          -
          Specified by:
          -
          getDocumentsAsync in interface Client
          -
          Returns:
          -
          the list of previously processed documents String
          -
          -
          -
        • -
        • -
          -

          getDocument

          -
          public String getDocument(String documentId)
          -
          Returns a json string String document information
          -
          -
          Specified by:
          -
          getDocument in interface Client
          -
          Parameters:
          -
          documentId - ID of the document you'd like to retrieve.
          -
          Returns:
          -
          the data extracted from the Document String
          -
          -
          -
        • -
        • -
          -

          getDocumentAsync

          -
          public CompletableFuture<String> getDocumentAsync(String documentId)
          -
          Returns a json string CompletableFuture<String> document information.
          -
          -
          Specified by:
          -
          getDocumentAsync in interface Client
          -
          Parameters:
          -
          documentId - ID of the document you'd like to retrieve.
          -
          Returns:
          -
          the data extracted from the Document String
          -
          -
          -
        • -
        • -
          -

          getProcessDocumentArguments

          -
          public org.json.JSONObject getProcessDocumentArguments(String filePath, - List<String> categories, - boolean deleteAfterProcessing, - org.json.JSONObject parameters)
          -
          Creates the JSON Object for the parameters of the request
          -
          -
          Parameters:
          -
          filePath - Path on disk to a file to submit for data extraction
          -
          categories - List of categories Veryfi can use to categorize the document
          -
          deleteAfterProcessing - Delete this document from Veryfi after data has been extracted
          -
          parameters - Additional request parameters
          -
          Returns:
          -
          the JSON object of the parameters of the request
          -
          -
          -
        • -
        • -
          -

          processDocument

          -
          public String processDocument(String filePath, - List<String> categories, - boolean deleteAfterProcessing, - org.json.JSONObject parameters)
          -
          Process a document and extract all the fields from it
          -
          -
          Specified by:
          -
          processDocument in interface Client
          -
          Parameters:
          -
          filePath - Path on disk to a file to submit for data extraction
          -
          categories - List of categories Veryfi can use to categorize the document
          -
          deleteAfterProcessing - Delete this document from Veryfi after data has been extracted
          -
          parameters - Additional request parameters
          -
          Returns:
          -
          the data extracted from the Document String
          -
          -
          -
        • -
        • -
          -

          processDocumentAsync

          -
          public CompletableFuture<String> processDocumentAsync(String filePath, - List<String> categories, - boolean deleteAfterProcessing, - org.json.JSONObject parameters)
          -
          Process a document and extract all the fields from it
          -
          -
          Specified by:
          -
          processDocumentAsync in interface Client
          -
          Parameters:
          -
          filePath - Path on disk to a file to submit for data extraction
          -
          categories - List of categories Veryfi can use to categorize the document
          -
          deleteAfterProcessing - Delete this document from Veryfi after data has been extracted
          -
          parameters - Additional request parameters
          -
          Returns:
          -
          the data extracted from the Document CompletableFuture<String>
          -
          -
          -
        • -
        • -
          -

          getProcessDocumentUrlArguments

          -
          public org.json.JSONObject getProcessDocumentUrlArguments(String fileUrl, - List<String> fileUrls, - List<String> categories, - boolean deleteAfterProcessing, - int maxPagesToProcess, - boolean boostMode, - String externalId, - org.json.JSONObject parameters)
          -
          Creates the JSON object of the parameters of the request
          -
          -
          Parameters:
          -
          fileUrl - Required if file_urls isn't specified. Publicly accessible URL to a file, e.g. "https://cdn.example.com/receipt.jpg".
          -
          fileUrls - Required if file_url isn't specifies. List of publicly accessible URLs to multiple files, e.g. ["https://cdn.example.com/receipt1.jpg", "https://cdn.example.com/receipt2.jpg"]
          -
          categories - List of categories to use when categorizing the document
          -
          deleteAfterProcessing - Delete this document from Veryfi after data has been extracted
          -
          maxPagesToProcess - When sending a long document to Veryfi for processing, this parameter controls how many pages of the document will be read and processed, starting from page 1.
          -
          boostMode - Flag that tells Veryfi whether boost mode should be enabled. When set to 1, Veryfi will skip data enrichment steps, but will process the document faster. Default value for this flag is 0
          -
          externalId - Optional custom document identifier. Use this if you would like to assign your own ID to documents
          -
          parameters - Additional request parameters
          -
          Returns:
          -
          JSON object of the request arguments
          -
          -
          -
        • -
        • -
          -

          processDocumentUrl

          -
          public String processDocumentUrl(String fileUrl, - List<String> fileUrls, - List<String> categories, - boolean deleteAfterProcessing, - int maxPagesToProcess, - boolean boostMode, - String externalId, - org.json.JSONObject parameters)
          -
          Process Document from url and extract all the fields from it.
          -
          -
          Specified by:
          -
          processDocumentUrl in interface Client
          -
          Parameters:
          -
          fileUrl - Required if file_urls isn't specified. Publicly accessible URL to a file, e.g. "https://cdn.example.com/receipt.jpg".
          -
          fileUrls - Required if file_url isn't specifies. List of publicly accessible URLs to multiple files, e.g. ["https://cdn.example.com/receipt1.jpg", "https://cdn.example.com/receipt2.jpg"]
          -
          categories - List of categories to use when categorizing the document
          -
          deleteAfterProcessing - Delete this document from Veryfi after data has been extracted
          -
          maxPagesToProcess - When sending a long document to Veryfi for processing, this parameter controls how many pages of the document will be read and processed, starting from page 1.
          -
          boostMode - Flag that tells Veryfi whether boost mode should be enabled. When set to 1, Veryfi will skip data enrichment steps, but will process the document faster. Default value for this flag is 0
          -
          externalId - Optional custom document identifier. Use this if you would like to assign your own ID to documents
          -
          parameters - Additional request parameters
          -
          Returns:
          -
          the data extracted from the Document String
          -
          -
          -
        • -
        • -
          -

          processDocumentUrlAsync

          -
          public CompletableFuture<String> processDocumentUrlAsync(String fileUrl, - List<String> fileUrls, - List<String> categories, - boolean deleteAfterProcessing, - int maxPagesToProcess, - boolean boostMode, - String externalId, - org.json.JSONObject parameters)
          -
          Process Document from url and extract all the fields from it.
          -
          -
          Specified by:
          -
          processDocumentUrlAsync in interface Client
          -
          Parameters:
          -
          fileUrl - Required if file_urls isn't specified. Publicly accessible URL to a file, e.g. "https://cdn.example.com/receipt.jpg".
          -
          fileUrls - Required if file_url isn't specifies. List of publicly accessible URLs to multiple files, e.g. ["https://cdn.example.com/receipt1.jpg", "https://cdn.example.com/receipt2.jpg"]
          -
          categories - List of categories to use when categorizing the document
          -
          deleteAfterProcessing - Delete this document from Veryfi after data has been extracted
          -
          maxPagesToProcess - When sending a long document to Veryfi for processing, this parameter controls how many pages of the document will be read and processed, starting from page 1.
          -
          boostMode - Flag that tells Veryfi whether boost mode should be enabled. When set to 1, Veryfi will skip data enrichment steps, but will process the document faster. Default value for this flag is 0
          -
          externalId - Optional custom document identifier. Use this if you would like to assign your own ID to documents
          -
          parameters - Additional request parameters
          -
          Returns:
          -
          the data extracted from the Document CompletableFuture<String>
          -
          -
          -
        • -
        • -
          -

          deleteDocument

          -
          public String deleteDocument(String documentId)
          -
          Delete Document from Veryfi
          -
          -
          Specified by:
          -
          deleteDocument in interface Client
          -
          Parameters:
          -
          documentId - ID of the document you'd like to delete.
          -
          Returns:
          -
          the response data. String
          -
          -
          -
        • -
        • -
          -

          deleteDocumentAsync

          -
          public CompletableFuture<String> deleteDocumentAsync(String documentId)
          -
          Delete Document from Veryfi
          -
          -
          Specified by:
          -
          deleteDocumentAsync in interface Client
          -
          Parameters:
          -
          documentId - ID of the document you'd like to delete.
          -
          Returns:
          -
          the response data. CompletableFuture<String>
          -
          -
          -
        • -
        • -
          -

          updateDocument

          -
          public String updateDocument(String documentId, - org.json.JSONObject parameters)
          -
          Update data for a previously processed document, including almost any field like `vendor`, `date`, `notes` etc.
          -
          -
          Specified by:
          -
          updateDocument in interface Client
          -
          Parameters:
          -
          documentId - ID of the document you'd like to update.
          -
          parameters - Additional request parameters
          -
          Returns:
          -
          A document json with updated fields, if fields are writable. Otherwise, a document with unchanged fields. String
          -
          -
          -
        • -
        • -
          -

          updateDocumentAsync

          -
          public CompletableFuture<String> updateDocumentAsync(String documentId, - org.json.JSONObject parameters)
          -
          Update data for a previously processed document, including almost any field like `vendor`, `date`, `notes` etc.
          -
          -
          Specified by:
          -
          updateDocumentAsync in interface Client
          -
          Parameters:
          -
          documentId - ID of the document you'd like to update.
          -
          parameters - Additional request parameters
          -
          Returns:
          -
          A document json with updated fields, if fields are writable. Otherwise, a document with unchanged fields. CompletableFuture<String>
          -
          -
          -
        • -
        • -
          -

          getLineItems

          -
          public String getLineItems(String documentId)
          -
          Retrieve all line items for a document.
          -
          -
          Specified by:
          -
          getLineItems in interface Client
          -
          Parameters:
          -
          documentId - ID of the document you'd like to retrieve.
          -
          Returns:
          -
          List of line items extracted from the document. String
          -
          -
          -
        • -
        • -
          -

          getLineItemsAsync

          -
          public CompletableFuture<String> getLineItemsAsync(String documentId)
          -
          Retrieve all line items for a document.
          -
          -
          Specified by:
          -
          getLineItemsAsync in interface Client
          -
          Parameters:
          -
          documentId - ID of the document you'd like to retrieve.
          -
          Returns:
          -
          List of line items extracted from the document. CompletableFuture<String>
          -
          -
          -
        • -
        • -
          -

          getLineItem

          -
          public String getLineItem(String documentId, - String lineItemId)
          -
          Retrieve a line item for existing document by ID.
          -
          -
          Specified by:
          -
          getLineItem in interface Client
          -
          Parameters:
          -
          documentId - ID of the document you'd like to retrieve.
          -
          lineItemId - ID of the line item you'd like to retrieve.
          -
          Returns:
          -
          Line item extracted from the document. String
          -
          -
          -
        • -
        • -
          -

          getLineItemAsync

          -
          public CompletableFuture<String> getLineItemAsync(String documentId, - String lineItemId)
          -
          Retrieve a line item for existing document by ID.
          -
          -
          Specified by:
          -
          getLineItemAsync in interface Client
          -
          Parameters:
          -
          documentId - ID of the document you'd like to retrieve.
          -
          lineItemId - ID of the line item you'd like to retrieve.
          -
          Returns:
          -
          Line item extracted from the document. CompletableFuture<String>
          -
          -
          -
        • -
        • -
          -

          addLineItem

          -
          public String addLineItem(String documentId, - AddLineItem payload) - throws NotValidModelException
          -
          Add a new line item on an existing document.
          -
          -
          Specified by:
          -
          addLineItem in interface Client
          -
          Parameters:
          -
          documentId - ID of the document you'd like to update.
          -
          payload - line item object to add.
          -
          Returns:
          -
          Added line item data. String
          -
          Throws:
          -
          NotValidModelException - when the model is not valid it throws this exception.
          -
          -
          -
        • -
        • -
          -

          addLineItemAsync

          -
          public CompletableFuture<String> addLineItemAsync(String documentId, - AddLineItem payload) - throws NotValidModelException
          -
          Add a new line item on an existing document.
          -
          -
          Specified by:
          -
          addLineItemAsync in interface Client
          -
          Parameters:
          -
          documentId - ID of the document you'd like to update.
          -
          payload - line item object to add.
          -
          Returns:
          -
          Added line item data. CompletableFuture<String>
          -
          Throws:
          -
          NotValidModelException - when the model is not valid it throws this exception.
          -
          -
          -
        • -
        • -
          -

          updateLineItem

          -
          public String updateLineItem(String documentId, - String lineItemId, - UpdateLineItem payload) - throws NotValidModelException
          -
          Update an existing line item on an existing document.
          -
          -
          Specified by:
          -
          updateLineItem in interface Client
          -
          Parameters:
          -
          documentId - ID of the document you'd like to update.
          -
          lineItemId - ID of the line item you'd like to update.
          -
          payload - line item object to update.
          -
          Returns:
          -
          Line item data with updated fields, if fields are writable. Otherwise line item data with unchanged fields. String
          -
          Throws:
          -
          NotValidModelException - when the model is not valid it throws this exception.
          -
          -
          -
        • -
        • -
          -

          updateLineItemAsync

          -
          public CompletableFuture<String> updateLineItemAsync(String documentId, - String lineItemId, - UpdateLineItem payload) - throws NotValidModelException
          -
          Update an existing line item on an existing document.
          -
          -
          Specified by:
          -
          updateLineItemAsync in interface Client
          -
          Parameters:
          -
          documentId - ID of the document you'd like to update.
          -
          lineItemId - ID of the line item you'd like to update.
          -
          payload - line item object to update.
          -
          Returns:
          -
          Line item data with updated fields, if fields are writable. Otherwise line item data with unchanged fields. CompletableFuture<String>
          -
          Throws:
          -
          NotValidModelException - when the model is not valid it throws this exception.
          -
          -
          -
        • -
        • -
          -

          deleteLineItems

          -
          public String deleteLineItems(String documentId)
          -
          Delete all line items on an existing document.
          -
          -
          Specified by:
          -
          deleteLineItems in interface Client
          -
          Parameters:
          -
          documentId - ID of the document you'd like to delete.
          -
          Returns:
          -
          the response data. String
          -
          -
          -
        • -
        • -
          -

          deleteLineItemsAsync

          -
          public CompletableFuture<String> deleteLineItemsAsync(String documentId)
          -
          Delete all line items on an existing document.
          -
          -
          Specified by:
          -
          deleteLineItemsAsync in interface Client
          -
          Parameters:
          -
          documentId - ID of the document you'd like to delete.
          -
          Returns:
          -
          -
          -
        • -
        • -
          -

          deleteLineItem

          -
          public String deleteLineItem(String documentId, - String lineItemId)
          -
          Delete an existing line item on an existing document.
          -
          -
          Specified by:
          -
          deleteLineItem in interface Client
          -
          Parameters:
          -
          documentId - ID of the document you'd like to delete.
          -
          lineItemId - ID of the line item you'd like to delete.
          -
          Returns:
          -
          the response data. String
          -
          -
          -
        • -
        • -
          -

          deleteLineItemAsync

          -
          public CompletableFuture<String> deleteLineItemAsync(String documentId, - String lineItemId)
          -
          Delete an existing line item on an existing document.
          -
          -
          Specified by:
          -
          deleteLineItemAsync in interface Client
          -
          Parameters:
          -
          documentId - ID of the document you'd like to delete.
          -
          lineItemId - ID of the line item you'd like to delete.
          -
          Returns:
          -
          the response data. CompletableFuture<String>
          -
          -
          -
        • -
        • -
          -

          setTimeOut

          -
          public void setTimeOut(int timeOut)
          -
          Define new time out for the requests in seconds
          -
          -
          Specified by:
          -
          setTimeOut in interface Client
          -
          Parameters:
          -
          timeOut - of the http requests in seconds
          -
          -
          -
        • -
        • -
          -

          setBaseUrl

          -
          public void setBaseUrl(String baseUrl)
          -
          By default, the base URL is https://api.veryfi.com/api/;
          -
          -
          Specified by:
          -
          setBaseUrl in interface Client
          -
          Parameters:
          -
          baseUrl - for the Veryfi API
          -
          -
          -
        • -
        • -
          -

          setHttpClient

          -
          public void setHttpClient(HttpClient httpClient)
          -
          Description copied from interface: Client
          -
          By default is https://api.veryfi.com/api/;
          -
          -
          Specified by:
          -
          setHttpClient in interface Client
          -
          Parameters:
          -
          httpClient - for the Veryfi API
          -
          -
          -
        • -
        -
        -
      • -
      -
      - -
      -
      -
      - - diff --git a/docs/veryfi/Constants.html b/docs/veryfi/Constants.html index a4a5339..2b9f008 100644 --- a/docs/veryfi/Constants.html +++ b/docs/veryfi/Constants.html @@ -1,18 +1,18 @@ - -Constants + +Constants (veryfi-java 2.0.0 API) - - + + - + @@ -31,8 +31,9 @@
    • Overview
    • Package
    • +
    • Use
    • Tree
    • -
    • Index
    • +
    • Index
    • Help
    @@ -42,13 +43,13 @@
  • Summary: 
  • Nested | 
  • Field | 
  • -
  • Constr | 
  • +
  • Constr | 
  • Method
  • @@ -200,28 +201,13 @@

    Field Summary

    - -
  • -
    -

    Constructor Summary

    -
    Constructors
    -
    -
    Modifier
    -
    Constructor
    -
    Description
    -
    private
    - -
     
    -
    -
    -
  • Method Summary

    Methods inherited from class java.lang.Object

    -clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • @@ -558,24 +544,14 @@

    LIST_CATEGORIES

    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      Constants

      -
      private Constants()
      -
      -
    • -
    -
    -
  • +
    +
    + +
    diff --git a/docs/veryfi/Credentials.html b/docs/veryfi/Credentials.html new file mode 100644 index 0000000..50288a4 --- /dev/null +++ b/docs/veryfi/Credentials.html @@ -0,0 +1,205 @@ + + + + +Credentials (veryfi-java 2.0.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package veryfi
    +

    Class Credentials

    +
    +
    java.lang.Object +
    veryfi.Credentials
    +
    +
    +
    +
    public class Credentials +extends Object
    +
    Veryfi credentials for API access
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Field Details

      +
        +
      • +
        +

        clientId

        +
        public final String clientId
        +
        +
      • +
      • +
        +

        clientSecret

        +
        public final String clientSecret
        +
        +
      • +
      • +
        +

        username

        +
        public final String username
        +
        +
      • +
      • +
        +

        apiKey

        +
        public final String apiKey
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        Credentials

        +
        public Credentials(String clientId, + String clientSecret, + String username, + String apiKey)
        +
        Creates an instance of NetworkClient.
        +
        +
        Parameters:
        +
        clientId - the String provided by Veryfi.
        +
        clientSecret - the String provided by Veryfi.
        +
        username - the String provided by Veryfi.
        +
        apiKey - the String provided by Veryfi.
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/veryfi/NetworkClient.html b/docs/veryfi/NetworkClient.html new file mode 100644 index 0000000..13b6cfb --- /dev/null +++ b/docs/veryfi/NetworkClient.html @@ -0,0 +1,355 @@ + + + + +NetworkClient (veryfi-java 2.0.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package veryfi
    +

    Class NetworkClient

    +
    +
    java.lang.Object +
    veryfi.NetworkClient
    +
    +
    +
    +
    public abstract class NetworkClient +extends Object
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Field Details

      +
        +
      • +
        +

        logger

        +
        protected final Logger logger
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        NetworkClient

        +
        public NetworkClient(Credentials credentials, + int apiVersion)
        +
        Creates an instance of NetworkClient.
        +
        +
        Parameters:
        +
        credentials - the Credentials provided by Veryfi.
        +
        apiVersion - the int api version to use Veryfi.
        +
        +
        +
      • +
      • +
        +

        NetworkClient

        +
        public NetworkClient(Credentials credentials, + int apiVersion, + HttpClient httpClient)
        +
        Creates an instance of NetworkClient.
        +
        +
        Parameters:
        +
        credentials - the Credentials provided by Veryfi.
        +
        apiVersion - the int api version to use Veryfi.
        +
        httpClient - HttpClient for the Veryfi API
        +
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        request

        +
        protected String request(HttpMethod httpVerb, + String endpointName, + org.json.JSONObject requestArguments)
        +
        Submit the HTTP request.
        +
        +
        Parameters:
        +
        httpVerb - HTTP Method
        +
        endpointName - Endpoint name such as 'documents', 'users', etc.
        +
        requestArguments - JSON payload to send to Veryfi
        +
        Returns:
        +
        A JSON of the response data.
        +
        +
        +
      • +
      • +
        +

        requestAsync

        +
        protected CompletableFuture<String> requestAsync(HttpMethod httpVerb, + String endpointName, + org.json.JSONObject requestArguments)
        +
        Submit the HTTP request.
        +
        +
        Parameters:
        +
        httpVerb - HTTP Method
        +
        endpointName - Endpoint name such as 'documents', 'users', etc.
        +
        requestArguments - JSON payload to send to Veryfi
        +
        Returns:
        +
        A JSON of the response data.
        +
        +
        +
      • +
      • +
        +

        setTimeOut

        +
        public void setTimeOut(int timeOut)
        +
        Define new time out for the requests in seconds
        +
        +
        Parameters:
        +
        timeOut - of the http requests in seconds
        +
        +
        +
      • +
      • +
        +

        setBaseUrl

        +
        public void setBaseUrl(String baseUrl)
        +
        By default, the base URL is https://api.veryfi.com/api/;
        +
        +
        Parameters:
        +
        baseUrl - for the Veryfi API
        +
        +
        +
      • +
      • +
        +

        setHttpClient

        +
        public void setHttpClient(HttpClient httpClient)
        +
        By default is https://api.veryfi.com/api/;
        +
        +
        Parameters:
        +
        httpClient - HttpClient for the Veryfi API
        +
        +
        +
      • +
      • +
        +

        addFileToParameters

        +
        protected org.json.JSONObject addFileToParameters(String filePath, + org.json.JSONObject parameters)
        +
        Creates the JSON Object for the parameters of the request
        +
        +
        Parameters:
        +
        filePath - Path on disk to a file to submit for data extraction
        +
        parameters - Additional request parameters
        +
        Returns:
        +
        the JSON object of the parameters of the request
        +
        +
        +
      • +
      • +
        +

        addUrlToParameters

        +
        protected org.json.JSONObject addUrlToParameters(String fileUrl, + List<String> fileUrls, + org.json.JSONObject parameters)
        +
        Creates the JSON object of the parameters of the request
        +
        +
        Parameters:
        +
        fileUrl - Required if file_urls isn't specified. Publicly accessible URL to a file, e.g. "https://cdn.example.com/receipt.jpg".
        +
        fileUrls - Required if file_url isn't specifies. List of publicly accessible URLs to multiple files, e.g. ["https://cdn.example.com/receipt1.jpg", "https://cdn.example.com/receipt2.jpg"]
        +
        parameters - Additional request parameters
        +
        Returns:
        +
        JSON object of the request arguments
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/veryfi/VeryfiClientFactory.html b/docs/veryfi/VeryfiClientFactory.html index dc2fa3d..eca4b06 100644 --- a/docs/veryfi/VeryfiClientFactory.html +++ b/docs/veryfi/VeryfiClientFactory.html @@ -1,18 +1,18 @@ - -VeryfiClientFactory + +VeryfiClientFactory (veryfi-java 2.0.0 API) - - + + - + @@ -35,8 +35,9 @@
  • Overview
  • Package
  • +
  • Use
  • Tree
  • -
  • Index
  • +
  • Index
  • Help
  • @@ -46,13 +47,13 @@
  • Summary: 
  • Nested | 
  • Field | 
  • -
  • Constr | 
  • +
  • Constr | 
  • Method
  • @@ -82,21 +83,6 @@

    Class VeryfiClientFactory
      - -
    • -
      -

      Constructor Details

      -
        -
      • -
        -

        VeryfiClientFactory

        -
        private VeryfiClientFactory()
        -
        -
      • -
      -
      -
    • @@ -196,6 +178,29 @@

      createClient

    • +
    • +
      +

      createClient

      +
      public static Client createClient(String clientId, + String clientSecret, + String username, + String apiKey, + int apiVersion, + HttpClient httpClient)
      +
      Creates an instance of Client.
      +
      +
      Parameters:
      +
      clientId - the String provided by Veryfi.
      +
      clientSecret - the String provided by Veryfi.
      +
      username - the String provided by Veryfi.
      +
      apiKey - the String provided by Veryfi.
      +
      apiVersion - the {link int} api version to use Veryfi.
      +
      httpClient - HttpClient for the Veryfi API
      +
      Returns:
      +
      the new instance with custom api version.
      +
      +
      +
    @@ -203,6 +208,10 @@

    createClient

    +
    +
    + +
    diff --git a/docs/veryfi/class-use/Client.html b/docs/veryfi/class-use/Client.html new file mode 100644 index 0000000..6a636bc --- /dev/null +++ b/docs/veryfi/class-use/Client.html @@ -0,0 +1,129 @@ + + + + +Uses of Interface veryfi.Client (veryfi-java 2.0.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    veryfi.Client

    +
    +
    Packages that use Client
    +
    +
    Package
    +
    Description
    + +
     
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/veryfi/class-use/Constants.html b/docs/veryfi/class-use/Constants.html new file mode 100644 index 0000000..019451a --- /dev/null +++ b/docs/veryfi/class-use/Constants.html @@ -0,0 +1,62 @@ + + + + +Uses of Class veryfi.Constants (veryfi-java 2.0.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    veryfi.Constants

    +
    +No usage of veryfi.Constants
    +
    +
    + +
    +
    +
    + + diff --git a/docs/veryfi/class-use/Credentials.html b/docs/veryfi/class-use/Credentials.html new file mode 100644 index 0000000..e1833eb --- /dev/null +++ b/docs/veryfi/class-use/Credentials.html @@ -0,0 +1,97 @@ + + + + +Uses of Class veryfi.Credentials (veryfi-java 2.0.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    veryfi.Credentials

    +
    +
    Packages that use Credentials
    +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/veryfi/class-use/NetworkClient.html b/docs/veryfi/class-use/NetworkClient.html new file mode 100644 index 0000000..9765f51 --- /dev/null +++ b/docs/veryfi/class-use/NetworkClient.html @@ -0,0 +1,62 @@ + + + + +Uses of Class veryfi.NetworkClient (veryfi-java 2.0.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    veryfi.NetworkClient

    +
    +No usage of veryfi.NetworkClient
    +
    +
    + +
    +
    +
    + + diff --git a/docs/veryfi/class-use/VeryfiClientFactory.html b/docs/veryfi/class-use/VeryfiClientFactory.html new file mode 100644 index 0000000..5b41eee --- /dev/null +++ b/docs/veryfi/class-use/VeryfiClientFactory.html @@ -0,0 +1,62 @@ + + + + +Uses of Class veryfi.VeryfiClientFactory (veryfi-java 2.0.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    veryfi.VeryfiClientFactory

    +
    +No usage of veryfi.VeryfiClientFactory
    +
    +
    + +
    +
    +
    + + diff --git a/docs/veryfi/enums/Endpoint.html b/docs/veryfi/enums/Endpoint.html new file mode 100644 index 0000000..70aec9d --- /dev/null +++ b/docs/veryfi/enums/Endpoint.html @@ -0,0 +1,307 @@ + + + + +Endpoint (veryfi-java 2.0.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package veryfi.enums
    +

    Enum Class Endpoint

    +
    +
    java.lang.Object +
    java.lang.Enum<Endpoint> +
    veryfi.enums.Endpoint
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    Serializable, Comparable<Endpoint>, Constable
    +
    +
    +
    public enum Endpoint +extends Enum<Endpoint>
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Enum Constant Details

      +
        +
      • +
        +

        documents

        +
        public static final Endpoint documents
        +
        +
      • +
      • +
        +

        anyDocuments

        +
        public static final Endpoint anyDocuments
        +
        +
      • +
      • +
        +

        bankStatements

        +
        public static final Endpoint bankStatements
        +
        +
      • +
      • +
        +

        businessCards

        +
        public static final Endpoint businessCards
        +
        +
      • +
      • +
        +

        checks

        +
        public static final Endpoint checks
        +
        +
      • +
      • +
        +

        w2s

        +
        public static final Endpoint w2s
        +
        +
      • +
      • +
        +

        w9s

        +
        public static final Endpoint w9s
        +
        +
      • +
      • +
        +

        w8BenE

        +
        public static final Endpoint w8BenE
        +
        +
      • +
      • +
        +

        contracts

        +
        public static final Endpoint contracts
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Field Details

      +
        +
      • +
        +

        path

        +
        public final String path
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        values

        +
        public static Endpoint[] values()
        +
        Returns an array containing the constants of this enum class, in +the order they are declared.
        +
        +
        Returns:
        +
        an array containing the constants of this enum class, in the order they are declared
        +
        +
        +
      • +
      • +
        +

        valueOf

        +
        public static Endpoint valueOf(String name)
        +
        Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum class has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/veryfi/HttpMethod.html b/docs/veryfi/enums/HttpMethod.html similarity index 81% rename from docs/veryfi/HttpMethod.html rename to docs/veryfi/enums/HttpMethod.html index 123f5eb..775f90d 100644 --- a/docs/veryfi/HttpMethod.html +++ b/docs/veryfi/enums/HttpMethod.html @@ -1,26 +1,26 @@ - -HttpMethod + +HttpMethod (veryfi-java 2.0.0 API) - - - + + + - - - - - - + + + + + +