| Modifier and Type | Class and Description |
|---|---|
class |
Directory.Asps.Delete |
class |
Directory.Asps.Get |
class |
Directory.Asps.List |
| Constructor and Description |
|---|
Asps() |
| Modifier and Type | Method and Description |
|---|---|
Directory.Asps.Delete |
delete(String userKey,
Integer codeId)
Delete an ASP issued by a user.
|
Directory.Asps.Get |
get(String userKey,
Integer codeId)
Get information about an ASP issued by a user.
|
Directory.Asps.List |
list(String userKey)
List the ASPs issued by a user.
|
public Directory.Asps.Delete delete(String userKey, Integer codeId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.userKey - Identifies the user in the API request. The value can be the user's primary email address, alias
email address, or unique user ID.codeId - The unique ID of the ASP to be deleted.IOExceptionpublic Directory.Asps.Get get(String userKey, Integer codeId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.userKey - Identifies the user in the API request. The value can be the user's primary email address, alias
email address, or unique user ID.codeId - The unique ID of the ASP.IOExceptionpublic Directory.Asps.List list(String userKey) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.userKey - Identifies the user in the API request. The value can be the user's primary email address, alias
email address, or unique user ID.IOExceptionCopyright © 2011–2021 Google. All rights reserved.