Class TypedBody<T extends TypedBody<T>>
java.lang.Object
okhttp3.RequestBody
net.dv8tion.jda.internal.utils.requestbody.TypedBody<T>
- Direct Known Subclasses:
BufferedRequestBody
,DataSupplierBody
public abstract class TypedBody<T extends TypedBody<T>>
extends okhttp3.RequestBody
-
Nested Class Summary
Nested classes/interfaces inherited from class okhttp3.RequestBody
okhttp3.RequestBody.Companion
-
Field Summary
Fields inherited from class okhttp3.RequestBody
Companion, EMPTY
-
Method Summary
Methods inherited from class okhttp3.RequestBody
contentLength, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, isDuplex, isOneShot, writeTo
-
Method Details
-
withType
-
contentType
- Specified by:
contentType
in classokhttp3.RequestBody
-