Uses of Class
io.github.hapjava.characteristics.impl.inputsource.InputSourceTypeEnum
-
Packages that use InputSourceTypeEnum Package Description io.github.hapjava.accessories Contains interfaces that can be implemented to represent an exposed accessory.io.github.hapjava.characteristics.impl.inputsource -
-
Uses of InputSourceTypeEnum in io.github.hapjava.accessories
Methods in io.github.hapjava.accessories that return types with arguments of type InputSourceTypeEnum Modifier and Type Method Description CompletableFuture<InputSourceTypeEnum>InputSourceAccessory. getInputSourceType()Retrieves the input source type. -
Uses of InputSourceTypeEnum in io.github.hapjava.characteristics.impl.inputsource
Methods in io.github.hapjava.characteristics.impl.inputsource that return InputSourceTypeEnum Modifier and Type Method Description static InputSourceTypeEnumInputSourceTypeEnum. fromCode(Integer code)static InputSourceTypeEnumInputSourceTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static InputSourceTypeEnum[]InputSourceTypeEnum. 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 InputSourceTypeEnum Constructor Description InputSourceTypeCharacteristic(Supplier<CompletableFuture<InputSourceTypeEnum>> getter, Consumer<HomekitCharacteristicChangeCallback> subscriber, Runnable unsubscriber)
-