Package ai.nexconn.chat.message.model
Object MessageModifyStatus.Companion
-
- All Implemented Interfaces:
public class MessageModifyStatus.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static MessageModifyStatus.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final MessageModifyStatusfromValue(Integer value)Returns the MessageModifyStatus corresponding to the given integer value. -
-
Method Detail
-
fromValue
final MessageModifyStatus fromValue(Integer value)
Returns the MessageModifyStatus corresponding to the given integer value.
- Parameters:
value- the integer status value- Returns:
the corresponding MessageModifyStatus, or SUCCESS if not found
-
-
-
-