Class ObjectStoreListing

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

public class ObjectStoreListing extends Object implements scala.Product, Serializable
param: items List result items. param: pageToken Token of the page for which list result is returned.
See Also:
  • Constructor Details

    • ObjectStoreListing

      public ObjectStoreListing(scala.collection.immutable.Seq<ObjectStoreListingItem> items, scala.Option<String> pageToken)
  • Method Details