Class ObjectStoreListing
java.lang.Object
com.here.platform.data.client.model.ObjectStoreListing
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
param: items List result items.
param: pageToken Token of the page for which list result is returned.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionObjectStoreListing(scala.collection.immutable.Seq<ObjectStoreListingItem> items, scala.Option<String> pageToken) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
ObjectStoreListing
public ObjectStoreListing(scala.collection.immutable.Seq<ObjectStoreListingItem> items, scala.Option<String> pageToken)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2) -
toString
-
items
-
pageToken
-
getItems
-
getPageToken
-