Package ai.nexconn.chat.channel.model
Object ChannelNoDisturbLevel.Companion
-
- All Implemented Interfaces:
public class ChannelNoDisturbLevel.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static ChannelNoDisturbLevel.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final ChannelNoDisturbLevelfromValue(Integer value)Returns the notification level for the given integer value. -
-
Method Detail
-
fromValue
final ChannelNoDisturbLevel fromValue(Integer value)
Returns the notification level for the given integer value.
- Parameters:
value- Integer value of the notification level- Returns:
The corresponding ChannelNoDisturbLevel, or DEFAULT if not found
-
-
-
-