Record Class Integration.Luckperms
java.lang.Object
java.lang.Record
net.flectone.pulse.config.Integration.Luckperms
- All Implemented Interfaces:
EnableSetting
- Enclosing class:
Integration
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thealwaysHaveTruerecord component.builder()enable()Returns the value of theenablerecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of thegroupOrderrecord component.final inthashCode()Returns a hash code value for this object.tabSort()Returns the value of thetabSortrecord component.final StringtoString()Returns a string representation of this record class.withAlwaysHaveTrue(Boolean alwaysHaveTrue) withEnable(Boolean enable) withGroupOrder(List<String> groupOrder) withTabSort(Boolean tabSort)
-
Constructor Details
-
Luckperms
Creates an instance of aLuckpermsrecord class.- Parameters:
enable- the value for theenablerecord componentalwaysHaveTrue- the value for thealwaysHaveTruerecord componenttabSort- the value for thetabSortrecord componentgroupOrder- the value for thegroupOrderrecord component
-
-
Method Details
-
builder
-
toBuilder
-
withEnable
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withAlwaysHaveTrue
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withTabSort
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withGroupOrder
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
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. All components in this record class are compared withObjects::equals(Object,Object). -
enable
Returns the value of theenablerecord component.- Specified by:
enablein interfaceEnableSetting- Returns:
- the value of the
enablerecord component
-
alwaysHaveTrue
Returns the value of thealwaysHaveTruerecord component.- Returns:
- the value of the
alwaysHaveTruerecord component
-
tabSort
Returns the value of thetabSortrecord component.- Returns:
- the value of the
tabSortrecord component
-
groupOrder
-