Interface GetSdkResponse.Builder

    • Method Detail

      • contentType

        GetSdkResponse.Builder contentType​(String contentType)

        The content-type header value in the HTTP response.

        Parameters:
        contentType - The content-type header value in the HTTP response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contentDisposition

        GetSdkResponse.Builder contentDisposition​(String contentDisposition)

        The content-disposition header value in the HTTP response.

        Parameters:
        contentDisposition - The content-disposition header value in the HTTP response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • body

        GetSdkResponse.Builder body​(SdkBytes body)

        The binary blob response to GetSdk, which contains the generated SDK.

        Parameters:
        body - The binary blob response to GetSdk, which contains the generated SDK.
        Returns:
        Returns a reference to this object so that method calls can be chained together.