Class AnnotationsResponse
- java.lang.Object
-
- com.cdancy.bitbucket.rest.domain.insights.AnnotationsResponse
-
- All Implemented Interfaces:
ErrorsHolder
public abstract class AnnotationsResponse extends java.lang.Object implements ErrorsHolder
-
-
Constructor Summary
Constructors Constructor Description AnnotationsResponse()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.util.List<Annotation>annotations()static AnnotationsResponsecreate(int totalCount, java.util.List<Annotation> annotations, java.util.List<Error> errors)abstract inttotalCount()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.cdancy.bitbucket.rest.domain.common.ErrorsHolder
errors
-
-
-
-
Method Detail
-
totalCount
public abstract int totalCount()
-
annotations
@Nullable public abstract java.util.List<Annotation> annotations()
-
create
public static AnnotationsResponse create(int totalCount, java.util.List<Annotation> annotations, java.util.List<Error> errors)
-
-