Class EntityList<T>

    • Constructor Detail

      • EntityList

        public EntityList​(org.symphonyoss.s2.common.dom.json.ImmutableJsonList jsonList,
                          com.google.common.collect.ImmutableList<T> elements)
    • Method Detail

      • getJsonList

        public org.symphonyoss.s2.common.dom.json.ImmutableJsonList getJsonList()
        Specified by:
        getJsonList in interface IEntityList<T>
      • getElements

        public com.google.common.collect.ImmutableList<T> getElements()
        Specified by:
        getElements in interface IEntityList<T>