Package com.github.twitch4j.helix.domain
Class StreamSchedule
java.lang.Object
com.github.twitch4j.helix.domain.StreamSchedule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanUser ID of the broadcaster.Login name of the broadcaster.Display name of the broadcaster.Scheduled broadcasts for this stream schedule.If Vacation Mode is enabled, this includes start and end dates for the vacation.inthashCode()toString()
-
Constructor Details
-
StreamSchedule
public StreamSchedule()
-
-
Method Details
-
getSegments
Scheduled broadcasts for this stream schedule. -
getBroadcasterId
User ID of the broadcaster. -
getBroadcasterName
Display name of the broadcaster. -
getBroadcasterLogin
Login name of the broadcaster. -
getVacation
If Vacation Mode is enabled, this includes start and end dates for the vacation. If Vacation Mode is disabled, this value is set to null. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-