Interface CustomPropertyItem


  • @ProviderType
    public interface CustomPropertyItem
    Defines the basic unit of a Custom Property, which is a key value pair
    • Method Detail

      • getKey

        @Nullable
        java.lang.String getKey()
      • getValue

        @Nullable
        java.lang.String getValue()