Interface RequestParticipantUpdateParameters
@PublicApi
public interface RequestParticipantUpdateParameters
Contains parameters to add/remove participants to an existing request
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceUse thisRequestParticipantUpdateParameters.Builderto construct an instance ofRequestParticipantUpdateParameters -
Method Summary
-
Method Details
-
customerRequest
CustomerRequest customerRequest()- Returns:
- the
CustomerRequestto modify participants
-
requestParticipants
Set<com.atlassian.jira.user.ApplicationUser> requestParticipants()- Returns:
- collection of
ApplicationUserto add/remove
-