public static class ComparisonOperators.Gte extends Object
AggregationExpression for $gte.protected String getMongoMethod()
public static ComparisonOperators.Gte valueOf(String fieldReference)
ComparisonOperators.Gte.fieldReference - must not be null.public static ComparisonOperators.Gte valueOf(AggregationExpression expression)
ComparisonOperators.Gte.expression - must not be null.public ComparisonOperators.Gte greaterThanEqualTo(String fieldReference)
ComparisonOperators.Gte with all previously added arguments appending the given one.fieldReference - must not be null.public ComparisonOperators.Gte greaterThanEqualTo(AggregationExpression expression)
ComparisonOperators.Gte with all previously added arguments appending the given one.expression - must not be null.public ComparisonOperators.Gte greaterThanEqualToValue(Object value)
ComparisonOperators.Gte with all previously added arguments appending the given one.value - must not be null.public com.mongodb.DBObject toDbObject(AggregationOperationContext context)
AggregationExpressiontoDbObject in interface AggregationExpressionpublic com.mongodb.DBObject toDbObject(Object value, AggregationOperationContext context)
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.