Package ai.nexconn.chat.user.model
Object UserProfileVisibility.Companion
-
- All Implemented Interfaces:
public class UserProfileVisibility.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static UserProfileVisibility.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final UserProfileVisibilityfromValue(Integer value)Gets the UserProfileVisibility from the given integer value. -
-
Method Detail
-
fromValue
final UserProfileVisibility fromValue(Integer value)
Gets the UserProfileVisibility from the given integer value.
- Parameters:
value- visibility value- Returns:
corresponding UserProfileVisibility, or INVISIBLE if not matched
-
-
-
-