Record Class Permission.Message.Format.Replacement

java.lang.Object
java.lang.Record
net.flectone.pulse.config.Permission.Message.Format.Replacement
All Implemented Interfaces:
PermissionSetting
Enclosing class:
Permission.Message.Format

public static record Permission.Message.Format.Replacement(String name, Permission.Type type, Map<String, Permission.PermissionEntry> values) extends Record implements PermissionSetting
Since:
1.0
  • Constructor Details

    • Replacement

      public Replacement(String name, Permission.Type type, Map<String, Permission.PermissionEntry> values)
      Creates an instance of a Replacement record class.
      Parameters:
      name - the value for the name record component
      type - the value for the type record component
      values - the value for the values record component
  • Method Details