Uses of Class
com.bytedesk.ticket.attachment.TicketAttachmentRequest
Packages that use TicketAttachmentRequest
-
Uses of TicketAttachmentRequest in com.bytedesk.ticket.attachment
Methods in com.bytedesk.ticket.attachment with parameters of type TicketAttachmentRequestModifier and TypeMethodDescriptionTicketAttachmentRestService.create(TicketAttachmentRequest request) protected org.springframework.data.jpa.domain.Specification<TicketAttachmentEntity>TicketAttachmentRestService.createSpecification(TicketAttachmentRequest request) voidTicketAttachmentRestService.delete(TicketAttachmentRequest request) org.springframework.data.domain.Page<TicketAttachmentResponse>TicketAttachmentRestService.queryByOrg(TicketAttachmentRequest request) org.springframework.data.domain.Page<TicketAttachmentResponse>TicketAttachmentRestService.queryByUser(TicketAttachmentRequest request) TicketAttachmentRestService.update(TicketAttachmentRequest request)