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.DirectionStructuredQuery.OrderBy.Direction. ASCENDINGstatic StructuredQuery.OrderBy.DirectionStructuredQuery.OrderBy.Direction. DESCENDINGMethods in com.google.cloud.datastore that return StructuredQuery.OrderBy.Direction Modifier and Type Method Description StructuredQuery.OrderBy.DirectionStructuredQuery.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)
-