Record Class VersionChecker.UpdateState.UpToDate
java.lang.Object
java.lang.Record
com.xpdustry.claj.client.util.VersionChecker.UpdateState.UpToDate
- All Implemented Interfaces:
VersionChecker.UpdateState
- Enclosing interface:
VersionChecker.UpdateState
public static record VersionChecker.UpdateState.UpToDate()
extends Record
implements VersionChecker.UpdateState
No new updates found, it's the latest version.
-
Nested Class Summary
Nested classes/interfaces inherited from interface VersionChecker.UpdateState
VersionChecker.UpdateState.Error, VersionChecker.UpdateState.Missing, VersionChecker.UpdateState.Outdated, VersionChecker.UpdateState.UpToDate -
Field Summary
Fields inherited from interface VersionChecker.UpdateState
errorInvalidJson, errorNoContent, missingRepo, missingVersion, upToDate -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UpToDate
public UpToDate()Creates an instance of aUpToDaterecord class.
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-