this.addOrder(new OrderCriterion(Post._Fields.posted_at_millis, QueryOrder.ASC));
return this;
}
public PostQueryBuilder orderByPostedAtMillis(QueryOrder queryOrder) {
this.addOrder(new OrderCriterion(Post._Fields.posted_at_millis, queryOrder));
return this;
}