public class ConversationStarterHelperImpl extends Object implements ConversationStarterHelper
| Constructor and Description |
|---|
ConversationStarterHelperImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
evaluateJoiningType(String type,
String joiningType)
Method to evaluate the joining type of a conversation
|
protected String |
evaluateJoiningTypeForConversation(String requestedJoiningType) |
protected String |
evaluateJoiningTypeForTopicOrGroup(String requestedJoiningType) |
String |
evaluatePermissionType(String type)
Method to evaluate the permission type based on the provided sub type
|
public String evaluatePermissionType(String type)
ConversationStarterHelperevaluatePermissionType in interface ConversationStarterHelpertype - the sub type for which the permission type needs to be evaluatedpublic String evaluateJoiningType(String type, String joiningType)
ConversationStarterHelperevaluateJoiningType in interface ConversationStarterHelpertype - the sub type of the conversationjoiningType - the optional requested joining typeprotected String evaluateJoiningTypeForConversation(String requestedJoiningType)
Copyright © 2019. All rights reserved.