File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
driver-core/src/main/com/mongodb/client/model/vault Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public class EncryptOptions {
34
34
/**
35
35
* The QueryType to use for "Indexed" queries
36
36
*
37
- * @since 4.6
37
+ * @since 4.7
38
38
*/
39
39
public enum QueryType {
40
40
/**
@@ -127,7 +127,7 @@ public EncryptOptions keyAltName(final String keyAltName) {
127
127
* <p>It is an error to set contentionFactor when algorithm is not "Indexed".
128
128
* @param contentionFactor the contention factor, which must be {@code >= 0} or null.
129
129
* @return this
130
- * @since 4.6
130
+ * @since 4.7
131
131
*/
132
132
public EncryptOptions contentionFactor (@ Nullable final Long contentionFactor ) {
133
133
this .contentionFactor = contentionFactor ;
@@ -139,7 +139,7 @@ public EncryptOptions contentionFactor(@Nullable final Long contentionFactor) {
139
139
*
140
140
* @see #contentionFactor(Long)
141
141
* @return the contention factor
142
- * @since 4.6
142
+ * @since 4.7
143
143
*/
144
144
@ Nullable
145
145
public Long getContentionFactor () {
@@ -153,7 +153,7 @@ public Long getContentionFactor() {
153
153
*
154
154
* @param queryType the query type
155
155
* @return this
156
- * @since 4.6
156
+ * @since 4.7
157
157
*/
158
158
public EncryptOptions queryType (@ Nullable final QueryType queryType ) {
159
159
this .queryType = queryType ;
@@ -165,7 +165,7 @@ public EncryptOptions queryType(@Nullable final QueryType queryType) {
165
165
*
166
166
* @see #queryType(QueryType)
167
167
* @return the queryType or null
168
- * @since 4.6
168
+ * @since 4.7
169
169
*/
170
170
@ Nullable
171
171
public QueryType getQueryType () {
You can’t perform that action at this time.
0 commit comments