Interface SmartHomeAppliance.Builder

    • Method Detail

      • friendlyName

        SmartHomeAppliance.Builder friendlyName​(String friendlyName)

        The friendly name of the smart home appliance.

        Parameters:
        friendlyName - The friendly name of the smart home appliance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        SmartHomeAppliance.Builder description​(String description)

        The description of the smart home appliance.

        Parameters:
        description - The description of the smart home appliance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • manufacturerName

        SmartHomeAppliance.Builder manufacturerName​(String manufacturerName)

        The name of the manufacturer of the smart home appliance.

        Parameters:
        manufacturerName - The name of the manufacturer of the smart home appliance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.