Uses of Interface
com.atlassian.servicedesk.api.request.participant.RequestParticipantUpdateParameters.Builder
Packages that use RequestParticipantUpdateParameters.Builder
-
Uses of RequestParticipantUpdateParameters.Builder in com.atlassian.servicedesk.api.request.participant
Methods in com.atlassian.servicedesk.api.request.participant that return RequestParticipantUpdateParameters.BuilderModifier and TypeMethodDescriptionRequestParticipantUpdateParameters.Builder.customerRequest
(CustomerRequest customerRequest) Set theCustomerRequest
to modify participantsRequestParticipantService.newUpdateBuilder()
RequestParticipantUpdateParameters.Builder.requestParticipant
(com.atlassian.jira.user.ApplicationUser requestParticipant) Add a singleApplicationUser
as participant.RequestParticipantUpdateParameters.Builder.requestParticipants
(Set<com.atlassian.jira.user.ApplicationUser> requestParticipants) Add multipleApplicationUser
as participants