public enum AuthorizedConversationAction extends Enum<AuthorizedConversationAction> implements com.flowable.platform.service.permission.AuthorizedAction
| Enum Constant and Description | 
|---|
| ARCHIVE_CONVERSATION | 
| CREATE_CONVERSATION | 
| DROP_PARTICIPANT | 
| EDIT_MESSAGE | 
| INVITE_PARTICIPANT | 
| JOIN_PARTICIPANT | 
| POST_DOCUMENT | 
| POST_IMAGE | 
| POST_MESSAGE | 
| POST_VIDEO | 
| POST_VOICE | 
| REOPEN_CONVERSATION | 
| UPDATE_CONVERSATION_DESCRIPTION | 
| UPDATE_CONVERSATION_NAME | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getKey() | 
| static AuthorizedConversationAction | parseFromKey(String key) | 
| static AuthorizedConversationAction | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static AuthorizedConversationAction[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final AuthorizedConversationAction CREATE_CONVERSATION
public static final AuthorizedConversationAction ARCHIVE_CONVERSATION
public static final AuthorizedConversationAction REOPEN_CONVERSATION
public static final AuthorizedConversationAction UPDATE_CONVERSATION_NAME
public static final AuthorizedConversationAction UPDATE_CONVERSATION_DESCRIPTION
public static final AuthorizedConversationAction INVITE_PARTICIPANT
public static final AuthorizedConversationAction JOIN_PARTICIPANT
public static final AuthorizedConversationAction DROP_PARTICIPANT
public static final AuthorizedConversationAction POST_MESSAGE
public static final AuthorizedConversationAction EDIT_MESSAGE
public static final AuthorizedConversationAction POST_VOICE
public static final AuthorizedConversationAction POST_VIDEO
public static final AuthorizedConversationAction POST_DOCUMENT
public static final AuthorizedConversationAction POST_IMAGE
public static AuthorizedConversationAction[] values()
for (AuthorizedConversationAction c : AuthorizedConversationAction.values()) System.out.println(c);
public static AuthorizedConversationAction valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getKey()
getKey in interface com.flowable.platform.service.permission.AuthorizedActionpublic static AuthorizedConversationAction parseFromKey(String key)
Copyright © 2019. All rights reserved.