Class AnnotationsResponse

  • All Implemented Interfaces:
    ErrorsHolder

    public abstract class AnnotationsResponse
    extends java.lang.Object
    implements ErrorsHolder
    • Constructor Detail

      • AnnotationsResponse

        public AnnotationsResponse()
    • Method Detail

      • totalCount

        public abstract int totalCount()
      • annotations

        @Nullable
        public abstract java.util.List<Annotation> annotations()