Class EventOwnerResponse
- java.lang.Object
-
- com.github.gpluscb.ggjava.entity.AbstractGGEntity
-
- com.github.gpluscb.ggjava.entity.object.AbstractGGObject
-
- com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObject
-
- com.github.gpluscb.ggjava.entity.object.response.objects.EventOwnerResponse
-
- All Implemented Interfaces:
GGEntity
,GGObject
,GGResponseObject
public class EventOwnerResponse extends AbstractGGResponseObject
Name and Gamertag of the owner of an event in a league
-
-
Constructor Summary
Constructors Constructor Description EventOwnerResponse()
EventOwnerResponse(IDResponse eventId, StringResponse email, StringResponse gamerTag, StringResponse fullName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringResponse
getEmail()
IDResponse
getEventId()
StringResponse
getFullName()
StringResponse
getGamerTag()
-
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObject
checkProvided, isProvided
-
Methods inherited from class com.github.gpluscb.ggjava.entity.AbstractGGEntity
getGGEntityType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntity
getGGEntityType
-
-
-
-
Constructor Detail
-
EventOwnerResponse
public EventOwnerResponse()
-
EventOwnerResponse
public EventOwnerResponse(IDResponse eventId, StringResponse email, StringResponse gamerTag, StringResponse fullName)
-
-
Method Detail
-
getEventId
public IDResponse getEventId()
-
getEmail
public StringResponse getEmail()
-
getGamerTag
public StringResponse getGamerTag()
-
getFullName
public StringResponse getFullName()
-
-