Package com.github.twitch4j.helix.domain
Class ScheduleSegmentInput.ScheduleSegmentInputBuilder
java.lang.Object
com.github.twitch4j.helix.domain.ScheduleSegmentInput.ScheduleSegmentInputBuilder
- Enclosing class:
- ScheduleSegmentInput
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
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()
-
Method Details
-
startTime
Start time for the scheduled broadcast specified in RFC3339 format.- Returns:
this
.
-
timezone
The timezone of the application creating the scheduled broadcast using the IANA time zone database format.- Returns:
this
.- See Also:
-
recurring
Indicates if the scheduled broadcast is recurring weekly.- Returns:
this
.
-
canceled
Indicated if the scheduled broadcast is canceled.- Returns:
this
.
-
durationMinutes
Duration of the scheduled broadcast in minutes from the start_time. Default: 240.- Returns:
this
.
-
categoryId
Game/Category ID for the scheduled broadcast.- Returns:
this
.
-
title
Title for the scheduled broadcast. Maximum: 140 characters.- Returns:
this
.
-
build
-
toString
-