public abstract class AnnotationsResponse extends java.lang.Object implements ErrorsHolder
Constructor and Description |
---|
AnnotationsResponse() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<Annotation> |
annotations() |
static AnnotationsResponse |
create(int totalCount,
java.util.List<Annotation> annotations,
java.util.List<Error> errors) |
abstract int |
totalCount() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
errors
public abstract int totalCount()
@Nullable public abstract java.util.List<Annotation> annotations()
public static AnnotationsResponse create(int totalCount, java.util.List<Annotation> annotations, java.util.List<Error> errors)