All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.river.connector.github.model.query.PageableQuery.kt Maven / Gradle / Ivy

package com.river.connector.github.model.query

import com.river.connector.github.model.QueryParameters

interface PageableQuery : QueryParameters {
    var page: Int
    var perPage: Int
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy