target.apidocs.com.google.api.services.gmail.Gmail.Users.Settings.Cse.html Maven / Gradle / Ivy
Gmail.Users.Settings.Cse (Gmail API v1-rev20240422-2.0.0)
com.google.api.services.gmail
Class Gmail.Users.Settings.Cse
- java.lang.Object
-
- com.google.api.services.gmail.Gmail.Users.Settings.Cse
-
- Enclosing class:
- Gmail.Users.Settings
public class Gmail.Users.Settings.Cse
extends Object
The "cse" collection of methods.
-
-
Nested Class Summary
Nested Classes
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 Summary
Constructors
Constructor and Description
Cse()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
-
Method Detail
-
identities
public Gmail.Users.Settings.Cse.Identities identities()
An accessor for creating requests from the Identities collection.
The typical use is:
Gmail gmail = new Gmail(...);
Gmail.Identities.List request = gmail.identities().list(parameters ...)
- Returns:
- the resource collection
-
keypairs
public Gmail.Users.Settings.Cse.Keypairs keypairs()
An accessor for creating requests from the Keypairs collection.
The typical use is:
Gmail gmail = new Gmail(...);
Gmail.Keypairs.List request = gmail.keypairs().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy