Class TournamentWrapper
- java.lang.Object
-
- at.stefangeyer.challonge.model.wrapper.TournamentWrapper
-
public class TournamentWrapper extends java.lang.ObjectWrapper for easy JSON serialisation of a Tournament
-
-
Constructor Summary
Constructors Constructor Description TournamentWrapper(Tournament tournament)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TournamentgetTournament()
-
-
-
Constructor Detail
-
TournamentWrapper
public TournamentWrapper(Tournament tournament)
-
-
Method Detail
-
getTournament
public Tournament getTournament()
-
-