Class TeamActionSetResponse
- 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.interfaces.ActionSetResponse
-
- com.github.gpluscb.ggjava.entity.object.response.objects.TeamActionSetResponse
-
- All Implemented Interfaces:
GGEntity
,GGObject
,GGResponseObject
public class TeamActionSetResponse extends ActionSetResponse
A set of actions available for a team to take
-
-
Constructor Summary
Constructors Constructor Description TeamActionSetResponse()
TeamActionSetResponse(IDResponse id)
-
Method Summary
-
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.interfaces.ActionSetResponse
getId
-
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
-
TeamActionSetResponse
public TeamActionSetResponse()
-
TeamActionSetResponse
public TeamActionSetResponse(IDResponse id)
-
-