Interface DeviceMethod.Builder

    • Method Detail

      • deviceType

        DeviceMethod.Builder deviceType​(String deviceType)

        The type of the device, such as "button".

        Parameters:
        deviceType - The type of the device, such as "button".
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • methodName

        DeviceMethod.Builder methodName​(String methodName)

        The name of the method applicable to the deviceType.

        Parameters:
        methodName - The name of the method applicable to the deviceType.
        Returns:
        Returns a reference to this object so that method calls can be chained together.