Class ActionSetResponse
- 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
-
- All Implemented Interfaces:
GGEntity
,GGObject
,GGResponseObject
- Direct Known Subclasses:
TeamActionSetResponse
public class ActionSetResponse extends AbstractGGResponseObject
A set of actions available for an entity to take
-
-
Constructor Summary
Constructors Constructor Description ActionSetResponse()
ActionSetResponse(EntityType type)
ActionSetResponse(EntityType type, IDResponse id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IDResponse
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
-
ActionSetResponse
public ActionSetResponse()
-
ActionSetResponse
public ActionSetResponse(@Nonnull EntityType type)
-
ActionSetResponse
public ActionSetResponse(@Nonnull EntityType type, IDResponse id)
-
-
Method Detail
-
getId
public IDResponse getId()
-
-