Uses of Record Class
ch.admin.bit.jeap.messageexchange.web.api.dto.MessagesResultDto
Packages that use MessagesResultDto
Package
Description
-
Uses of MessagesResultDto in ch.admin.bit.jeap.messageexchange.web.api
Methods in ch.admin.bit.jeap.messageexchange.web.api that return MessagesResultDtoModifier and TypeMethodDescriptionMessagePartnerV2Controller.getMessages(String bpId, String bpIdOld, String topicName, String groupId, UUID lastMessageId, String partnerTopic, String partnerTopicOld, int size, jakarta.servlet.http.HttpServletRequest request) Deprecated.MessagePartnerV3Controller.getMessages(String bpId, String topicName, String groupId, UUID lastMessageId, String partnerTopic, int size, jakarta.servlet.http.HttpServletRequest request) -
Uses of MessagesResultDto in ch.admin.bit.jeap.messageexchange.web.api.dto
Methods in ch.admin.bit.jeap.messageexchange.web.api.dto that return MessagesResultDtoModifier and TypeMethodDescriptionstatic MessagesResultDtoMessagesResultDto.createV2Dto(List<MessageSearchResultDto> searchResults) Creates a list of message search results that do not include the groupId and partnerTopic in the response, conforming to the schema of the response in the partner API v2.static MessagesResultDtoMessagesResultDto.createV3Dto(List<MessageSearchResultDto> searchResults) Creates a list of message search results that include the groupId and partnerTopic in the response.