Class GamePayload
java.lang.Object
live.crowdcontrol.cc4j.websocket.http.GamePayload
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGamePayload(@NotNull String gameID, @NotNull CCName name, @NotNull List<String> platforms, @NotNull String releaseDate, @NotNull List<String> packs, @Nullable String title, @Nullable String description, @Nullable String image, @Nullable TwitchGameDetails twitch, @Nullable List<String> tags, @Nullable List<String> keywords, @Nullable List<GameClip> clips, boolean recommended, boolean earlyAccess, boolean newUpdate, boolean disabled) -
Method Summary
-
Field Details
-
DATE_PATTERN
- See Also:
-
-
Constructor Details
-
GamePayload
public GamePayload(@NotNull @NotNull String gameID, @NotNull @NotNull CCName name, @NotNull @NotNull List<String> platforms, @Pattern("^\\d{4}-\\d{2}-\\d{2}$") @NotNull @NotNull String releaseDate, @NotNull @NotNull List<String> packs, @Nullable @Nullable String title, @Nullable @Nullable String description, @Nullable @Nullable String image, @Nullable @Nullable TwitchGameDetails twitch, @Nullable @Nullable List<String> tags, @Nullable @Nullable List<String> keywords, @Nullable @Nullable List<GameClip> clips, boolean recommended, boolean earlyAccess, boolean newUpdate, boolean disabled)
-
-
Method Details
-
getGameID
-
getName
-
getPlatforms
-
getReleaseDate
-
getPacks
-
getTitle
-
getDescription
-
getImage
-
getTwitch
-
getTags
-
getKeywords
-
getClips
-
isRecommended
public boolean isRecommended() -
isEarlyAccess
public boolean isEarlyAccess() -
isNewUpdate
public boolean isNewUpdate() -
isDisabled
public boolean isDisabled()
-