Record Class RequestOfflineModeAPIImpl.OfflineAuthMethod
java.lang.Object
java.lang.Record
pro.gravit.launcher.base.request.RequestOfflineModeAPIImpl.OfflineAuthMethod
- All Implemented Interfaces:
pro.gravit.launcher.core.api.method.AuthMethod
- Enclosing class:
RequestOfflineModeAPIImpl
public static record RequestOfflineModeAPIImpl.OfflineAuthMethod()
extends Record
implements pro.gravit.launcher.core.api.method.AuthMethod
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aOfflineAuthMethodrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.List<pro.gravit.launcher.core.api.method.AuthMethodDetails> getName()final inthashCode()Returns a hash code value for this object.booleanfinal StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
OfflineAuthMethod
public OfflineAuthMethod()Creates an instance of aOfflineAuthMethodrecord class.
-
-
Method Details
-
getDetails
- Specified by:
getDetailsin interfacepro.gravit.launcher.core.api.method.AuthMethod
-
getName
- Specified by:
getNamein interfacepro.gravit.launcher.core.api.method.AuthMethod
-
getDisplayName
- Specified by:
getDisplayNamein interfacepro.gravit.launcher.core.api.method.AuthMethod
-
isVisible
public boolean isVisible()- Specified by:
isVisiblein interfacepro.gravit.launcher.core.api.method.AuthMethod
-
getFeatures
-
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.
-