Package com.github.twitch4j.helix.domain
Class ScheduledSegment
java.lang.Object
com.github.twitch4j.helix.domain.ScheduledSegment
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
@Nullable Instant
Used with recurring scheduled broadcasts.@Nullable ScheduledSegment.Category
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.int
hashCode()
Indicates whether the scheduled broadcast is recurring weekly.toString()
-
Constructor Details
-
ScheduledSegment
public ScheduledSegment()
-
-
Method Details
-
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
-