Record Class RequestFeatureHttpAPIImpl.HttoAuthMethod
java.lang.Object
java.lang.Record
pro.gravit.launcher.base.request.RequestFeatureHttpAPIImpl.HttoAuthMethod
- All Implemented Interfaces:
pro.gravit.launcher.core.api.method.AuthMethod
- Enclosing class:
RequestFeatureHttpAPIImpl
public static record RequestFeatureHttpAPIImpl.HttoAuthMethod()
extends Record
implements pro.gravit.launcher.core.api.method.AuthMethod
-
Constructor Summary
Constructors -
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
-
HttoAuthMethod
public HttoAuthMethod()Creates an instance of aHttoAuthMethodrecord 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.
-