Uses of Class
com.google.cloud.datastore.StructuredQuery.OrderBy.Direction
Packages that use StructuredQuery.OrderBy.Direction
Package
Description
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.DirectionModifier and TypeFieldDescriptionstatic final StructuredQuery.OrderBy.DirectionStructuredQuery.OrderBy.Direction.ASCENDINGstatic final StructuredQuery.OrderBy.DirectionStructuredQuery.OrderBy.Direction.DESCENDINGMethods in com.google.cloud.datastore that return StructuredQuery.OrderBy.DirectionModifier and TypeMethodDescriptionStructuredQuery.OrderBy.getDirection()Returns the order's direction.Constructors in com.google.cloud.datastore with parameters of type StructuredQuery.OrderBy.DirectionModifierConstructorDescriptionOrderBy(String property, StructuredQuery.OrderBy.Direction direction)