Class StreamResponse
- 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.objects.StreamResponse
 
 
 
 
- 
- All Implemented Interfaces:
- GGEntity,- GGObject,- GGResponseObject
 
 public class StreamResponse extends AbstractGGResponseObject A Stream object
- 
- 
Constructor SummaryConstructors Constructor Description StreamResponse()StreamResponse(IDResponse id, BooleanResponse isOnline, StringResponse name, StreamTypeResponse type)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IDResponsegetId()BooleanResponsegetIsOnline()Whether the stream is currently live.StringResponsegetName()The name of the streamStreamTypeResponsegetType()The name of the external service providing this auth i.e.- 
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- 
StreamResponsepublic StreamResponse() 
 - 
StreamResponsepublic StreamResponse(IDResponse id, BooleanResponse isOnline, StringResponse name, StreamTypeResponse type) 
 
- 
 - 
Method Detail- 
getIdpublic IDResponse getId() 
 - 
getIsOnlinepublic BooleanResponse getIsOnline() Whether the stream is currently live. May be slightly delayed.
 - 
getNamepublic StringResponse getName() The name of the stream
 - 
getTypepublic StreamTypeResponse getType() The name of the external service providing this auth i.e. "twitch"
 
- 
 
-