Class CMAArray<T extends CMAResource>

    • Constructor Detail

      • CMAArray

        public CMAArray()
        Create a new Asset, setting type and create a system.
    • Method Detail

      • getItems

        public java.util.List<T> getItems()
        Returns:
        the list of resources for this array.
      • getTotal

        public int getTotal()
        Returns:
        the total number of resources contained within this array.
      • getSkip

        public int getSkip()
        Returns:
        the skip attribute for this array.
      • getLimit

        public int getLimit()
        Returns:
        the limit attribute for this array.
      • getIncludes

        public java.util.Map<java.lang.String,​java.lang.Object> getIncludes()
        Returns:
        a map of included resources.
      • setPages

        public void setPages​(CMAPages pages)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class CMAResource
        Returns:
        a human readable string, representing the object.