toValue method
Implementation
String toValue() {
switch (this) {
case ThingConnectivityIndexingMode.off:
return 'OFF';
case ThingConnectivityIndexingMode.status:
return 'STATUS';
}
}
String toValue() {
switch (this) {
case ThingConnectivityIndexingMode.off:
return 'OFF';
case ThingConnectivityIndexingMode.status:
return 'STATUS';
}
}