Interface EnabledControlParameter.Builder

    • Method Detail

      • key

        EnabledControlParameter.Builder key​(String key)

        The key of a key/value pair. It is of type string.

        Parameters:
        key - The key of a key/value pair. It is of type string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        EnabledControlParameter.Builder value​(Document value)

        The value of a key/value pair. It can be of type array string, number, object, or boolean.

        Parameters:
        value - The value of a key/value pair. It can be of type array string, number, object, or boolean.
        Returns:
        Returns a reference to this object so that method calls can be chained together.