Class RestResultList

  • All Implemented Interfaces:
    com.atlassian.plugins.rest.common.expand.entity.ListWrapper<Result>

    public class RestResultList
    extends AbstractRestList<Result>
    • Field Detail

      • results

        @Expandable
        protected List<Result> results
      • expand

        protected String expand
    • Constructor Detail

      • RestResultList

        public RestResultList()
      • RestResultList

        public RestResultList​(int size,
                              org.apache.commons.lang3.Range<Integer> range,
                              com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<Result> callback)
    • Method Detail

      • setResults

        public void setResults​(List<Result> results)