Class LayerVersions

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

public final class LayerVersions extends Object implements scala.Product, Serializable
param: version Version of this catalog. param: layerVersions Layers with their latest version at which data was committed, layers without committed partitions will be omitted.
See Also:
  • Constructor Details

    • LayerVersions

      public LayerVersions(long version, scala.collection.immutable.Seq<LayerVersion> layerVersions)
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2)
    • toString

      public static String toString()
    • version

      public long version()
    • layerVersions

      public scala.collection.immutable.Seq<LayerVersion> layerVersions()
    • getVersion

      public Long getVersion()
      Returns:
      Version of the catalog when the layer was last changed. Only versions before and including the requested catalog version are evaluated. Note: version can refer to already retired and thus inaccessible version.
    • getLayerVersions

      public List<LayerVersion> getLayerVersions()
      Returns:
      Layers with their latest version at which data was committed, layers without committed partitions will be omitted.