Uses of Class
io.github.hapjava.characteristics.impl.inputsource.InputDeviceTypeEnum
-
Packages that use InputDeviceTypeEnum Package Description io.github.hapjava.accessories.optionalcharacteristic io.github.hapjava.characteristics.impl.inputsource -
-
Uses of InputDeviceTypeEnum in io.github.hapjava.accessories.optionalcharacteristic
Methods in io.github.hapjava.accessories.optionalcharacteristic that return types with arguments of type InputDeviceTypeEnum Modifier and Type Method Description CompletableFuture<InputDeviceTypeEnum>AccessoryWithInputDeviceType. getInputDeviceType()Retrieves the input device type. -
Uses of InputDeviceTypeEnum in io.github.hapjava.characteristics.impl.inputsource
Methods in io.github.hapjava.characteristics.impl.inputsource that return InputDeviceTypeEnum Modifier and Type Method Description static InputDeviceTypeEnumInputDeviceTypeEnum. fromCode(Integer code)static InputDeviceTypeEnumInputDeviceTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static InputDeviceTypeEnum[]InputDeviceTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in io.github.hapjava.characteristics.impl.inputsource with type arguments of type InputDeviceTypeEnum Constructor Description InputDeviceTypeCharacteristic(Supplier<CompletableFuture<InputDeviceTypeEnum>> getter, Consumer<HomekitCharacteristicChangeCallback> subscriber, Runnable unsubscriber)
-