-
- All Implemented Interfaces:
public final class BankApiDocumentRepository extends DocumentRepository<ExtractionsContainer>
Internal use only.
-
-
Field Summary
Fields Modifier and Type Field Description private final MutexaccessTokenMutex
-
Constructor Summary
Constructors Constructor Description BankApiDocumentRepository(BankApiDocumentRemoteSource documentRemoteSource, SessionManager sessionManager, GiniBankApiType giniApiType)
-
Method Summary
Modifier and Type Method Description ExtractionsContainercreateExtractionsContainer(Map<String, SpecificExtraction> specificExtractions, Map<String, CompoundExtraction> compoundExtractions, JSONObject responseJSON)final Resource<ResolvedPayment>resolvePaymentRequest(String requestId, ResolvePaymentInput resolvePaymentInput)final Resource<Payment>getPayment(String id)final Resource<Unit>logErrorEvent(ErrorEvent errorEvent)-
Methods inherited from class net.gini.android.core.api.DocumentRepository
createCompositeDocument, createCompositeDocument, createPartialDocument, deleteDocument, deletePartialDocumentAndParents, getAccessTokenMutex, 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
-
BankApiDocumentRepository
BankApiDocumentRepository(BankApiDocumentRemoteSource documentRemoteSource, SessionManager sessionManager, GiniBankApiType giniApiType)
-
-
Method Detail
-
createExtractionsContainer
ExtractionsContainer createExtractionsContainer(Map<String, SpecificExtraction> specificExtractions, Map<String, CompoundExtraction> compoundExtractions, JSONObject responseJSON)
-
resolvePaymentRequest
final Resource<ResolvedPayment> resolvePaymentRequest(String requestId, ResolvePaymentInput resolvePaymentInput)
-
getPayment
final Resource<Payment> getPayment(String id)
-
logErrorEvent
final Resource<Unit> logErrorEvent(ErrorEvent errorEvent)
-
-
-
-