Package | Description |
---|---|
com.google.api.services.directory.model |
Modifier and Type | Method and Description |
---|---|
SchemaFieldSpec |
SchemaFieldSpec.clone() |
SchemaFieldSpec |
SchemaFieldSpec.set(String fieldName,
Object value) |
SchemaFieldSpec |
SchemaFieldSpec.setDisplayName(String displayName)
Display Name of the field.
|
SchemaFieldSpec |
SchemaFieldSpec.setEtag(String etag)
The ETag of the field.
|
SchemaFieldSpec |
SchemaFieldSpec.setFieldId(String fieldId)
The unique identifier of the field (Read-only)
|
SchemaFieldSpec |
SchemaFieldSpec.setFieldName(String fieldName)
The name of the field.
|
SchemaFieldSpec |
SchemaFieldSpec.setFieldType(String fieldType)
The type of the field.
|
SchemaFieldSpec |
SchemaFieldSpec.setIndexed(Boolean indexed)
Boolean specifying whether the field is indexed or not.
|
SchemaFieldSpec |
SchemaFieldSpec.setKind(String kind)
The kind of resource this is.
|
SchemaFieldSpec |
SchemaFieldSpec.setMultiValued(Boolean multiValued)
A boolean specifying whether this is a multi-valued field or not.
|
SchemaFieldSpec |
SchemaFieldSpec.setNumericIndexingSpec(SchemaFieldSpec.NumericIndexingSpec numericIndexingSpec)
Indexing spec for a numeric field.
|
SchemaFieldSpec |
SchemaFieldSpec.setReadAccessType(String readAccessType)
Specifies who can view values of this field.
|
Modifier and Type | Method and Description |
---|---|
List<SchemaFieldSpec> |
Schema.getFields()
A list of fields in the schema.
|
Modifier and Type | Method and Description |
---|---|
Schema |
Schema.setFields(List<SchemaFieldSpec> fields)
A list of fields in the schema.
|
Copyright © 2011–2021 Google. All rights reserved.