Package com.mongodb.client.model
Class Facet
- java.lang.Object
-
- com.mongodb.client.model.Facet
-
@Deprecated(since="2021-05-27") public class Facet extends Object
Deprecated.Usage of this API is not supported in AEM as a Cloud Service.Defines a Facet for use in $facet pipeline stages.- Since:
- 3.4
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)Deprecated.StringgetName()Deprecated.List<? extends Bson>getPipeline()Deprecated.inthashCode()Deprecated.StringtoString()Deprecated.
-