Package com.github.twitch4j.helix.domain
Klasse ScheduledSegment
java.lang.Object
com.github.twitch4j.helix.domain.ScheduledSegment
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleanUsed with recurring scheduled broadcasts.The category for the scheduled broadcast.Scheduled end time for the scheduled broadcast in RFC3339 format.getId()The ID for the scheduled broadcast.Scheduled start time for the scheduled broadcast in RFC3339 format.getTitle()Title for the scheduled broadcast.inthashCode()Indicates whether the scheduled broadcast is recurring weekly.toString()
-
Konstruktordetails
-
ScheduledSegment
public ScheduledSegment()
-
-
Methodendetails
-
getId
The ID for the scheduled broadcast. -
getStartTime
Scheduled start time for the scheduled broadcast in RFC3339 format. -
getEndTime
Scheduled end time for the scheduled broadcast in RFC3339 format. -
getTitle
Title for the scheduled broadcast. -
getCanceledUntil
Used with recurring scheduled broadcasts. Specifies the date of the next recurring broadcast in RFC3339 format if one or more specific broadcasts have been deleted in the series. Set to null otherwise. -
getCategory
The category for the scheduled broadcast. Set to null if no category has been specified. -
isRecurring
Indicates whether the scheduled broadcast is recurring weekly. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-