Package | Description |
---|---|
com.google.api.services.directory.model |
Modifier and Type | Method and Description |
---|---|
SchemaFieldSpec.NumericIndexingSpec |
SchemaFieldSpec.NumericIndexingSpec.clone() |
SchemaFieldSpec.NumericIndexingSpec |
SchemaFieldSpec.getNumericIndexingSpec()
Indexing spec for a numeric field.
|
SchemaFieldSpec.NumericIndexingSpec |
SchemaFieldSpec.NumericIndexingSpec.set(String fieldName,
Object value) |
SchemaFieldSpec.NumericIndexingSpec |
SchemaFieldSpec.NumericIndexingSpec.setMaxValue(Double maxValue)
Maximum value of this field.
|
SchemaFieldSpec.NumericIndexingSpec |
SchemaFieldSpec.NumericIndexingSpec.setMinValue(Double minValue)
Minimum value of this field.
|
Modifier and Type | Method and Description |
---|---|
SchemaFieldSpec |
SchemaFieldSpec.setNumericIndexingSpec(SchemaFieldSpec.NumericIndexingSpec numericIndexingSpec)
Indexing spec for a numeric field.
|
Copyright © 2011–2021 Google. All rights reserved.