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

com.capitalone.dashboard.service.TeamInventoryService Maven / Gradle / Ivy

There is a newer version: 3.4.53
Show newest version
package com.capitalone.dashboard.service;

import com.capitalone.dashboard.model.DataResponse;
import com.capitalone.dashboard.model.TeamInventory;

public interface TeamInventoryService {

	DataResponse getTeamData(String teamName, String teamId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy