Class ParticipantWrapper
- java.lang.Object
-
- at.stefangeyer.challonge.model.wrapper.ParticipantWrapper
-
public class ParticipantWrapper extends java.lang.ObjectWrapper for easy JSON serialisation of a Participant
-
-
Constructor Summary
Constructors Constructor Description ParticipantWrapper(Participant participant)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParticipantgetParticipant()
-
-
-
Constructor Detail
-
ParticipantWrapper
public ParticipantWrapper(Participant participant)
-
-
Method Detail
-
getParticipant
public Participant getParticipant()
-
-