Interface UpdateParam.Builder

    • Method Detail

      • type

        UpdateParam.Builder type​(String type)

        The keys associated with an update request.

        Parameters:
        type - The keys associated with an update request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UpdateParamType, UpdateParamType
      • value

        UpdateParam.Builder value​(String value)

        The value of the keys submitted as part of an update request.

        Parameters:
        value - The value of the keys submitted as part of an update request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.