Class ChromeOSDeviceProperty.Builder

    • Method Detail

      • name

        public ChromeOSDeviceProperty.Builder name​(String name)
        “Name of the property”
        Parameters:
        name - value of name property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • updatable

        public ChromeOSDeviceProperty.Builder updatable​(Boolean updatable)
        “Whether this property is updatable”
        Parameters:
        updatable - value of updatable property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • value

        public ChromeOSDeviceProperty.Builder value​(String value)
        “Value of the property”
        Parameters:
        value - value of value property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • valueType

        public ChromeOSDeviceProperty.Builder valueType​(String valueType)
        “Type of the value”
        Parameters:
        valueType - value of valueType property (as defined in service metadata)
        Returns:
        this (for method chaining)