public class Client extends Object
| Modifier and Type | Field and Description |
|---|---|
Accounts |
accounts |
Certificates |
certificates |
Contacts |
contacts |
Domains |
domains |
Identity |
identity |
Oauth |
oauth |
Registrar |
registrar |
Services |
services |
Templates |
templates |
Tlds |
tlds |
VanityNameServers |
vanityNameServers |
Webhooks |
webhooks |
Zones |
zones |
| Constructor and Description |
|---|
Client()
Construct a new API client with the default HTTP endpoint adapter.
|
Client(EndpointAdapter adapter)
Construct a new API client with the given endpoint adapter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setTransport(com.google.api.client.http.HttpTransport transport)
Set the underlying transport mechanism.
|
public final Accounts accounts
public final Certificates certificates
public final Contacts contacts
public final Domains domains
public final Identity identity
public final Oauth oauth
public final Registrar registrar
public final Services services
public final Templates templates
public final Tlds tlds
public final VanityNameServers vanityNameServers
public final Webhooks webhooks
public final Zones zones
public Client()
public Client(EndpointAdapter adapter)
adapter - The endpoint adapter to use in the client.Copyright © 2017 DNSimple. All rights reserved.