Package | Description |
---|---|
com.google.api.services.directory | |
com.google.api.services.directory.model |
Modifier and Type | Method and Description |
---|---|
Directory.Schemas.Insert |
Directory.Schemas.insert(String customerId,
Schema content)
Create schema.
|
Directory.Schemas.Patch |
Directory.Schemas.patch(String customerId,
String schemaKey,
Schema content)
Patch Schema via Apiary Patch Orchestration
Create a request for the method "schemas.patch".
|
Directory.Schemas.Update |
Directory.Schemas.update(String customerId,
String schemaKey,
Schema content)
Update schema
Create a request for the method "schemas.update".
|
Constructor and Description |
---|
Insert(String customerId,
Schema content)
Create schema.
|
Patch(String customerId,
String schemaKey,
Schema content)
Patch Schema via Apiary Patch Orchestration
Create a request for the method "schemas.patch".
|
Update(String customerId,
String schemaKey,
Schema content)
Update schema
Create a request for the method "schemas.update".
|
Modifier and Type | Method and Description |
---|---|
Schema |
Schema.clone() |
Schema |
Schema.set(String fieldName,
Object value) |
Schema |
Schema.setDisplayName(String displayName)
Display name for the schema.
|
Schema |
Schema.setEtag(String etag)
The ETag of the resource.
|
Schema |
Schema.setFields(List<SchemaFieldSpec> fields)
A list of fields in the schema.
|
Schema |
Schema.setKind(String kind)
Kind of resource this is.
|
Schema |
Schema.setSchemaId(String schemaId)
The unique identifier of the schema (Read-only)
|
Schema |
Schema.setSchemaName(String schemaName)
The schema's name.
|
Modifier and Type | Method and Description |
---|---|
List<Schema> |
Schemas.getSchemas()
List of UserSchema objects.
|
Modifier and Type | Method and Description |
---|---|
Schemas |
Schemas.setSchemas(List<Schema> schemas)
List of UserSchema objects.
|
Copyright © 2011–2021 Google. All rights reserved.