Package | Description |
---|---|
com.google.api.services.directory | |
com.google.api.services.directory.model |
Modifier and Type | Method and Description |
---|---|
Directory.Resources.Features.Insert |
Directory.Resources.Features.insert(String customer,
Feature content)
Inserts a feature.
|
Directory.Resources.Features.Patch |
Directory.Resources.Features.patch(String customer,
String featureKey,
Feature content)
Patches a feature via Apiary Patch Orchestration.
|
Directory.Resources.Features.Update |
Directory.Resources.Features.update(String customer,
String featureKey,
Feature content)
Updates a feature.
|
Constructor and Description |
---|
Insert(String customer,
Feature content)
Inserts a feature.
|
Patch(String customer,
String featureKey,
Feature content)
Patches a feature via Apiary Patch Orchestration.
|
Update(String customer,
String featureKey,
Feature content)
Updates a feature.
|
Modifier and Type | Method and Description |
---|---|
Feature |
Feature.clone() |
Feature |
FeatureInstance.getFeature()
The feature that this is an instance of.
|
Feature |
Feature.set(String fieldName,
Object value) |
Feature |
Feature.setEtags(String etags)
ETag of the resource.
|
Feature |
Feature.setKind(String kind)
Kind of resource this is.
|
Feature |
Feature.setName(String name)
The name of the feature.
|
Modifier and Type | Method and Description |
---|---|
List<Feature> |
Features.getFeatures()
The Features in this page of results.
|
Modifier and Type | Method and Description |
---|---|
FeatureInstance |
FeatureInstance.setFeature(Feature feature)
The feature that this is an instance of.
|
Modifier and Type | Method and Description |
---|---|
Features |
Features.setFeatures(List<Feature> features)
The Features in this page of results.
|
Copyright © 2011–2021 Google. All rights reserved.