public class Directory.Resources.Features extends Object
Modifier and Type | Class and Description |
---|---|
class |
Directory.Resources.Features.Delete |
class |
Directory.Resources.Features.Get |
class |
Directory.Resources.Features.Insert |
class |
Directory.Resources.Features.List |
class |
Directory.Resources.Features.Patch |
class |
Directory.Resources.Features.Rename |
class |
Directory.Resources.Features.Update |
Constructor and Description |
---|
Features() |
Modifier and Type | Method and Description |
---|---|
Directory.Resources.Features.Delete |
delete(String customer,
String featureKey)
Deletes a feature.
|
Directory.Resources.Features.Get |
get(String customer,
String featureKey)
Retrieves a feature.
|
Directory.Resources.Features.Insert |
insert(String customer,
Feature content)
Inserts a feature.
|
Directory.Resources.Features.List |
list(String customer)
Retrieves a list of features for an account.
|
Directory.Resources.Features.Patch |
patch(String customer,
String featureKey,
Feature content)
Patches a feature via Apiary Patch Orchestration.
|
Directory.Resources.Features.Rename |
rename(String customer,
String oldName,
FeatureRename content)
Renames a feature.
|
Directory.Resources.Features.Update |
update(String customer,
String featureKey,
Feature content)
Updates a feature.
|
public Directory.Resources.Features.Delete delete(String customer, String featureKey) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customer
- The unique ID for the customer's Google Workspace account. As an account administrator, you can also
use the `my_customer` alias to represent your account's customer ID.featureKey
- The unique ID of the feature to delete.IOException
public Directory.Resources.Features.Get get(String customer, String featureKey) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customer
- The unique ID for the customer's Google Workspace account. As an account administrator, you can also
use the `my_customer` alias to represent your account's customer ID.featureKey
- The unique ID of the feature to retrieve.IOException
public Directory.Resources.Features.Insert insert(String customer, Feature content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customer
- The unique ID for the customer's Google Workspace account. As an account administrator, you can also
use the `my_customer` alias to represent your account's customer ID.content
- the Feature
IOException
public Directory.Resources.Features.List list(String customer) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customer
- The unique ID for the customer's Google Workspace account. As an account administrator, you can also
use the `my_customer` alias to represent your account's customer ID.IOException
public Directory.Resources.Features.Patch patch(String customer, String featureKey, Feature content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customer
- The unique ID for the customer's Google Workspace account. As an account administrator, you can also
use the `my_customer` alias to represent your account's customer ID.featureKey
- The unique ID of the feature to update.content
- the Feature
IOException
public Directory.Resources.Features.Rename rename(String customer, String oldName, FeatureRename content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customer
- The unique ID for the customer's Google Workspace account. As an account administrator, you can also
use the `my_customer` alias to represent your account's customer ID.oldName
- The unique ID of the feature to rename.content
- the FeatureRename
IOException
public Directory.Resources.Features.Update update(String customer, String featureKey, Feature content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customer
- The unique ID for the customer's Google Workspace account. As an account administrator, you can also
use the `my_customer` alias to represent your account's customer ID.featureKey
- The unique ID of the feature to update.content
- the Feature
IOException
Copyright © 2011–2021 Google. All rights reserved.