Package com.github.twitch4j.helix.domain
Klasse ContentClassificationState
java.lang.Object
com.github.twitch4j.helix.domain.ContentClassificationState
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungContentClassificationState(@NotNull ContentClassification id, boolean isEnabled) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleangetId()ID of the Content Classification Labels that must be added/removed from the channel.inthashCode()booleanWhether the label should be enabled (true) or disabled for the channel.toString()withEnabled(boolean isEnabled) Whether the label should be enabled (true) or disabled for the channel.ID of the Content Classification Labels that must be added/removed from the channel.
-
Konstruktordetails
-
ContentClassificationState
-
-
Methodendetails
-
getId
ID of the Content Classification Labels that must be added/removed from the channel. -
isEnabled
public boolean isEnabled()Whether the label should be enabled (true) or disabled for the channel. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
withId
ID of the Content Classification Labels that must be added/removed from the channel.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withEnabled
Whether the label should be enabled (true) or disabled for the channel.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-