Interface UserProperty


  • @DoNotImplement
    public interface UserProperty
    A representation for a user property.
    Since:
    4.0.0, CE 2019.1
    • Method Detail

      • getName

        @NotNull String getName()
        Returns:
        The name of the user property.
        Since:
        4.0.0, CE 2019.1
      • getValue

        @NotNull String getValue()
        Returns:
        The value of the user property.
        Since:
        4.0.0, CE 2019.1