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