Class UnionResponse
- 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.unions.UnionResponse
 
 
 
 
- 
- All Implemented Interfaces:
- GGEntity,- GGObject,- GGResponseObject
 - Direct Known Subclasses:
- StandingContainerResponse
 
 public abstract class UnionResponse extends AbstractGGResponseObject 
- 
- 
Constructor SummaryConstructors Constructor Description UnionResponse(EntityType type)UnionResponse(EntityType type, boolean provided)
 - 
Method Summary- 
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObjectcheckProvided, isProvided
 - 
Methods inherited from class com.github.gpluscb.ggjava.entity.AbstractGGEntitygetGGEntityType
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntitygetGGEntityType
 
- 
 
- 
- 
- 
Constructor Detail- 
UnionResponsepublic UnionResponse(@Nonnull EntityType type)
 - 
UnionResponsepublic UnionResponse(@Nonnull EntityType type, boolean provided)
 
- 
 
-