Uses of Class
com.bytedesk.ticket.attachment.TicketAttachmentResponse
Packages that use TicketAttachmentResponse
Package
Description
工单核心模块
包含工单实体、仓库、服务等基础组件
-
Uses of TicketAttachmentResponse in com.bytedesk.ticket.attachment
Methods in com.bytedesk.ticket.attachment that return TicketAttachmentResponseModifier and TypeMethodDescriptionTicketAttachmentRestService.convertToResponse
(TicketAttachmentEntity entity) TicketAttachmentRestService.create
(TicketAttachmentRequest request) TicketAttachmentRestService.update
(TicketAttachmentRequest request) Methods in com.bytedesk.ticket.attachment that return types with arguments of type TicketAttachmentResponseModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<TicketAttachmentResponse>
TicketAttachmentRestService.queryByOrg
(TicketAttachmentRequest request) org.springframework.data.domain.Page<TicketAttachmentResponse>
TicketAttachmentRestService.queryByUser
(TicketAttachmentRequest request) -
Uses of TicketAttachmentResponse in com.bytedesk.ticket.ticket
Fields in com.bytedesk.ticket.ticket with type parameters of type TicketAttachmentResponseModifier and TypeFieldDescriptionprivate Set<TicketAttachmentResponse>
TicketResponse.attachments