Interface MetadataEntry.Builder

    • Method Detail

      • name

        MetadataEntry.Builder name​(String name)

        Name of the object.

        Parameters:
        name - Name of the object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        MetadataEntry.Builder value​(String value)

        Value of the object.

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