Package com.dnsimple
Class Client
java.lang.Object
com.dnsimple.Client
The Client class provides access to all the endpoints of DNSimple's API
Use the Client.Builder to obtain a new instance of this class.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class to obtain Client instances. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionsetAccessToken(String accessToken) Sets the access token for subsequent calls
-
Field Details
-
accounts
-
billing
-
certificates
-
contacts
-
domains
-
identity
-
oauth
-
registrar
-
services
-
templates
-
tlds
-
vanityNameServers
-
webhooks
-
zones
-
-
Method Details
-
setAccessToken
Sets the access token for subsequent calls- Parameters:
accessToken- the access token to be used- Returns:
- this Client object
-