Interface CheckSchemaVersionValidityResponse.Builder

    • Method Detail

      • valid

        CheckSchemaVersionValidityResponse.Builder valid​(Boolean valid)

        Return true, if the schema is valid and false otherwise.

        Parameters:
        valid - Return true, if the schema is valid and false otherwise.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • error

        CheckSchemaVersionValidityResponse.Builder error​(String error)

        A validation failure error message.

        Parameters:
        error - A validation failure error message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.