Package com.github.twitch4j.helix.domain
Class ActiveExtension.ActiveExtensionBuilder
java.lang.Object
com.github.twitch4j.helix.domain.ActiveExtension.ActiveExtensionBuilder
- Enclosing class:
- ActiveExtension
-
Method Summary
Modifier and TypeMethodDescriptionActivation state of the extension, for each extension type (component, overlay, mobile, panel).build()
(Client) ID of the extension.Name of the extension.toString()
Version of the extension.(Video-component Extensions only) X-coordinate of the placement of the extension.(Video-component Extensions only) Y-coordinate of the placement of the extension.
-
Method Details
-
active
Activation state of the extension, for each extension type (component, overlay, mobile, panel). If false, no other data is provided.- Returns:
this
.
-
id
(Client) ID of the extension.- Returns:
this
.
-
name
Name of the extension.- Returns:
this
.
-
version
Version of the extension.- Returns:
this
.
-
x
(Video-component Extensions only) X-coordinate of the placement of the extension.- Returns:
this
.
-
y
(Video-component Extensions only) Y-coordinate of the placement of the extension.- Returns:
this
.
-
build
-
toString
-