Record Class ExpirationStrategy.Explicit
java.lang.Object
java.lang.Record
com.github.kaktushose.jda.commands.dispatching.expiration.ExpirationStrategy.Explicit
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.github.kaktushose.jda.commands.dispatching.expiration.ExpirationStrategy
ExpirationStrategy.Explicit, ExpirationStrategy.Inactivity
-
Field Summary
Fields inherited from interface com.github.kaktushose.jda.commands.dispatching.expiration.ExpirationStrategy
AFTER_15_MINUTES, EXPLICIT
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Explicit
public Explicit()Creates an instance of aExplicit
record 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.
-