public final class Query


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

Summary

Public methods

boolean
int
int
int
@NonNull Uri
int
String

Public methods

equals

public boolean equals(Object obj)

getId

Added in 1.0.0
public int getId()
Returns
int

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

getLimit

Added in 1.0.0
public int getLimit()
Returns
int

the limit.

getOffset

Added in 1.0.0
public int getOffset()
Returns
int

the offset.

getUri

Added in 1.0.0
public @NonNull Uri getUri()
Returns
@NonNull Uri

the Uri.

hashCode

public int hashCode()

toString

public String toString()