-
public final class ChatSessionCaseHistoryDto
-
-
Field Summary
Fields Modifier and Type Field Description private final List<ContactCenterChatSession>
sessions
-
Constructor Summary
Constructors Constructor Description ChatSessionCaseHistoryDto(List<ContactCenterChatSession> sessions)
-
Method Summary
Modifier and Type Method Description final List<ContactCenterChatSession>
component1()
final ChatSessionCaseHistoryDto
copy(List<ContactCenterChatSession> sessions)
final List<ContactCenterChatSession>
getSessions()
-
-
Constructor Detail
-
ChatSessionCaseHistoryDto
ChatSessionCaseHistoryDto(List<ContactCenterChatSession> sessions)
-
-
Method Detail
-
component1
final List<ContactCenterChatSession> component1()
-
copy
final ChatSessionCaseHistoryDto copy(List<ContactCenterChatSession> sessions)
-
getSessions
final List<ContactCenterChatSession> getSessions()
-
-
-
-