Class GetAllCodeReviewsResponse.Review
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.space.pojo.GetAllCodeReviewsResponse.Review
-
- Enclosing class:
- GetAllCodeReviewsResponse
public static class GetAllCodeReviewsResponse.Review extends Object
-
-
Constructor Summary
Constructors Constructor Description Review()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthorUsername()List<GetAllCodeReviewsResponse.BranchPairsItem>getBranchPairs()StringgetClassName()longgetCreatedAt()ZonedDateTimegetCreatedTime()StringgetId()intgetNumber()StringgetProjectId()StringgetState()StringgetTitle()
-
-
-
Method Detail
-
getNumber
public int getNumber()
-
getCreatedAt
public long getCreatedAt()
-
getCreatedTime
public ZonedDateTime getCreatedTime()
-
getBranchPairs
public List<GetAllCodeReviewsResponse.BranchPairsItem> getBranchPairs()
-
getClassName
public String getClassName()
-
getId
public String getId()
-
getAuthorUsername
@NotNull public String getAuthorUsername()
-
getState
public String getState()
-
getTitle
public String getTitle()
-
getProjectId
public String getProjectId()
-
-