Class CatalogSubset

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

public final class CatalogSubset extends Object implements scala.Product, Serializable
See Also:
  • Constructor Details

  • Method Details

    • unmarshalCatalogSubset

      public static CatalogSubset unmarshalCatalogSubset(String json)
    • unmarshalCatalogSubset

      public static CatalogSubset unmarshalCatalogSubset(org.json4s.JValue ast)
    • id

      public String id()
    • hrn

      public HRN hrn()
    • name

      public String name()
    • areas

      public scala.collection.immutable.Seq<String> areas()
    • created

      public ZonedDateTime created()
    • getId

      public String getId()
    • getHrn

      public HRN getHrn()
    • getName

      public String getName()
    • getAreas

      public List<String> getAreas()
    • getCreated

      public ZonedDateTime getCreated()