Package com.github.twitch4j.helix.domain
Klasse ExtensionConfigurationSegmentInput
java.lang.Object
com.github.twitch4j.helix.domain.ExtensionConfigurationSegmentInput
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungExtensionConfigurationSegmentInput(String extensionId, ExtensionSegment segment, @Nullable String broadcasterId, @Nullable String content, @Nullable String version) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleanUser ID of the broadcaster.Configuration in a string-encoded format.Required: ID for the Extension which the configuration is for.Required: Configuration type.Configuration version with the segment type.inthashCode()toString()withBroadcasterId(@Nullable String broadcasterId) User ID of the broadcaster.withContent(@Nullable String content) Configuration in a string-encoded format.withExtensionId(String extensionId) Required: ID for the Extension which the configuration is for.withSegment(ExtensionSegment segment) Required: Configuration type.withVersion(@Nullable String version) Configuration version with the segment type.
-
Konstruktordetails
-
ExtensionConfigurationSegmentInput
public ExtensionConfigurationSegmentInput() -
ExtensionConfigurationSegmentInput
-
-
Methodendetails
-
builder
public static ExtensionConfigurationSegmentInput.ExtensionConfigurationSegmentInputBuilder builder() -
toBuilder
-
withExtensionId
Required: ID for the Extension which the configuration is for.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withSegment
Required: Configuration type.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withBroadcasterId
public ExtensionConfigurationSegmentInput withBroadcasterId(@Nullable @Nullable String broadcasterId) User ID of the broadcaster. Required if the segment type is "developer" or "broadcaster".- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withContent
Configuration in a string-encoded format.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withVersion
Configuration version with the segment type.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
getExtensionId
Required: ID for the Extension which the configuration is for. -
getSegment
Required: Configuration type. -
getBroadcasterId
User ID of the broadcaster. Required if the segment type is "developer" or "broadcaster". -
getContent
Configuration in a string-encoded format. -
getVersion
Configuration version with the segment type. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-