Class ExtendedPageMetadata


  • public class ExtendedPageMetadata
    extends org.springframework.hateoas.PagedResources.PageMetadata
    • Constructor Summary

      Constructors 
      Constructor Description
      ExtendedPageMetadata​(long skipCount, long size, long number, long totalElements, long totalPages)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getSkipCount()  
      • Methods inherited from class org.springframework.hateoas.PagedResources.PageMetadata

        equals, getNumber, getSize, getTotalElements, getTotalPages, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ExtendedPageMetadata

        public ExtendedPageMetadata​(long skipCount,
                                    long size,
                                    long number,
                                    long totalElements,
                                    long totalPages)
    • Method Detail

      • getSkipCount

        public long getSkipCount()