Package com.flowable.engage.dto.message
Class MessageComplianceResponse
- java.lang.Object
-
- com.flowable.engage.dto.message.MessageResponse
-
- com.flowable.engage.dto.message.MessageComplianceResponse
-
public class MessageComplianceResponse extends MessageResponse
- Author:
- Javier Casal
-
-
Constructor Summary
Constructors Constructor Description MessageComplianceResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConversationName()List<String>getParticipantUserIds()voidsetConversationName(String conversationName)voidsetParticipantUserIds(List<String> participantUserIds)-
Methods inherited from class com.flowable.engage.dto.message.MessageResponse
getActionInstanceId, getCategory, getConversationId, getCreationTime, getCreatorId, getExternalId, getId, getMainContent, getMainContentType, getMediaContentId, getReactions, getRecipientGroupId, getRecipientId, getReplyToMessageId, getSenderId, getSubType, getTags, getTenantId, getType, getUpdaterId, getUpdateTime, isPrivate, isSticky, setActionInstanceId, setCategory, setConversationId, setCreationTime, setCreatorId, setExternalId, setId, setMainContent, setMainContentType, setMediaContentId, setPrivate, setReactions, setRecipientGroupId, setRecipientId, setReplyToMessageId, setSenderId, setSticky, setSubType, setTags, setTenantId, setType, setUpdaterId, setUpdateTime
-
-