Class StringIndexValue

java.lang.Object
com.here.platform.data.client.model.StringIndexValue
All Implemented Interfaces:
IndexValue, Serializable, scala.Equals, scala.Product

public final class StringIndexValue extends Object implements IndexValue, scala.Product, Serializable
String value of index key supported by Index layer

param: value underlying String value

See Also:
  • Constructor Details

    • StringIndexValue

      public StringIndexValue(String value)
  • Method Details

    • apply

      public abstract static R apply(T1 v1)
    • toString

      public static String toString()
    • value

      public String value()
    • indexType

      public IndexType indexType()
      Description copied from interface: IndexValue
      Index type of the value.

      The index type is used to configure the collection of index keys in Index layer configuration.

      Specified by:
      indexType in interface IndexValue
    • getValue

      public String getValue()
      Underlying String value