Class ObjectStoreUploadResult
java.lang.Object
com.here.platform.data.client.model.ObjectStoreUploadResult
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
param: parts Collection of all the uploaded parts.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionObjectStoreUploadResult(scala.collection.immutable.Seq<ObjectUploadPart> parts) -
Method Summary
Modifier and TypeMethodDescriptionabstract static Rapply(T1 v1) scala.collection.immutable.Seq<ObjectUploadPart>parts()static StringtoString()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
-
ObjectStoreUploadResult
-
-
Method Details
-
apply
public abstract static R apply(T1 v1) -
toString
-
parts
-