Class BaseCollectionRepresentation<T>

    • Constructor Detail

      • BaseCollectionRepresentation

        public BaseCollectionRepresentation()
    • Method Detail

      • getPrev

        @JSONProperty(ignoreIfNull=true)
        public String getPrev()
      • setPrev

        public void setPrev​(String prev)
      • getNext

        @JSONProperty(ignoreIfNull=true)
        public String getNext()
      • setNext

        public void setNext​(String next)