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

com.plaid.client.PlaidPublicClient Maven / Gradle / Ivy

package com.plaid.client;

import com.plaid.client.http.HttpDelegate;
import com.plaid.client.request.MappingOptions;
import com.plaid.client.response.CategoriesResponse;

public interface PlaidPublicClient {

    Object getEntity(String entityId);
    
    Object getInstitution(String institutionId);
    
    Object getAllInstitutions();
    
    CategoriesResponse getAllCategories();
    
    Object getCategory(String categoryId);
    
    Object getCategoriesByMapping(String mapping, MappingOptions options);
    
    HttpDelegate getHttpDelegate();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy