Package com.github.twitch4j.helix.domain
Klasse ScheduleSegmentInput
java.lang.Object
com.github.twitch4j.helix.domain.ScheduleSegmentInput
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleanIndicated if the scheduled broadcast is canceled.Game/Category ID for the scheduled broadcast.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.getTitle()Title for the scheduled broadcast.inthashCode()toString()withCanceled(Boolean canceled) Indicated if the scheduled broadcast is canceled.withCategoryId(String categoryId) Game/Category ID for the scheduled broadcast.withDurationMinutes(Integer durationMinutes) Duration of the scheduled broadcast in minutes from the start_time.withRecurring(Boolean recurring) Indicates if the scheduled broadcast is recurring weekly.withStartTime(Instant startTime) Start time for the scheduled broadcast specified in RFC3339 format.withTimezone(String timezone) The timezone of the application creating the scheduled broadcast using the IANA time zone database format.Title for the scheduled broadcast.
-
Konstruktordetails
-
ScheduleSegmentInput
public ScheduleSegmentInput() -
ScheduleSegmentInput
-
-
Methodendetails
-
builder
-
toBuilder
-
withStartTime
Start time for the scheduled broadcast specified in RFC3339 format.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withTimezone
The timezone of the application creating the scheduled broadcast using the IANA time zone database format.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed). - Siehe auch:
-
withRecurring
Indicates if the scheduled broadcast is recurring weekly.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withCanceled
Indicated if the scheduled broadcast is canceled.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withDurationMinutes
Duration of the scheduled broadcast in minutes from the start_time. Default: 240.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withCategoryId
Game/Category ID for the scheduled broadcast.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withTitle
Title for the scheduled broadcast. Maximum: 140 characters.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
getStartTime
Start time for the scheduled broadcast specified in RFC3339 format. -
getTimezone
The timezone of the application creating the scheduled broadcast using the IANA time zone database format.- Siehe auch:
-
getRecurring
Indicates if the scheduled broadcast is recurring weekly. -
getCanceled
Indicated if the scheduled broadcast is canceled. -
getDurationMinutes
Duration of the scheduled broadcast in minutes from the start_time. Default: 240. -
getCategoryId
Game/Category ID for the scheduled broadcast. -
getTitle
Title for the scheduled broadcast. Maximum: 140 characters. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-