Class ActivityStateResponse
- 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.enums.EnumResponse<ActivityState>
-
- com.github.gpluscb.ggjava.entity.object.response.enums.ActivityStateResponse
-
- All Implemented Interfaces:
GGEntity
,GGObject
,GGResponseObject
public class ActivityStateResponse extends EnumResponse<ActivityState>
Represents the state of an activity
-
-
Constructor Summary
Constructors Constructor Description ActivityStateResponse()
ActivityStateResponse(ActivityState value)
-
Method Summary
-
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.enums.EnumResponse
getValue
-
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
-
ActivityStateResponse
public ActivityStateResponse()
-
ActivityStateResponse
public ActivityStateResponse(@Nonnull ActivityState value)
-
-