
org.zalando.iam.teams.TeamsOperations Maven / Gradle / Ivy
The newest version!
package org.zalando.iam.teams;
import java.util.List;
/**
* @author jbellmann
*/
public interface TeamsOperations {
Team getTeamById(String teamId);
List getAccountsByType(String accountType);
List getNetworks(String accountType, String teamId);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy