Uses of Interface
com.atlassian.servicedesk.api.request.participant.RequestParticipantUpdateParameters
Packages that use RequestParticipantUpdateParameters
-
Uses of RequestParticipantUpdateParameters in com.atlassian.servicedesk.api.request.participant
Methods in com.atlassian.servicedesk.api.request.participant that return RequestParticipantUpdateParametersMethods in com.atlassian.servicedesk.api.request.participant with parameters of type RequestParticipantUpdateParametersModifier and TypeMethodDescriptionPagedResponse<com.atlassian.jira.user.ApplicationUser>
RequestParticipantService.addRequestParticipants
(com.atlassian.jira.user.ApplicationUser user, RequestParticipantUpdateParameters requestParticipantUpdateParameters) Add a list ofApplicationUser
as participant to a givenCustomerRequest
.PagedResponse<com.atlassian.jira.user.ApplicationUser>
RequestParticipantService.removeRequestParticipants
(com.atlassian.jira.user.ApplicationUser user, RequestParticipantUpdateParameters requestParticipantUpdateParameters) Remove a listApplicationUser
as participant from a givenCustomerRequest
.