Class SoundtrackArtist

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

@Deprecated public class SoundtrackArtist extends Object
  • Constructor Details

    • SoundtrackArtist

      public SoundtrackArtist()
      Deprecated.
  • Method Details

    • getCreatorChannelId

      public String getCreatorChannelId()
      Deprecated.
      The ID of the Twitch user that created the track. Is an empty string if a Twitch user didn't create the track.
    • getId

      public String getId()
      Deprecated.
      The artist’s ASIN (Amazon Standard Identification Number).
    • getName

      public String getName()
      Deprecated.
      The artist’s name. This can be the band’s name or the solo artist’s name.
    • equals

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

      protected boolean canEqual(Object other)
      Deprecated.
    • hashCode

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

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object