Uses of Class
li.pitschmann.knx.core.plugin.api.v1.json.Status
-
Packages that use Status Package Description li.pitschmann.knx.core.plugin.api.v1.json -
-
Uses of Status in li.pitschmann.knx.core.plugin.api.v1.json
Methods in li.pitschmann.knx.core.plugin.api.v1.json that return Status Modifier and Type Method Description StatusStatusResponse. getStatus()static StatusStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Status[]Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in li.pitschmann.knx.core.plugin.api.v1.json with parameters of type Status Modifier and Type Method Description voidStatusResponse. setStatus(Status status)
-