Package com.github.twitch4j.helix.domain
Class ActiveExtension.ActiveExtensionBuilder
java.lang.Object
com.github.twitch4j.helix.domain.ActiveExtension.ActiveExtensionBuilder
- Enclosing class:
- ActiveExtension
public static class ActiveExtension.ActiveExtensionBuilder
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description ActiveExtension.ActiveExtensionBuilderactive(java.lang.Boolean active)Activation state of the extension, for each extension type (component, overlay, mobile, panel).ActiveExtensionbuild()ActiveExtension.ActiveExtensionBuilderid(java.lang.String id)(Client) ID of the extension.ActiveExtension.ActiveExtensionBuildername(java.lang.String name)Name of the extension.java.lang.StringtoString()ActiveExtension.ActiveExtensionBuilderversion(java.lang.String version)Version of the extension.ActiveExtension.ActiveExtensionBuilderx(java.lang.Integer x)(Video-component Extensions only) X-coordinate of the placement of the extension.ActiveExtension.ActiveExtensionBuildery(java.lang.Integer y)(Video-component Extensions only) Y-coordinate of the placement of the extension.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-