public interface AccountClient
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<Account> |
find(java.util.UUID id) |
CollectionResponse<Account> |
findAll() |
CollectionResponse<Account> |
findAll(Page page) |
java.util.Optional<Account> find(java.util.UUID id)
CollectionResponse<Account> findAll()
CollectionResponse<Account> findAll(Page page)