Class Requests


  • public class Requests
    extends java.lang.Object
    Since:
    3.1
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static okhttp3.RequestBody create​(Blob blob)
      Returns a new request body that transmits the content of input Blob.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • create

        public static okhttp3.RequestBody create​(Blob blob)
        Returns a new request body that transmits the content of input Blob.