Interface PropertyParameters.Builder

    • Method Detail

      • properties

        PropertyParameters.Builder properties​(Collection<Parameter> properties)

        A list of parameters in the request body.

        Parameters:
        properties - A list of parameters in the request body.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • properties

        PropertyParameters.Builder properties​(Parameter... properties)

        A list of parameters in the request body.

        Parameters:
        properties - A list of parameters in the request body.
        Returns:
        Returns a reference to this object so that method calls can be chained together.