@PublicApi
public static interface RequestParticipantUpdateParameters.Builder
RequestParticipantUpdateParameters.Builder
to
construct an instance of RequestParticipantUpdateParameters
Modifier and Type | Method and Description |
---|---|
RequestParticipantUpdateParameters |
build() |
RequestParticipantUpdateParameters.Builder |
customerRequest(CustomerRequest customerRequest)
Set the
CustomerRequest to modify participants |
RequestParticipantUpdateParameters.Builder |
requestParticipant(com.atlassian.jira.user.ApplicationUser requestParticipant)
Add a single
ApplicationUser as participant. |
RequestParticipantUpdateParameters.Builder |
requestParticipants(Set<com.atlassian.jira.user.ApplicationUser> requestParticipants)
Add multiple
ApplicationUser as participants |
RequestParticipantUpdateParameters.Builder customerRequest(CustomerRequest customerRequest)
CustomerRequest
to modify participantscustomerRequest
- RequestParticipantUpdateParameters.Builder requestParticipant(com.atlassian.jira.user.ApplicationUser requestParticipant)
ApplicationUser
as participant. Calling this method multiple times has the
same effect as requestParticipants(Set)
requestParticipant
- RequestParticipantUpdateParameters.Builder requestParticipants(Set<com.atlassian.jira.user.ApplicationUser> requestParticipants)
ApplicationUser
as participantsrequestParticipants
- RequestParticipantUpdateParameters build()
Copyright © 2024 Atlassian. All rights reserved.