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