Package com.lithic.api.client
Interface LithicClient.WithRawResponse
-
- All Implemented Interfaces:
public interface LithicClient.WithRawResponseA view of LithicClient that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract LithicClient.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
accounts
abstract AccountService.WithRawResponse accounts()
-
accountHolders
abstract AccountHolderService.WithRawResponse accountHolders()
-
authRules
abstract AuthRuleService.WithRawResponse authRules()
-
authStreamEnrollment
abstract AuthStreamEnrollmentService.WithRawResponse authStreamEnrollment()
-
tokenizationDecisioning
abstract TokenizationDecisioningService.WithRawResponse tokenizationDecisioning()
-
tokenizations
abstract TokenizationService.WithRawResponse tokenizations()
-
cards
abstract CardService.WithRawResponse cards()
-
balances
abstract BalanceService.WithRawResponse balances()
-
aggregateBalances
abstract AggregateBalanceService.WithRawResponse aggregateBalances()
-
disputes
abstract DisputeService.WithRawResponse disputes()
-
events
abstract EventService.WithRawResponse events()
-
transfers
abstract TransferService.WithRawResponse transfers()
-
financialAccounts
abstract FinancialAccountService.WithRawResponse financialAccounts()
-
transactions
abstract TransactionService.WithRawResponse transactions()
-
responderEndpoints
abstract ResponderEndpointService.WithRawResponse responderEndpoints()
-
externalBankAccounts
abstract ExternalBankAccountService.WithRawResponse externalBankAccounts()
-
payments
abstract PaymentService.WithRawResponse payments()
-
threeDS
abstract ThreeDSService.WithRawResponse threeDS()
-
reports
abstract ReportService.WithRawResponse reports()
-
cardPrograms
abstract CardProgramService.WithRawResponse cardPrograms()
-
digitalCardArt
abstract DigitalCardArtService.WithRawResponse digitalCardArt()
-
bookTransfers
abstract BookTransferService.WithRawResponse bookTransfers()
-
creditProducts
abstract CreditProductService.WithRawResponse creditProducts()
-
externalPayments
abstract ExternalPaymentService.WithRawResponse externalPayments()
-
managementOperations
abstract ManagementOperationService.WithRawResponse managementOperations()
-
fundingEvents
abstract FundingEventService.WithRawResponse fundingEvents()
-
fraud
abstract FraudService.WithRawResponse fraud()
-
networkPrograms
abstract NetworkProgramService.WithRawResponse networkPrograms()
-
accountActivity
abstract AccountActivityService.WithRawResponse accountActivity()
-
apiStatus
@MustBeClosed() HttpResponseFor<ApiStatus> apiStatus()
Returns a raw HTTP response for
get /v1/status, but is otherwise the same as LithicClient.apiStatus.
-
apiStatus
@MustBeClosed() abstract HttpResponseFor<ApiStatus> apiStatus(ClientApiStatusParams params, RequestOptions requestOptions)
-
apiStatus
@MustBeClosed() HttpResponseFor<ApiStatus> apiStatus(ClientApiStatusParams params)
-
apiStatus
@MustBeClosed() HttpResponseFor<ApiStatus> apiStatus(RequestOptions requestOptions)
-
-
-
-