Class EntityServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.blocking.v2.EntityService.WithRawResponse
public final class EntityServiceImpl.WithRawResponseImpl implements EntityService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description EntityService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. AccountService.WithRawResponseaccounts()KycService.WithRawResponsekyc()HttpResponseFor<Entity>create(EntityCreateParams params, RequestOptions requestOptions)HttpResponseFor<List<Entity>>list(EntityListParams params, RequestOptions requestOptions)HttpResponseFor<Entity>retrieveById(EntityRetrieveByIdParams params, RequestOptions requestOptions)HttpResponseFor<Entity>retrieveCurrent(EntityRetrieveCurrentParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.blocking.v2.EntityService.WithRawResponse
create, list, list, list, retrieveById, retrieveById, retrieveById, retrieveById, retrieveById, retrieveCurrent, retrieveCurrent, retrieveCurrent -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
EntityService.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
AccountService.WithRawResponse accounts()
-
create
HttpResponseFor<Entity> create(EntityCreateParams params, RequestOptions requestOptions)
-
list
HttpResponseFor<List<Entity>> list(EntityListParams params, RequestOptions requestOptions)
-
retrieveById
HttpResponseFor<Entity> retrieveById(EntityRetrieveByIdParams params, RequestOptions requestOptions)
-
retrieveCurrent
HttpResponseFor<Entity> retrieveCurrent(EntityRetrieveCurrentParams params, RequestOptions requestOptions)
-
-
-
-