Uses of Class
com.google.cloud.datastore.StructuredQuery.OrderBy.Direction
-
Packages that use StructuredQuery.OrderBy.Direction Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications. -
-
Uses of StructuredQuery.OrderBy.Direction in com.google.cloud.datastore
Fields in com.google.cloud.datastore declared as StructuredQuery.OrderBy.Direction Modifier and Type Field Description static StructuredQuery.OrderBy.Direction
StructuredQuery.OrderBy.Direction. ASCENDING
static StructuredQuery.OrderBy.Direction
StructuredQuery.OrderBy.Direction. DESCENDING
Methods in com.google.cloud.datastore that return StructuredQuery.OrderBy.Direction Modifier and Type Method Description StructuredQuery.OrderBy.Direction
StructuredQuery.OrderBy. getDirection()
Returns the order's direction.Constructors in com.google.cloud.datastore with parameters of type StructuredQuery.OrderBy.Direction Constructor Description OrderBy(String property, StructuredQuery.OrderBy.Direction direction)
-