All Downloads are FREE. Search and download functionalities are using the official Maven repository.

be.looorent.ponto.institution.FinancialInstitutionClient Maven / Gradle / Ivy

The newest version!
package be.looorent.ponto.institution;

import be.looorent.ponto.client.CollectionResponse;
import be.looorent.ponto.client.Page;

import java.util.Optional;
import java.util.UUID;

public interface FinancialInstitutionClient {
    Optional find(UUID id);
    CollectionResponse findAll();
    CollectionResponse findAll(Page page);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy