-
- All Implemented Interfaces:
public final class HealthApiDocumentRepository extends DocumentRepository<ExtractionsContainer>Internal use only.
-
-
Constructor Summary
Constructors Constructor Description HealthApiDocumentRepository(HealthApiDocumentRemoteSource documentRemoteSource, SessionManager sessionManager, GiniHealthApiType giniApiType)
-
Method Summary
Modifier and Type Method Description ExtractionsContainercreateExtractionsContainer(Map<String, SpecificExtraction> specificExtractions, Map<String, CompoundExtraction> compoundExtractions, JSONObject responseJSON)final Resource<ByteArray>getPageImage(String documentId, Integer page)final Resource<List<PaymentProvider>>getPaymentProviders()final Resource<PaymentProvider>getPaymentProvider(String providerId)final Resource<String>createPaymentRequest(PaymentRequestInput paymentRequestInput)-
Methods inherited from class net.gini.android.core.api.DocumentRepository
createCompositeDocument, createCompositeDocument, createPartialDocument, deleteDocument, deletePartialDocumentAndParents, getAllExtractions, getDocument, getDocument, getFile, getLayout, getPaymentRequest, getPaymentRequests, parseSpecificExtractions, pollDocument, sendFeedbackForExtractions, sendFeedbackForExtractions -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
HealthApiDocumentRepository
HealthApiDocumentRepository(HealthApiDocumentRemoteSource documentRemoteSource, SessionManager sessionManager, GiniHealthApiType giniApiType)
-
-
Method Detail
-
createExtractionsContainer
ExtractionsContainer createExtractionsContainer(Map<String, SpecificExtraction> specificExtractions, Map<String, CompoundExtraction> compoundExtractions, JSONObject responseJSON)
-
getPageImage
final Resource<ByteArray> getPageImage(String documentId, Integer page)
-
getPaymentProviders
final Resource<List<PaymentProvider>> getPaymentProviders()
-
getPaymentProvider
final Resource<PaymentProvider> getPaymentProvider(String providerId)
-
createPaymentRequest
final Resource<String> createPaymentRequest(PaymentRequestInput paymentRequestInput)
-
-
-
-