Interface PaginationLinks


@TypeAdapters(fieldNamingStrategy=true) @Immutable public interface PaginationLinks
  • Method Details

    • getFirst

      @Nullable String getFirst()
    • getNext

      @Nullable String getNext()
    • getPrevious

      @Nullable String getPrevious()
    • getLast

      @Nullable String getLast()