Class GetAllCodeReviewsResponse
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.space.pojo.GetAllCodeReviewsResponse
-
public class GetAllCodeReviewsResponse extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetAllCodeReviewsResponse.BranchPairsItem
static class
GetAllCodeReviewsResponse.DataItem
static class
GetAllCodeReviewsResponse.Participant
static class
GetAllCodeReviewsResponse.Review
static class
GetAllCodeReviewsResponse.SourceBranchInfo
static class
GetAllCodeReviewsResponse.TargetBranchInfo
static class
GetAllCodeReviewsResponse.User
-
Constructor Summary
Constructors Constructor Description GetAllCodeReviewsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GetAllCodeReviewsResponse.DataItem>
getData()
String
getNext()
int
getTotalCount()
boolean
hasNext()
-
-
-
Method Detail
-
getNext
public String getNext()
-
getData
public List<GetAllCodeReviewsResponse.DataItem> getData()
-
getTotalCount
public int getTotalCount()
-
hasNext
public boolean hasNext()
-
-