public class PostmasterTools.Domains extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
PostmasterTools.Domains.Get |
class |
PostmasterTools.Domains.List |
class |
PostmasterTools.Domains.TrafficStats
The "trafficStats" collection of methods.
|
| Constructor and Description |
|---|
Domains() |
| Modifier and Type | Method and Description |
|---|---|
PostmasterTools.Domains.Get |
get(String name)
Gets a specific domain registered by the client.
|
PostmasterTools.Domains.List |
list()
Lists the domains that have been registered by the client.
|
PostmasterTools.Domains.TrafficStats |
trafficStats()
An accessor for creating requests from the TrafficStats collection.
|
public PostmasterTools.Domains.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The resource name of the domain. It should have the form `domains/{domain_name}`, where domain_name
is the fully qualified domain name.IOExceptionpublic PostmasterTools.Domains.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic PostmasterTools.Domains.TrafficStats trafficStats()
The typical use is:
PostmasterTools gmailpostmastertools = new PostmasterTools(...);PostmasterTools.TrafficStats.List request = gmailpostmastertools.trafficStats().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.