Interface UserChatMessage.Builder1
- Enclosing class:
UserChatMessage
public static interface UserChatMessage.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionrole(UserChatMessage.RoleEnum role) Set the role of thisUserChatMessageinstance.
-
Method Details
-
role
Set the role of thisUserChatMessageinstance.- Parameters:
role- The role of thisUserChatMessage- Returns:
- The UserChatMessage instance.
-