final class MultipartUploadResult extends AnyRef
- Source
- model.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MultipartUploadResult
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val bucket: String
- val eTag: String
- def equals(other: Any): Boolean
- Definition Classes
- MultipartUploadResult → AnyRef → Any
- def getBucket: String
Java API
- def getETag: String
Java API
- def getKey: String
Java API
- def getLocation: Uri
Java API
- def getVersionId: Optional[String]
Java API
- def hashCode(): Int
- Definition Classes
- MultipartUploadResult → AnyRef → Any
- val key: String
- val location: Uri
- def toString(): String
- Definition Classes
- MultipartUploadResult → AnyRef → Any
- val versionId: Option[String]
- def withBucket(value: String): MultipartUploadResult
- def withETag(value: String): MultipartUploadResult
- def withKey(value: String): MultipartUploadResult
- def withLocation(value: Uri): MultipartUploadResult
- def withVersionId(value: String): MultipartUploadResult