Klasse ContentClassificationState

java.lang.Object
com.github.twitch4j.helix.domain.ContentClassificationState

public class ContentClassificationState extends Object
  • Konstruktordetails

  • 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

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • 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 this if an identical value is passed).
    • withEnabled

      public ContentClassificationState withEnabled(boolean isEnabled)
      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 this if an identical value is passed).