Package com.github.twitch4j.helix.domain
Class Extension
java.lang.Object
com.github.twitch4j.helix.domain.Extension
Extension
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Indicates whether the extension is configured such that it can be activated.getId()
ID of the extension.getName()
Name of the extension.getType()
Types for which the extension can be activated.Version of the extension.int
hashCode()
toString()
-
Constructor Details
-
Extension
public Extension() -
Extension
Creates a newExtension
instance.- Parameters:
id
- ID of the extension.name
- Name of the extension.version
- Version of the extension.canActivate
- Indicates whether the extension is configured such that it can be activated.type
- Types for which the extension can be activated. Valid values: "component", "mobile", "panel", "overlay".
-
-
Method Details
-
getId
ID of the extension. -
getName
Name of the extension. -
getVersion
Version of the extension. -
getCanActivate
Indicates whether the extension is configured such that it can be activated. -
getType
Types for which the extension can be activated. Valid values: "component", "mobile", "panel", "overlay". -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-