Uses of Class
io.github.hapjava.characteristics.impl.common.IsConfiguredEnum
-
Packages that use IsConfiguredEnum Package Description io.github.hapjava.accessories Contains interfaces that can be implemented to represent an exposed accessory.io.github.hapjava.accessories.optionalcharacteristic io.github.hapjava.characteristics.impl.common -
-
Uses of IsConfiguredEnum in io.github.hapjava.accessories
Methods in io.github.hapjava.accessories that return types with arguments of type IsConfiguredEnum Modifier and Type Method Description CompletableFuture<IsConfiguredEnum>InputSourceAccessory. isConfigured()Retrieves the flag whether input source is configured.Methods in io.github.hapjava.accessories with parameters of type IsConfiguredEnum Modifier and Type Method Description CompletableFuture<Void>InputSourceAccessory. setIsConfigured(IsConfiguredEnum state)set the flag whether input source is configured. -
Uses of IsConfiguredEnum in io.github.hapjava.accessories.optionalcharacteristic
Methods in io.github.hapjava.accessories.optionalcharacteristic that return types with arguments of type IsConfiguredEnum Modifier and Type Method Description CompletableFuture<IsConfiguredEnum>AccessoryWithIsConfigured. getIsConfigured()isConfigured stateMethods in io.github.hapjava.accessories.optionalcharacteristic with parameters of type IsConfiguredEnum Modifier and Type Method Description CompletableFuture<Void>AccessoryWithIsConfigured. setIsConfigured(IsConfiguredEnum isConfigured)Set the isConfigured (NOT_CONFIGURED, CONFIGURED). -
Uses of IsConfiguredEnum in io.github.hapjava.characteristics.impl.common
Methods in io.github.hapjava.characteristics.impl.common that return IsConfiguredEnum Modifier and Type Method Description static IsConfiguredEnumIsConfiguredEnum. fromCode(Integer code)static IsConfiguredEnumIsConfiguredEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static IsConfiguredEnum[]IsConfiguredEnum. 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.common with type arguments of type IsConfiguredEnum Constructor Description IsConfiguredCharacteristic(Supplier<CompletableFuture<IsConfiguredEnum>> getter, ExceptionalConsumer<IsConfiguredEnum> setter, Consumer<HomekitCharacteristicChangeCallback> subscriber, Runnable unsubscriber)IsConfiguredCharacteristic(Supplier<CompletableFuture<IsConfiguredEnum>> getter, ExceptionalConsumer<IsConfiguredEnum> setter, Consumer<HomekitCharacteristicChangeCallback> subscriber, Runnable unsubscriber)
-