Package com.mongodb.client.model
Class CreateViewOptions
- java.lang.Object
 - 
- com.mongodb.client.model.CreateViewOptions
 
 
- 
@Deprecated(since="2021-05-27") public class CreateViewOptions extends java.lang.ObjectDeprecated.Usage of this API is not supported in AEM as a Cloud Service.Options for creating a view- Since:
 - 3.4
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CreateViewOptions()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CreateViewOptionscollation(Collation collation)Deprecated.Sets the collation optionsCollationgetCollation()Deprecated.Returns the collation optionsjava.lang.StringtoString()Deprecated. 
 - 
 
- 
- 
Method Detail
- 
getCollation
@Nullable public Collation getCollation()
Deprecated.Returns the collation options- Returns:
 - the collation options
 
 
- 
collation
public CreateViewOptions collation(@Nullable Collation collation)
Deprecated.Sets the collation optionsA null value represents the server default.
- Parameters:
 collation- the collation options to use- Returns:
 - this
 
 
- 
toString
public java.lang.String toString()
Deprecated.- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -