final case class Multipart(parts: Seq[Part], boundary: Boundary = Boundary.mkBoundary()) extends Product with Serializable
Multipart composed of a list of parts: individual requests and changesets. Despite its name, it does not inherit from Part.
- parts
Sequence of Parts.
- boundary
Batch boundary.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Multipart
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All