Package com.lithic.api.services.blocking
Class AccountActivityServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.blocking.AccountActivityService.WithRawResponse
public final class AccountActivityServiceImpl.WithRawResponseImpl implements AccountActivityService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description AccountActivityService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<AccountActivityListPage>list(AccountActivityListParams params, RequestOptions requestOptions)HttpResponseFor<AccountActivityRetrieveTransactionResponse>retrieveTransaction(AccountActivityRetrieveTransactionParams params, RequestOptions requestOptions)-
Methods inherited from class com.lithic.api.services.blocking.AccountActivityService.WithRawResponse
list, list, list, retrieveTransaction, retrieveTransaction, retrieveTransaction, retrieveTransaction, retrieveTransaction -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
AccountActivityService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
HttpResponseFor<AccountActivityListPage> list(AccountActivityListParams params, RequestOptions requestOptions)
-
retrieveTransaction
HttpResponseFor<AccountActivityRetrieveTransactionResponse> retrieveTransaction(AccountActivityRetrieveTransactionParams params, RequestOptions requestOptions)
-
-
-
-