Interface ParameterObject.Builder

    • Method Detail

      • id

        ParameterObject.Builder id​(String id)

        The ID of the parameter object.

        Parameters:
        id - The ID of the parameter object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributes

        ParameterObject.Builder attributes​(Collection<ParameterAttribute> attributes)

        The attributes of the parameter object.

        Parameters:
        attributes - The attributes of the parameter object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributes

        ParameterObject.Builder attributes​(ParameterAttribute... attributes)

        The attributes of the parameter object.

        Parameters:
        attributes - The attributes of the parameter object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.