Class ParticipantQueryListWrapper
- java.lang.Object
-
- at.stefangeyer.challonge.model.query.wrapper.ParticipantQueryListWrapper
-
public class ParticipantQueryListWrapper extends java.lang.ObjectWrapper for easy JSON serialisation of a list of ParticipantQuery
-
-
Constructor Summary
Constructors Constructor Description ParticipantQueryListWrapper(java.util.List<ParticipantQuery> participants)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ParticipantQuery>getParticipants()
-
-
-
Constructor Detail
-
ParticipantQueryListWrapper
public ParticipantQueryListWrapper(java.util.List<ParticipantQuery> participants)
-
-
Method Detail
-
getParticipants
public java.util.List<ParticipantQuery> getParticipants()
-
-