Class ConversationSearchResponse
java.lang.Object
com.flowable.engage.dto.conversation.ConversationResponse
com.flowable.engage.dto.conversation.search.ConversationSearchResponse
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<MessageResponse>protected Map<String,ConversationParticipantResponse> protected longFields inherited from class com.flowable.engage.dto.conversation.ConversationResponse
assignedGroupId, assigneeId, avatarId, conversationDefinitionId, creationTime, creatorId, description, externalId, fallbackName, id, joiningType, lastMessageTime, name, ownerId, parentId, participantGroupIds, participantIds, permissions, permissionType, referenceDefinitionId, referenceId, referenceType, state, subType, tags, tenantId, type, updaterId, updateTime, variables -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongvoidsetMessages(List<MessageResponse> messages) voidsetParticipantsInfo(Map<String, ConversationParticipantResponse> participantsInfo) voidsetUnreadCount(long unreadCount) Methods inherited from class com.flowable.engage.dto.conversation.ConversationResponse
getAssignedGroupId, getAssigneeId, getAvatarId, getConversationDefinitionId, getCreationTime, getCreatorId, getDescription, getExternalId, getFallbackName, getId, getJoiningType, getLastMessageTime, getName, getOwnerId, getParentId, getParticipantGroupIds, getParticipantIds, getPermissions, getPermissionType, getReferenceDefinitionId, getReferenceId, getReferenceType, getState, getSubType, getTags, getTenantId, getType, getUpdaterId, getUpdateTime, getVariables, setAssignedGroupId, setAssigneeId, setAvatarId, setConversationDefinitionId, setCreationTime, setCreatorId, setDescription, setExternalId, setFallbackName, setId, setJoiningType, setLastMessageTime, setName, setOwnerId, setParentId, setParticipantGroupIds, setParticipantIds, setPermissions, setPermissionType, setReferenceDefinitionId, setReferenceId, setReferenceType, setState, setSubType, setTags, setTenantId, setType, setUpdaterId, setUpdateTime, setVariables
-
Field Details
-
messages
-
participantsInfo
-
unreadCount
protected long unreadCount
-
-
Constructor Details
-
ConversationSearchResponse
public ConversationSearchResponse()
-
-
Method Details
-
getMessages
-
setMessages
-
getParticipantsInfo
-
setParticipantsInfo
-
getUnreadCount
public long getUnreadCount() -
setUnreadCount
public void setUnreadCount(long unreadCount)
-