Class EmbeddedResponse

    • Constructor Detail

      • EmbeddedResponse

        public EmbeddedResponse()
        Constructor.
    • Method Detail

      • getResponseAsByteArray

        public byte[] getResponseAsByteArray()
        Get the response as a byte array.
        Returns:
        the body.
      • getResponseAsString

        public String getResponseAsString()
        Get the response as a string.
        Returns:
        the response as a string.