Package com.github.twitch4j.helix.domain
Class StreamSchedule
java.lang.Object
com.github.twitch4j.helix.domain.StreamSchedule
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
User ID of the broadcaster.Login name of the broadcaster.Display name of the broadcaster.Scheduled broadcasts for this stream schedule.@Nullable ScheduledVacation
If Vacation Mode is enabled, this includes start and end dates for the vacation.int
hashCode()
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
-