Class MatchWrapperListWrapper
- java.lang.Object
-
- at.stefangeyer.challonge.model.wrapper.MatchWrapperListWrapper
-
public class MatchWrapperListWrapper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MatchWrapperListWrapper(java.util.List<MatchWrapper> matches)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<MatchWrapper>getMatches()
-
-
-
Constructor Detail
-
MatchWrapperListWrapper
public MatchWrapperListWrapper(java.util.List<MatchWrapper> matches)
-
-
Method Detail
-
getMatches
public java.util.List<MatchWrapper> getMatches()
-
-