Interface ProfileProperty

All Known Implementing Classes:
DefaultProfileProperty

public interface ProfileProperty
  • Method Details

    • property

      @NotNull static @NotNull ProfileProperty property(@NotNull @NotNull String name, @NotNull @NotNull String value)
    • property

      @NotNull static @NotNull ProfileProperty property(@NotNull @NotNull String name, @NotNull @NotNull String value, @Nullable @Nullable String signature)
    • name

      @NotNull @NotNull String name()
    • value

      @NotNull @NotNull String value()
    • signature

      @Nullable @Nullable String signature()