retrofit / retrofit2.http / Multipart

Multipart

@Target([AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER]) class Multipart

Denotes that the request body is multi-part. Parts should be declared as parameters and annotated with @Part.

Constructors

<init>

Multipart()

Denotes that the request body is multi-part. Parts should be declared as parameters and annotated with @Part.