Class AbstractGGObject
- java.lang.Object
-
- com.github.gpluscb.ggjava.entity.AbstractGGEntity
-
- com.github.gpluscb.ggjava.entity.object.AbstractGGObject
-
- Direct Known Subclasses:
AbstractGGResponseObject
public abstract class AbstractGGObject extends AbstractGGEntity implements GGObject
-
-
Constructor Summary
Constructors Constructor Description AbstractGGObject(EntityType type)
-
Method Summary
-
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
-
AbstractGGObject
public AbstractGGObject(@Nonnull EntityType type)
-
-