JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
SEARCH:
Deprecated API
Contents
Methods
Methods
Method
Description
com.github.twitch4j.helix.domain.AnaylticsDateRange.getEndedAt()
in favor of getEndedAtInstant()
com.github.twitch4j.helix.domain.AnaylticsDateRange.getStartedAt()
in favor of getStartedAtInstant()
com.github.twitch4j.helix.domain.BitsLeaderboard.getPagination()
com.github.twitch4j.helix.domain.BitsLeaderboard.setPagination(HelixPagination)
com.github.twitch4j.helix.domain.Cheermote.Type.fromString(String)
com.github.twitch4j.helix.domain.Clip.getCreatedAt()
in favor of getCreatedAtInstant()
com.github.twitch4j.helix.domain.DropsEntitlementList.getPaginationCursor()
in favor of
DropsEntitlementList.getPagination()
com.github.twitch4j.helix.domain.EventSubSubscriptionList.getLimit()
removed in favor of #getMaxTotalCost
com.github.twitch4j.helix.domain.ExtensionActiveList.ActiveExtensions.getComponents()
com.github.twitch4j.helix.domain.ExtensionActiveList.ActiveExtensions.getOverlays()
com.github.twitch4j.helix.domain.ExtensionActiveList.ActiveExtensions.getPanels()
com.github.twitch4j.helix.domain.ExtensionActiveList.getPagination()
com.github.twitch4j.helix.domain.ExtensionList.getPagination()
com.github.twitch4j.helix.domain.Follow.getFollowedAt()
in favor of getFollowedAtInstant
com.github.twitch4j.helix.domain.ModeratorEvent.getEventTimestamp()
in favor of getTimestamp
com.github.twitch4j.helix.domain.ModeratorEventList.getSubscriptions()
in favor of getEvents()
com.github.twitch4j.helix.domain.ModeratorList.getSubscriptions()
in favor of getModerators()
com.github.twitch4j.helix.domain.Stream.getCommunityIds()
com.github.twitch4j.helix.domain.Stream.getStartedAt()
in favor of getStartedAtInstant()
com.github.twitch4j.helix.domain.Subscription.getPlan_name()
will be removed in favor of .getPlanName()
com.github.twitch4j.helix.domain.Video.getCreatedAt()
in favor of getCreatedAtInstant()
com.github.twitch4j.helix.domain.Video.getPublishedAt()
in favor of getPublishedAtInstant()
com.github.twitch4j.helix.domain.VideoMarker.getCreatedAt()
in favor of getCreatedAtInstant()
com.github.twitch4j.helix.domain.WebhookSubscription.getExpires_at()
in favor of #getExpiresAt()
com.github.twitch4j.helix.TwitchHelix.getBannedUsers(String, String, List<String>, String, String)
in favor of getBannedUsers(String, String, List, String, String, Integer) where the last param is the number of objects to retrieve.
com.github.twitch4j.helix.TwitchHelix.getBitsLeaderboard(String, String, String, String, String)
utilize getBitsLeaderboard where count is an Integer
com.github.twitch4j.helix.TwitchHelix.getModeratorEvents(String, String, List<String>, String)
in favor of getModeratorEvents(String, String, List, String, Integer) where the last param is the number of objects to retrieve.
com.github.twitch4j.helix.TwitchHelix.getModerators(String, String, List<String>, String)
in favor of getModerators(String, String, List, String, Integer) where the last param is the number of objects to retrieve.
com.github.twitch4j.helix.TwitchHelix.getStreams(String, String, String, Integer, List<UUID>, List<String>, String, List<String>, List<String>)
in favor of getStreams(String, String, String, Integer, List, List, List, List); simply remove the argument for communityId to migrate