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 java.util.concurrent.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 java.util.concurrent.CompletableFuture<java.lang.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 java.util.concurrent.CompletableFuture<IsConfiguredEnum>
AccessoryWithIsConfigured. getIsConfigured()
isConfigured stateMethods in io.github.hapjava.accessories.optionalcharacteristic with parameters of type IsConfiguredEnum Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.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 IsConfiguredEnum
IsConfiguredEnum. fromCode(java.lang.Integer code)
static IsConfiguredEnum
IsConfiguredEnum. valueOf(java.lang.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(java.util.function.Supplier<java.util.concurrent.CompletableFuture<IsConfiguredEnum>> getter, ExceptionalConsumer<IsConfiguredEnum> setter, java.util.function.Consumer<HomekitCharacteristicChangeCallback> subscriber, java.lang.Runnable unsubscriber)
IsConfiguredCharacteristic(java.util.function.Supplier<java.util.concurrent.CompletableFuture<IsConfiguredEnum>> getter, ExceptionalConsumer<IsConfiguredEnum> setter, java.util.function.Consumer<HomekitCharacteristicChangeCallback> subscriber, java.lang.Runnable unsubscriber)
-