Class TwitchClipEvent


public class TwitchClipEvent extends TwitchEvent
  • Constructor Details

    • TwitchClipEvent

      public TwitchClipEvent(String clipURL, String creator, String clipTitle, JSONObject thumbnailObj)
      Class constructor.
      Parameters:
      clipURL -
      creator -
      clipTitle -
      thumbnailObj -
  • Method Details

    • getClipURL

      public String getClipURL()
      Method that returns the clip URL.
      Returns:
      clipURL
    • getCreator

      public String getCreator()
      Method that returns the clip creator.
      Returns:
      creator
    • getClipTitle

      public String getClipTitle()
      Method that returns the clip title.
      Returns:
      clipTitle
    • getThumbnailObject

      public JSONObject getThumbnailObject()
      Method that returns the object of thumnails.
      Returns:
      thumbnailObj