Class EntityServiceImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.blocking.v2.EntityService
public final class EntityServiceImpl implements EntityService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEntityServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description EntityService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. EntityServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. AccountServiceaccounts()KycServicekyc()Entitycreate(EntityCreateParams params, RequestOptions requestOptions)Entityupdate(EntityUpdateParams params, RequestOptions requestOptions)List<Entity>list(EntityListParams params, RequestOptions requestOptions)EntityretrieveById(EntityRetrieveByIdParams params, RequestOptions requestOptions)EntityretrieveCurrent(EntityRetrieveCurrentParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.blocking.v2.EntityService
create, list, list, list, retrieveById, retrieveById, retrieveById, retrieveById, retrieveById, retrieveCurrent, retrieveCurrent, retrieveCurrent, update, update, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
EntityService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
EntityService 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 accounts()
-
kyc
KycService kyc()
-
create
Entity create(EntityCreateParams params, RequestOptions requestOptions)
-
update
Entity update(EntityUpdateParams params, RequestOptions requestOptions)
-
list
List<Entity> list(EntityListParams params, RequestOptions requestOptions)
-
retrieveById
Entity retrieveById(EntityRetrieveByIdParams params, RequestOptions requestOptions)
-
retrieveCurrent
Entity retrieveCurrent(EntityRetrieveCurrentParams params, RequestOptions requestOptions)
-
-
-
-