-
- All Implemented Interfaces:
public final class GiniHealthAPI extends GiniCoreAPI<HealthApiDocumentManager, HealthApiDocumentRepository, ExtractionsContainer>
The GiniHealthAPI instance is the main entry point when interacting with the Gini Health API. You must hold a reference to its instance as long as you interact with the API.
To configure and create an instance use the GiniHealthAPIBuilder.
-
-
Field Summary
Fields Modifier and Type Field Description private final CredentialsStorecredentialsStoreprivate final HealthApiDocumentManagerdocumentManager
-
Constructor Summary
Constructors Constructor Description GiniHealthAPI(HealthApiDocumentManager documentManager, CredentialsStore credentialsStore)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
GiniHealthAPI
GiniHealthAPI(HealthApiDocumentManager documentManager, CredentialsStore credentialsStore)
-
-
-
-