Package com.lithic.api.services.blocking
Class TransferServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.blocking.TransferService.WithRawResponse
public final class TransferServiceImpl.WithRawResponseImpl implements TransferService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description TransferService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<Transfer>create(TransferCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
TransferService.WithRawResponse 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") HttpResponseFor<Transfer> create(TransferCreateParams params, RequestOptions requestOptions)
-
-
-
-