Package com.lithic.api.services.blocking
Class TransferServiceImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.blocking.TransferService
public final class TransferServiceImpl implements TransferService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTransferServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description TransferService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. TransferServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. Transfercreate(TransferCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
TransferService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
TransferService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
@Deprecated(message = "deprecated") Transfer create(TransferCreateParams params, RequestOptions requestOptions)
-
-
-
-