Package ai.nexconn.chat.model
Object NoDisturbTimeLevel.Companion
-
- All Implemented Interfaces:
public class NoDisturbTimeLevel.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static NoDisturbTimeLevel.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final NoDisturbTimeLevelfromValue(Integer value)Gets the corresponding enum value from an integer. -
-
Method Detail
-
fromValue
final NoDisturbTimeLevel fromValue(Integer value)
Gets the corresponding enum value from an integer.
- Parameters:
value- Level integer value- Returns:
The corresponding enum value; returns DEFAULT if not matched
-
-
-
-