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