Package 

Class HealthApiDocumentRepository

  • All Implemented Interfaces:

    
    public final class HealthApiDocumentRepository
    extends DocumentRepository<ExtractionsContainer>
                        

    Internal use only.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      ExtractionsContainer createExtractionsContainer(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