MultipartBody.PARALLEL

This type is syntactically identical to "multipart/mixed", but the semantics are different. In particular, in a parallel entity, the order of body parts is not significant.

class MultipartBody
enum MediaType PARALLEL;

Meta