Interface RequestBody.Builder

    • Method Detail

      • content

        RequestBody.Builder content​(Map<String,​? extends Collection<Parameter>> content)

        The content in the request body.

        Parameters:
        content - The content in the request body.
        Returns:
        Returns a reference to this object so that method calls can be chained together.