QueryDescriptor

class QueryDescriptor(repo: RepoDescriptor, ref: Long?, path: String, limit: Int?, startName: String?, endName: String?, options: WebcomOptions?, startFromEnd: Boolean) : Serializable

Constructors

QueryDescriptor
Link copied to clipboard
fun QueryDescriptor(url: URL, options: WebcomOptions? = null)
QueryDescriptor
Link copied to clipboard
fun QueryDescriptor(application: WebcomApp, options: WebcomOptions? = null)

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
isEmpty
Link copied to clipboard
fun isEmpty(): Boolean

Properties

endName
Link copied to clipboard
val endName: String? = null
limit
Link copied to clipboard
val limit: Int? = null
options
Link copied to clipboard
val options: WebcomOptions? = null
path
Link copied to clipboard
val path: String
ref
Link copied to clipboard
val ref: Long? = null
repo
Link copied to clipboard
val repo: RepoDescriptor
startFromEnd
Link copied to clipboard
val startFromEnd: Boolean = true
startName
Link copied to clipboard
val startName: String? = null