Uses of Class
org.mule.examples.leagues.response.Match

Packages that use Match
org.mule.examples.leagues  
org.mule.examples.leagues.response   
 

Uses of Match in org.mule.examples.leagues
 

Methods in org.mule.examples.leagues that return Match
 Match LeagueAPI.getMatch(String homeTeamId, String awayTeamId)
           
 

Uses of Match in org.mule.examples.leagues.response
 

Methods in org.mule.examples.leagues.response that return types with arguments of type Match
 List<Match> Fixture.getFixture()
           
 

Method parameters in org.mule.examples.leagues.response with type arguments of type Match
 void Fixture.setFixture(List<Match> fixture)
           
 



Copyright © 2013. All rights reserved.