MultipartBody.ALTERNATIVE

The "multipart/alternative" type is syntactically identical to "multipart/mixed", but the semantics are different. In particular, each of the body parts is an "alternative" version of the same information.

class MultipartBody
enum MediaType ALTERNATIVE;

Meta