Interface IHasTotal

All Known Implementing Classes:
Paging, PagingCursorbased, PlaylistTracksInformation

public interface IHasTotal
Represents an object that has a total count.

This interface is implemented by objects that provide a total count of items, such as playlists or other paging objects.

  • Method Summary

    Modifier and Type
    Method
    Description
    Get the total count.
  • Method Details

    • getTotal

      Integer getTotal()
      Get the total count.
      Returns:
      The total count of items