Interface OpsItemDataValue.Builder

    • Method Detail

      • value

        OpsItemDataValue.Builder value​(String value)

        The value of the OperationalData key.

        Parameters:
        value - The value of the OperationalData key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        OpsItemDataValue.Builder type​(String type)

        The type of key-value pair. Valid types include SearchableString and String.

        Parameters:
        type - The type of key-value pair. Valid types include SearchableString and String.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OpsItemDataType, OpsItemDataType
      • type

        OpsItemDataValue.Builder type​(OpsItemDataType type)

        The type of key-value pair. Valid types include SearchableString and String.

        Parameters:
        type - The type of key-value pair. Valid types include SearchableString and String.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OpsItemDataType, OpsItemDataType