@JsonSurrogate public class

RestPullRequestParticipant

extends RestMapEntity
java.lang.Object
   ↳ java.util.AbstractMap<K, V>
     ↳ java.util.HashMap<K, V>
       ↳ java.util.LinkedHashMap<K, V>
         ↳ com.atlassian.bitbucket.rest.RestMapEntity
           ↳ com.atlassian.bitbucket.rest.pull.RestPullRequestParticipant

Summary

Constants
String APPROVED
String LAST_REVIEWED_COMMIT
String ROLE
String STATUS
String USER
Fields
public static final RestPullRequestParticipant EXAMPLE_RESPONSE_REVIEWER_APPROVED
public static final RestPullRequestParticipant EXAMPLE_RESPONSE_REVIEWER_UNAPPROVED
public static final RestPage<RestPullRequestParticipant> PAGE
public static final RestPullRequestParticipant REQUEST_EXAMPLE_ADD_REVIEWER
public static final RestPullRequestParticipant REQUEST_EXAMPLE_APPROVED
public static final RestPullRequestParticipant REQUEST_EXAMPLE_REVIEWER
public static final RestPullRequestParticipant REQUEST_EXAMPLE_USER_ONLY
public static final Function<PullRequestParticipantRestPullRequestParticipant> REST_TRANSFORM
Public Constructors
RestPullRequestParticipant()
RestPullRequestParticipant(PullRequestParticipant participant)
RestPullRequestParticipant(Map<StringObject> values)
Public Methods
PullRequestRole getRole()
PullRequestParticipantStatus getStatus()
RestApplicationUser getUser()
@Nonnull static RestPullRequestParticipant newExample(String name, PullRequestRole role, PullRequestParticipantStatus status)
@Nonnull static RestPullRequestParticipant newExample(String name, String lastReviewedCommit, PullRequestRole role, PullRequestParticipantStatus status)
@Nullable static RestPullRequestParticipant valueOf(Object value)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.rest.RestMapEntity
From class java.util.LinkedHashMap
From class java.util.HashMap
From class java.util.AbstractMap
From class java.lang.Object
From interface java.util.Map

Constants

public static final String APPROVED

Constant Value: "approved"

public static final String LAST_REVIEWED_COMMIT

Constant Value: "lastReviewedCommit"

public static final String ROLE

Constant Value: "role"

public static final String STATUS

Constant Value: "status"

public static final String USER

Constant Value: "user"

Fields

public static final RestPullRequestParticipant EXAMPLE_RESPONSE_REVIEWER_APPROVED

public static final RestPullRequestParticipant EXAMPLE_RESPONSE_REVIEWER_UNAPPROVED

public static final RestPage<RestPullRequestParticipant> PAGE

public static final RestPullRequestParticipant REQUEST_EXAMPLE_ADD_REVIEWER

public static final RestPullRequestParticipant REQUEST_EXAMPLE_APPROVED

public static final RestPullRequestParticipant REQUEST_EXAMPLE_REVIEWER

public static final RestPullRequestParticipant REQUEST_EXAMPLE_USER_ONLY

public static final Function<PullRequestParticipantRestPullRequestParticipant> REST_TRANSFORM

Public Constructors

public RestPullRequestParticipant ()

public RestPullRequestParticipant (PullRequestParticipant participant)

public RestPullRequestParticipant (Map<StringObject> values)

Public Methods

public PullRequestRole getRole ()

public PullRequestParticipantStatus getStatus ()

public RestApplicationUser getUser ()

@Nonnull public static RestPullRequestParticipant newExample (String name, PullRequestRole role, PullRequestParticipantStatus status)

@Nonnull public static RestPullRequestParticipant newExample (String name, String lastReviewedCommit, PullRequestRole role, PullRequestParticipantStatus status)

@Nullable public static RestPullRequestParticipant valueOf (Object value)