public class Metadata
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
changelog |
ChangelogType |
changelogType |
java.lang.String |
displayName |
java.util.List<java.lang.Integer> |
gameVersions |
java.lang.Integer |
parentFileID |
Relations |
relations |
ReleaseType |
releaseType |
| Constructor and Description |
|---|
Metadata() |
| Modifier and Type | Method and Description |
|---|---|
Metadata |
changelog(java.lang.String changelog) |
Metadata |
changelogType(ChangelogType changelogType) |
Metadata |
clearGameVersions() |
Metadata |
displayName(java.lang.String displayName) |
@NonNull Metadata |
gameVersions(java.lang.Integer[] gameVersions) |
Metadata |
parentFileID(int parentFileID) |
Metadata |
relations(Relations relations) |
@NonNull Metadata |
releaseType(ReleaseType releaseType) |
@SerializedName(value="changelog") @Expose public java.lang.String changelog
@SerializedName(value="changelogType") @Expose public ChangelogType changelogType
@SerializedName(value="displayName") @Expose public java.lang.String displayName
@SerializedName(value="parentFileID") @Expose public java.lang.Integer parentFileID
@SerializedName(value="gameVersions") @Expose public java.util.List<java.lang.Integer> gameVersions
@SerializedName(value="releaseType") @Expose public ReleaseType releaseType
@SerializedName(value="relations") @Expose public Relations relations
@Nullable public Metadata changelog(java.lang.String changelog)
@Nullable public Metadata changelogType(ChangelogType changelogType)
@Nullable public Metadata displayName(java.lang.String displayName)
@Nullable public Metadata parentFileID(int parentFileID)
@NonNull public @NonNull Metadata gameVersions(java.lang.Integer[] gameVersions)
public Metadata clearGameVersions()
@NonNull public @NonNull Metadata releaseType(ReleaseType releaseType)