Interface FieldOptionError.Builder

    • Method Detail

      • errorCode

        FieldOptionError.Builder errorCode​(String errorCode)

        Error code from creating or updating field option.

        Parameters:
        errorCode - Error code from creating or updating field option.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        FieldOptionError.Builder message​(String message)

        Error message from creating or updating field option.

        Parameters:
        message - Error message from creating or updating field option.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        FieldOptionError.Builder value​(String value)

        The field option value that caused the error.

        Parameters:
        value - The field option value that caused the error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.