public class Gmail.Users.Settings.Cse extends Object
Modifier and Type | Class and Description |
---|---|
class |
Gmail.Users.Settings.Cse.Identities
The "identities" collection of methods.
|
class |
Gmail.Users.Settings.Cse.Keypairs
The "keypairs" collection of methods.
|
Constructor and Description |
---|
Cse() |
Modifier and Type | Method and Description |
---|---|
Gmail.Users.Settings.Cse.Identities |
identities()
An accessor for creating requests from the Identities collection.
|
Gmail.Users.Settings.Cse.Keypairs |
keypairs()
An accessor for creating requests from the Keypairs collection.
|
public Gmail.Users.Settings.Cse.Identities identities()
The typical use is:
Gmail gmail = new Gmail(...);
Gmail.Identities.List request = gmail.identities().list(parameters ...)
public Gmail.Users.Settings.Cse.Keypairs keypairs()
The typical use is:
Gmail gmail = new Gmail(...);
Gmail.Keypairs.List request = gmail.keypairs().list(parameters ...)
Copyright © 2011–2024 Google. All rights reserved.