class Query


Encapsulates information related to calling query, including the logic determining the best query method to call.

Summary

Public functions

Boolean
equals(obj: Any!)
Int
Int
Int
Uri
Int
String!

Public functions

equals

fun equals(obj: Any!): Boolean

getId

Added in 1.0.0
fun getId(): Int
Returns
Int

the id for this query. Derived from Uri as well as paging arguments.

getLimit

Added in 1.0.0
fun getLimit(): Int
Returns
Int

the limit.

getOffset

Added in 1.0.0
fun getOffset(): Int
Returns
Int

the offset.

getUri

Added in 1.0.0
fun getUri(): Uri
Returns
Uri

the Uri.

hashCode

fun hashCode(): Int

toString

fun toString(): String!