Package com.github.twitch4j.helix.domain
Klasse ScheduleSegmentInput.ScheduleSegmentInputBuilder
java.lang.Object
com.github.twitch4j.helix.domain.ScheduleSegmentInput.ScheduleSegmentInputBuilder
- Umschließende Klasse:
ScheduleSegmentInput
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()Indicated if the scheduled broadcast is canceled.categoryId(String categoryId) Game/Category ID for the scheduled broadcast.durationMinutes(Integer durationMinutes) Duration of the scheduled broadcast in minutes from the start_time.Indicates if the scheduled broadcast is recurring weekly.Start time for the scheduled broadcast specified in RFC3339 format.The timezone of the application creating the scheduled broadcast using the IANA time zone database format.Title for the scheduled broadcast.toString()
-
Methodendetails
-
startTime
Start time for the scheduled broadcast specified in RFC3339 format.- Gibt zurück:
this.
-
timezone
The timezone of the application creating the scheduled broadcast using the IANA time zone database format.- Gibt zurück:
this.- Siehe auch:
-
recurring
Indicates if the scheduled broadcast is recurring weekly.- Gibt zurück:
this.
-
canceled
Indicated if the scheduled broadcast is canceled.- Gibt zurück:
this.
-
durationMinutes
Duration of the scheduled broadcast in minutes from the start_time. Default: 240.- Gibt zurück:
this.
-
categoryId
Game/Category ID for the scheduled broadcast.- Gibt zurück:
this.
-
title
Title for the scheduled broadcast. Maximum: 140 characters.- Gibt zurück:
this.
-
build
-
toString
-