Class DataSupplierBody

java.lang.Object
okhttp3.RequestBody
net.dv8tion.jda.internal.utils.requestbody.TypedBody<DataSupplierBody>
net.dv8tion.jda.internal.utils.requestbody.DataSupplierBody

public class DataSupplierBody extends TypedBody<DataSupplierBody>
  • Nested Class Summary

    Nested classes/interfaces inherited from class okhttp3.RequestBody

    okhttp3.RequestBody.Companion
  • Field Summary

    Fields inherited from class okhttp3.RequestBody

    Companion, EMPTY
  • Constructor Summary

    Constructors
    Constructor
    Description
    DataSupplierBody(okhttp3.MediaType type, Supplier<? extends okio.Source> streamSupply)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    withType(okhttp3.MediaType newType)
     
    void
    writeTo(okio.BufferedSink bufferedSink)
     

    Methods inherited from class net.dv8tion.jda.internal.utils.requestbody.TypedBody

    contentType

    Methods inherited from class okhttp3.RequestBody

    contentLength, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, isDuplex, isOneShot

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait