Class ChannelEditor

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

public class ChannelEditor extends Object
  • Constructor Details

    • ChannelEditor

      public ChannelEditor()
  • Method Details

    • getUserId

      public String getUserId()
      User ID of the editor.
    • getUserName

      public String getUserName()
      Display name of the editor.
    • getCreatedAt

      public Instant getCreatedAt()
      Date and time the editor was given editor permissions.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object