public static final class StructuredQuery.OrderBy extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
StructuredQuery.OrderBy.Direction |
| Constructor and Description |
|---|
StructuredQuery.OrderBy(String property,
StructuredQuery.OrderBy.Direction direction) |
| Modifier and Type | Method and Description |
|---|---|
static StructuredQuery.OrderBy |
asc(String property) |
static StructuredQuery.OrderBy |
desc(String property) |
StructuredQuery.OrderBy.Direction |
direction() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
property() |
public StructuredQuery.OrderBy(String property, StructuredQuery.OrderBy.Direction direction)
public String property()
public StructuredQuery.OrderBy.Direction direction()
public static StructuredQuery.OrderBy asc(String property)
public static StructuredQuery.OrderBy desc(String property)
Copyright © 2016 Google. All rights reserved.