@JsonSurrogate public class

RestInvalidPullRequestReviewersErrorMessage

extends RestErrorMessage
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.RestErrorMessage
             ↳ com.atlassian.bitbucket.rest.pull.RestInvalidPullRequestReviewersErrorMessage

Summary

Constants
String REVIEWER_ERRORS
String VALID_REVIEWERS
Public Constructors
RestInvalidPullRequestReviewersErrorMessage(InvalidPullRequestReviewersException exception)
Public Methods
Collection<RestErrorMessage> getReviewerErrors()
Collection<RestPullRequestParticipant> getValidReviewers()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.rest.RestErrorMessage
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 REVIEWER_ERRORS

Constant Value: "reviewerErrors"

public static final String VALID_REVIEWERS

Constant Value: "validReviewers"

Public Constructors

public RestInvalidPullRequestReviewersErrorMessage (InvalidPullRequestReviewersException exception)

Public Methods

public Collection<RestErrorMessage> getReviewerErrors ()

public Collection<RestPullRequestParticipant> getValidReviewers ()