Interface GetSchemaAsJsonResponse.Builder

    • Method Detail

      • name

        GetSchemaAsJsonResponse.Builder name​(String name)

        The name of the retrieved schema.

        Parameters:
        name - The name of the retrieved schema.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • document

        GetSchemaAsJsonResponse.Builder document​(String document)

        The JSON representation of the schema document.

        Parameters:
        document - The JSON representation of the schema document.
        Returns:
        Returns a reference to this object so that method calls can be chained together.