Skip navigation links
A C D E F G H I L N O P R S T U V W Z 

A

acceptPush(String, String, Map<String, Object>) - Method in interface com.dnsimple.Domains
Accept a push.
acceptPush(String, String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.DomainsEndpoint
Accept a push.
AcceptPushResponse - Class in com.dnsimple.response
 
AcceptPushResponse() - Constructor for class com.dnsimple.response.AcceptPushResponse
 
Account - Class in com.dnsimple.data
 
Account() - Constructor for class com.dnsimple.data.Account
 
Account(Integer) - Constructor for class com.dnsimple.data.Account
 
Accounts - Interface in com.dnsimple
 
accounts - Variable in class com.dnsimple.Client
 
accounts() - Method in interface com.dnsimple.endpoints.EndpointAdapter
 
accounts() - Method in class com.dnsimple.endpoints.http.HttpEndpointAdapter
 
AccountsEndpoint - Class in com.dnsimple.endpoints.http
 
AccountsEndpoint(HttpEndpointClient) - Constructor for class com.dnsimple.endpoints.http.AccountsEndpoint
 
ApiResponse - Class in com.dnsimple.response
 
ApiResponse() - Constructor for class com.dnsimple.response.ApiResponse
 
appliedServices(String, String) - Method in class com.dnsimple.endpoints.http.ServicesEndpoint
 
appliedServices(String, String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.ServicesEndpoint
 
appliedServices(String, String) - Method in interface com.dnsimple.Services
Lists the one-click services applied to the domain.
appliedServices(String, String, Map<String, Object>) - Method in interface com.dnsimple.Services
Lists the one-click services applied to the domain.
AppliedServicesResponse - Class in com.dnsimple.response
 
AppliedServicesResponse() - Constructor for class com.dnsimple.response.AppliedServicesResponse
 
AppliedServicesResponse(List<Service>) - Constructor for class com.dnsimple.response.AppliedServicesResponse
 
AppliedServicesResponse(List<Service>, Pagination) - Constructor for class com.dnsimple.response.AppliedServicesResponse
 
applyService(String, String, String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.ServicesEndpoint
 
applyService(String, String, String, Map<String, Object>) - Method in interface com.dnsimple.Services
Apply the given one-click service to the given domain.
ApplyServiceResponse - Class in com.dnsimple.response
 
ApplyServiceResponse() - Constructor for class com.dnsimple.response.ApplyServiceResponse
 
applyTemplate(String, String, String) - Method in class com.dnsimple.endpoints.http.TemplatesEndpoint
 
applyTemplate(String, String, String) - Method in interface com.dnsimple.Templates
Apply a template from the account to the domain
ApplyTemplateResponse - Class in com.dnsimple.response
 
ApplyTemplateResponse() - Constructor for class com.dnsimple.response.ApplyTemplateResponse
 
authorizeUrl(String) - Method in class com.dnsimple.endpoints.http.OauthEndpoint
 
authorizeUrl(String, Map<Object, Object>) - Method in class com.dnsimple.endpoints.http.OauthEndpoint
 
authorizeUrl(String) - Method in interface com.dnsimple.Oauth
Gets the URL to authorize a user for an application via the OAuth2 flow.
authorizeUrl(String, Map<Object, Object>) - Method in interface com.dnsimple.Oauth
Gets the URL to authorize a user for an application via the OAuth2 flow.

C

Certificate - Class in com.dnsimple.data
 
Certificate() - Constructor for class com.dnsimple.data.Certificate
 
CertificateBundle - Class in com.dnsimple.data
 
CertificateBundle() - Constructor for class com.dnsimple.data.CertificateBundle
 
Certificates - Interface in com.dnsimple
 
certificates - Variable in class com.dnsimple.Client
 
certificates() - Method in interface com.dnsimple.endpoints.EndpointAdapter
 
certificates() - Method in class com.dnsimple.endpoints.http.HttpEndpointAdapter
 
CertificatesEndpoint - Class in com.dnsimple.endpoints.http
 
CertificatesEndpoint(HttpEndpointClient) - Constructor for class com.dnsimple.endpoints.http.CertificatesEndpoint
 
changeDomainDelegation(String, String, List<String>) - Method in class com.dnsimple.endpoints.http.RegistrarEndpoint
 
changeDomainDelegation(String, String, List<String>) - Method in interface com.dnsimple.Registrar
Change name servers the domain is delegating to.
changeDomainDelegationFromVanity(String, String) - Method in class com.dnsimple.endpoints.http.RegistrarEndpoint
 
changeDomainDelegationFromVanity(String, String) - Method in interface com.dnsimple.Registrar
Change the domain delegation back to the standard DNSimple name servers.
ChangeDomainDelegationFromVanityResponse - Class in com.dnsimple.response
 
ChangeDomainDelegationFromVanityResponse() - Constructor for class com.dnsimple.response.ChangeDomainDelegationFromVanityResponse
 
ChangeDomainDelegationResponse - Class in com.dnsimple.response
 
ChangeDomainDelegationResponse() - Constructor for class com.dnsimple.response.ChangeDomainDelegationResponse
 
ChangeDomainDelegationResponse(List<String>) - Constructor for class com.dnsimple.response.ChangeDomainDelegationResponse
 
changeDomainDelegationToVanity(String, String, List<String>) - Method in class com.dnsimple.endpoints.http.RegistrarEndpoint
 
changeDomainDelegationToVanity(String, String, List<String>) - Method in interface com.dnsimple.Registrar
Change the domain delegation to the specified vanity name servers.
ChangeDomainDelegationToVanityResponse - Class in com.dnsimple.response
 
ChangeDomainDelegationToVanityResponse() - Constructor for class com.dnsimple.response.ChangeDomainDelegationToVanityResponse
 
ChangeDomainDelegationToVanityResponse(List<NameServer>) - Constructor for class com.dnsimple.response.ChangeDomainDelegationToVanityResponse
 
checkDomain(String, String) - Method in class com.dnsimple.endpoints.http.RegistrarEndpoint
 
checkDomain(String, String) - Method in interface com.dnsimple.Registrar
Checks whether a domain is available for registration.
CheckDomainResponse - Class in com.dnsimple.response
 
CheckDomainResponse() - Constructor for class com.dnsimple.response.CheckDomainResponse
 
CheckDomainResponse(DomainAvailability) - Constructor for class com.dnsimple.response.CheckDomainResponse
 
Client - Class in com.dnsimple
Instances of the Client handle low-level HTTP calls to the API.
Client() - Constructor for class com.dnsimple.Client
Construct a new API client with the default HTTP endpoint adapter.
Client(EndpointAdapter) - Constructor for class com.dnsimple.Client
Construct a new API client with the given endpoint adapter.
com.dnsimple - package com.dnsimple
 
com.dnsimple.data - package com.dnsimple.data
 
com.dnsimple.endpoints - package com.dnsimple.endpoints
 
com.dnsimple.endpoints.http - package com.dnsimple.endpoints.http
 
com.dnsimple.exception - package com.dnsimple.exception
 
com.dnsimple.request - package com.dnsimple.request
 
com.dnsimple.response - package com.dnsimple.response
 
Contact - Class in com.dnsimple.data
 
Contact() - Constructor for class com.dnsimple.data.Contact
 
contacts - Variable in class com.dnsimple.Client
 
Contacts - Interface in com.dnsimple
Provides access to the DNSimple Contacts API.
contacts() - Method in interface com.dnsimple.endpoints.EndpointAdapter
 
contacts() - Method in class com.dnsimple.endpoints.http.HttpEndpointAdapter
 
ContactsEndpoint - Class in com.dnsimple.endpoints.http
 
ContactsEndpoint(HttpEndpointClient) - Constructor for class com.dnsimple.endpoints.http.ContactsEndpoint
 
createContact(String, Map<String, Object>) - Method in interface com.dnsimple.Contacts
Create a contact in the account.
createContact(String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.ContactsEndpoint
 
CreateContactResponse - Class in com.dnsimple.response
 
CreateContactResponse() - Constructor for class com.dnsimple.response.CreateContactResponse
 
createDelegationSignerRecord(String, String, Map<String, Object>) - Method in interface com.dnsimple.Domains
Create a delegation signer record for a domain.
createDelegationSignerRecord(String, String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.DomainsEndpoint
Create a delegation signer record for a domain.
CreateDelegationSignerRecordResponse - Class in com.dnsimple.response
 
CreateDelegationSignerRecordResponse() - Constructor for class com.dnsimple.response.CreateDelegationSignerRecordResponse
 
createDomain(String, Map<String, Object>) - Method in interface com.dnsimple.Domains
Create a domain in an account.
createDomain(String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.DomainsEndpoint
Create a domain in an account.
CreateDomainResponse - Class in com.dnsimple.response
 
CreateDomainResponse() - Constructor for class com.dnsimple.response.CreateDomainResponse
 
createEmailForward(String, String, Map<String, Object>) - Method in interface com.dnsimple.Domains
Create an email forward for a domain.
createEmailForward(String, String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.DomainsEndpoint
Create an email forward for a domain.
CreateEmailForwardResponse - Class in com.dnsimple.response
 
CreateEmailForwardResponse() - Constructor for class com.dnsimple.response.CreateEmailForwardResponse
 
createTemplate(String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.TemplatesEndpoint
 
createTemplate(String, Map<String, Object>) - Method in interface com.dnsimple.Templates
Create a template in the account.
createTemplateRecord(String, String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.TemplatesEndpoint
 
createTemplateRecord(String, String, Map<String, Object>) - Method in interface com.dnsimple.Templates
Create a record in the template.
CreateTemplateRecordResponse - Class in com.dnsimple.response
 
CreateTemplateRecordResponse() - Constructor for class com.dnsimple.response.CreateTemplateRecordResponse
 
CreateTemplateResponse - Class in com.dnsimple.response
 
CreateTemplateResponse() - Constructor for class com.dnsimple.response.CreateTemplateResponse
 
createWebhook(String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.WebhooksEndpoint
 
createWebhook(String, Map<String, Object>) - Method in interface com.dnsimple.Webhooks
Create a webhook in the account.
CreateWebhookResponse - Class in com.dnsimple.response
 
CreateWebhookResponse() - Constructor for class com.dnsimple.response.CreateWebhookResponse
 
createZoneRecord(String, String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.ZonesEndpoint
 
createZoneRecord(String, String, Map<String, Object>) - Method in interface com.dnsimple.Zones
Create a record in a zone.
CreateZoneRecordResponse - Class in com.dnsimple.response
 
CreateZoneRecordResponse() - Constructor for class com.dnsimple.response.CreateZoneRecordResponse
 

D

DelegationSignerRecord - Class in com.dnsimple.data
 
DelegationSignerRecord() - Constructor for class com.dnsimple.data.DelegationSignerRecord
 
delete(String) - Method in class com.dnsimple.endpoints.http.HttpEndpointClient
 
delete(String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.HttpEndpointClient
 
deleteContact(String, String) - Method in interface com.dnsimple.Contacts
Delete a contact from the account.
deleteContact(String, String) - Method in class com.dnsimple.endpoints.http.ContactsEndpoint
 
DeleteContactResponse - Class in com.dnsimple.response
 
DeleteContactResponse() - Constructor for class com.dnsimple.response.DeleteContactResponse
 
deleteDelegationSignerRecord(String, String, String) - Method in interface com.dnsimple.Domains
Delete a delegation signer record from a domain.
deleteDelegationSignerRecord(String, String, String) - Method in class com.dnsimple.endpoints.http.DomainsEndpoint
Delete a delegation signer record from a domain.
DeleteDelegationSignerRecordResponse - Class in com.dnsimple.response
 
DeleteDelegationSignerRecordResponse() - Constructor for class com.dnsimple.response.DeleteDelegationSignerRecordResponse
 
deleteDomain(String, String) - Method in interface com.dnsimple.Domains
Delete a domain from an account.
deleteDomain(String, String) - Method in class com.dnsimple.endpoints.http.DomainsEndpoint
Delete a domain from an account.
DeleteDomainResponse - Class in com.dnsimple.response
 
DeleteDomainResponse() - Constructor for class com.dnsimple.response.DeleteDomainResponse
 
deleteEmailForward(String, String, String) - Method in interface com.dnsimple.Domains
Delete an email forward from a domain.
deleteEmailForward(String, String, String) - Method in class com.dnsimple.endpoints.http.DomainsEndpoint
Delete an email forward from a domain.
DeleteEmailForwardResponse - Class in com.dnsimple.response
 
DeleteEmailForwardResponse() - Constructor for class com.dnsimple.response.DeleteEmailForwardResponse
 
deleteTemplate(String, String) - Method in class com.dnsimple.endpoints.http.TemplatesEndpoint
 
deleteTemplate(String, String) - Method in interface com.dnsimple.Templates
Delete a template from the account.
deleteTemplateRecord(String, String, String) - Method in class com.dnsimple.endpoints.http.TemplatesEndpoint
 
deleteTemplateRecord(String, String, String) - Method in interface com.dnsimple.Templates
Delete a record from the template.
DeleteTemplateRecordResponse - Class in com.dnsimple.response
 
DeleteTemplateRecordResponse() - Constructor for class com.dnsimple.response.DeleteTemplateRecordResponse
 
DeleteTemplateResponse - Class in com.dnsimple.response
 
DeleteTemplateResponse() - Constructor for class com.dnsimple.response.DeleteTemplateResponse
 
deleteWebhook(String, String) - Method in class com.dnsimple.endpoints.http.WebhooksEndpoint
 
deleteWebhook(String, String) - Method in interface com.dnsimple.Webhooks
Delete a webhook from the account.
DeleteWebhookResponse - Class in com.dnsimple.response
 
DeleteWebhookResponse() - Constructor for class com.dnsimple.response.DeleteWebhookResponse
 
deleteZoneRecord(String, String, String) - Method in class com.dnsimple.endpoints.http.ZonesEndpoint
 
deleteZoneRecord(String, String, String) - Method in interface com.dnsimple.Zones
Delete a record from a zone.
DeleteZoneRecordResponse - Class in com.dnsimple.response
 
DeleteZoneRecordResponse() - Constructor for class com.dnsimple.response.DeleteZoneRecordResponse
 
disableAutoRenewal(String, String) - Method in class com.dnsimple.endpoints.http.RegistrarEndpoint
 
disableAutoRenewal(String, String) - Method in interface com.dnsimple.Registrar
Disable auto renewal for the domain in the account.
DisableAutoRenewalResponse - Class in com.dnsimple.response
 
DisableAutoRenewalResponse() - Constructor for class com.dnsimple.response.DisableAutoRenewalResponse
 
disableDnssec(String, String) - Method in interface com.dnsimple.Domains
Disables DNSSEC on the domain.
disableDnssec(String, String) - Method in class com.dnsimple.endpoints.http.DomainsEndpoint
Disable DNSSEC on the domain.
DisableDnssecResponse - Class in com.dnsimple.response
 
DisableDnssecResponse() - Constructor for class com.dnsimple.response.DisableDnssecResponse
 
disableVanityNameServers(String, String) - Method in class com.dnsimple.endpoints.http.VanityNameServersEndpoint
 
disableVanityNameServers(String, String) - Method in interface com.dnsimple.VanityNameServers
Disable vanity name servers for the domain
DisableVanityNameServersResponse - Class in com.dnsimple.response
 
DisableVanityNameServersResponse() - Constructor for class com.dnsimple.response.DisableVanityNameServersResponse
 
disableWhoisPrivacy(String, String) - Method in class com.dnsimple.endpoints.http.RegistrarEndpoint
 
disableWhoisPrivacy(String, String) - Method in interface com.dnsimple.Registrar
Disable whois privacy for the domain.
DisableWhoisPrivacyResponse - Class in com.dnsimple.response
 
DisableWhoisPrivacyResponse() - Constructor for class com.dnsimple.response.DisableWhoisPrivacyResponse
 
Dnsimple - Class in com.dnsimple
 
Dnsimple() - Constructor for class com.dnsimple.Dnsimple
 
DnsimpleException - Exception in com.dnsimple.exception
 
DnsimpleException(String, String, Integer) - Constructor for exception com.dnsimple.exception.DnsimpleException
 
DnsimpleException(String, String, Integer, Throwable) - Constructor for exception com.dnsimple.exception.DnsimpleException
 
Dnssec - Class in com.dnsimple.data
 
Dnssec() - Constructor for class com.dnsimple.data.Dnssec
 
Domain - Class in com.dnsimple.data
 
Domain() - Constructor for class com.dnsimple.data.Domain
 
DomainAvailability - Class in com.dnsimple.data
 
DomainAvailability() - Constructor for class com.dnsimple.data.DomainAvailability
 
domains - Variable in class com.dnsimple.Client
 
Domains - Interface in com.dnsimple
Provides access to the DNSimple Domains API.
domains() - Method in interface com.dnsimple.endpoints.EndpointAdapter
 
domains() - Method in class com.dnsimple.endpoints.http.HttpEndpointAdapter
 
DomainsEndpoint - Class in com.dnsimple.endpoints.http
Provides access to the DNSimple Domains API.
DomainsEndpoint(HttpEndpointClient) - Constructor for class com.dnsimple.endpoints.http.DomainsEndpoint
 
downloadCertificate(String, String, String) - Method in interface com.dnsimple.Certificates
Downloads certificate associated with a domain.
downloadCertificate(String, String, String) - Method in class com.dnsimple.endpoints.http.CertificatesEndpoint
 
DownloadCertificateResponse - Class in com.dnsimple.response
 
DownloadCertificateResponse() - Constructor for class com.dnsimple.response.DownloadCertificateResponse
 
DownloadCertificateResponse(CertificateBundle) - Constructor for class com.dnsimple.response.DownloadCertificateResponse
 

E

EmailForward - Class in com.dnsimple.data
 
EmailForward() - Constructor for class com.dnsimple.data.EmailForward
 
enableAutoRenewal(String, String) - Method in class com.dnsimple.endpoints.http.RegistrarEndpoint
 
enableAutoRenewal(String, String) - Method in interface com.dnsimple.Registrar
Enable auto renewal for the domain in the account.
EnableAutoRenewalResponse - Class in com.dnsimple.response
 
EnableAutoRenewalResponse() - Constructor for class com.dnsimple.response.EnableAutoRenewalResponse
 
enableDnssec(String, String) - Method in interface com.dnsimple.Domains
Enables DNSSEC on the domain.
enableDnssec(String, String) - Method in class com.dnsimple.endpoints.http.DomainsEndpoint
Enables DNSSEC on the domain.
EnableDnssecResponse - Class in com.dnsimple.response
 
EnableDnssecResponse() - Constructor for class com.dnsimple.response.EnableDnssecResponse
 
enableVanityNameServers(String, String) - Method in class com.dnsimple.endpoints.http.VanityNameServersEndpoint
 
enableVanityNameServers(String, String) - Method in interface com.dnsimple.VanityNameServers
Enable vanity name servers for the domain
EnableVanityNameServersResponse - Class in com.dnsimple.response
 
EnableVanityNameServersResponse() - Constructor for class com.dnsimple.response.EnableVanityNameServersResponse
 
enableWhoisPrivacy(String, String) - Method in class com.dnsimple.endpoints.http.RegistrarEndpoint
 
enableWhoisPrivacy(String, String) - Method in interface com.dnsimple.Registrar
Enable whois privacy for the domain.
EnableWhoisPrivacyResponse - Class in com.dnsimple.response
 
EnableWhoisPrivacyResponse() - Constructor for class com.dnsimple.response.EnableWhoisPrivacyResponse
 
EndpointAdapter - Interface in com.dnsimple.endpoints
 
exchangeAuthorizationForToken(String, String, String) - Method in class com.dnsimple.endpoints.http.OauthEndpoint
 
exchangeAuthorizationForToken(String, String, String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.OauthEndpoint
 
exchangeAuthorizationForToken(String, String, String) - Method in interface com.dnsimple.Oauth
Exchange the short-lived authorization code for an access token that is used to authenticate API calls.
exchangeAuthorizationForToken(String, String, String, Map<String, Object>) - Method in interface com.dnsimple.Oauth
Exchange the short-lived authorization code for an access token that is used to authenticate API calls.

F

Filter - Class in com.dnsimple.request
 
Filter(String, String) - Constructor for class com.dnsimple.request.Filter
 

G

get(String) - Method in class com.dnsimple.endpoints.http.HttpEndpointClient
 
get(String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.HttpEndpointClient
 
getAcceptedAt() - Method in class com.dnsimple.data.Push
 
getAccessToken() - Method in class com.dnsimple.data.OauthToken
 
getAccount() - Method in class com.dnsimple.data.Whoami
 
getAccountId() - Method in class com.dnsimple.data.Contact
 
getAccountId() - Method in class com.dnsimple.data.Domain
 
getAccountId() - Method in class com.dnsimple.data.OauthToken
 
getAccountId() - Method in class com.dnsimple.data.Push
 
getAccountId() - Method in class com.dnsimple.data.Template
 
getAccountId() - Method in class com.dnsimple.data.Zone
 
getAddress1() - Method in class com.dnsimple.data.Contact
 
getAddress2() - Method in class com.dnsimple.data.Contact
 
getAlgorithm() - Method in class com.dnsimple.data.DelegationSignerRecord
 
getApiBase() - Static method in class com.dnsimple.Dnsimple
 
getAppend() - Method in class com.dnsimple.data.ServiceSetting
 
getAuthorityIdentifier() - Method in class com.dnsimple.data.Certificate
 
getAutoRenew() - Method in class com.dnsimple.data.Domain
 
getAutorenewOnly() - Method in class com.dnsimple.data.Tld
 
getAvailable() - Method in class com.dnsimple.data.DomainAvailability
 
getCertificate(String, String, String) - Method in interface com.dnsimple.Certificates
Get a specific certificate associated to a domain using the certificate's ID.
getCertificate(String, String, String) - Method in class com.dnsimple.endpoints.http.CertificatesEndpoint
 
getCertificatePrivateKey(String, String, String) - Method in interface com.dnsimple.Certificates
Get the certificate private key associated with a domain.
getCertificatePrivateKey(String, String, String) - Method in class com.dnsimple.endpoints.http.CertificatesEndpoint
 
GetCertificatePrivateKeyResponse - Class in com.dnsimple.response
 
GetCertificatePrivateKeyResponse() - Constructor for class com.dnsimple.response.GetCertificatePrivateKeyResponse
 
GetCertificatePrivateKeyResponse(CertificateBundle) - Constructor for class com.dnsimple.response.GetCertificatePrivateKeyResponse
 
GetCertificateResponse - Class in com.dnsimple.response
 
GetCertificateResponse() - Constructor for class com.dnsimple.response.GetCertificateResponse
 
GetCertificateResponse(Certificate) - Constructor for class com.dnsimple.response.GetCertificateResponse
 
getCity() - Method in class com.dnsimple.data.Contact
 
getCommonName() - Method in class com.dnsimple.data.Certificate
 
getContact(String, String) - Method in interface com.dnsimple.Contacts
Get a specific contact associated to an account using the contacts's ID.
getContact(String, String) - Method in class com.dnsimple.endpoints.http.ContactsEndpoint
 
getContactId() - Method in class com.dnsimple.data.Push
 
GetContactResponse - Class in com.dnsimple.response
 
GetContactResponse() - Constructor for class com.dnsimple.response.GetContactResponse
 
getContent() - Method in class com.dnsimple.data.TemplateRecord
 
getContent() - Method in class com.dnsimple.data.ZoneRecord
 
getCountry() - Method in class com.dnsimple.data.Contact
 
getCreatedAt() - Method in class com.dnsimple.data.Certificate
 
getCreatedAt() - Method in class com.dnsimple.data.Contact
 
getCreatedAt() - Method in class com.dnsimple.data.DelegationSignerRecord
 
getCreatedAt() - Method in class com.dnsimple.data.Dnssec
 
getCreatedAt() - Method in class com.dnsimple.data.Domain
 
getCreatedAt() - Method in class com.dnsimple.data.EmailForward
 
getCreatedAt() - Method in class com.dnsimple.data.NameServer
 
getCreatedAt() - Method in class com.dnsimple.data.Push
 
getCreatedAt() - Method in class com.dnsimple.data.Service
 
getCreatedAt() - Method in class com.dnsimple.data.Template
 
getCreatedAt() - Method in class com.dnsimple.data.TemplateRecord
 
getCreatedAt() - Method in class com.dnsimple.data.WhoisPrivacy
 
getCreatedAt() - Method in class com.dnsimple.data.Zone
 
getCreatedAt() - Method in class com.dnsimple.data.ZoneRecord
 
getCsr() - Method in class com.dnsimple.data.Certificate
 
getCurrentPage() - Method in class com.dnsimple.data.Pagination
 
getData() - Method in class com.dnsimple.response.AcceptPushResponse
 
getData() - Method in class com.dnsimple.response.AppliedServicesResponse
 
getData() - Method in class com.dnsimple.response.ApplyServiceResponse
 
getData() - Method in class com.dnsimple.response.ApplyTemplateResponse
 
getData() - Method in class com.dnsimple.response.ChangeDomainDelegationFromVanityResponse
 
getData() - Method in class com.dnsimple.response.ChangeDomainDelegationResponse
 
getData() - Method in class com.dnsimple.response.ChangeDomainDelegationToVanityResponse
 
getData() - Method in class com.dnsimple.response.CheckDomainResponse
 
getData() - Method in class com.dnsimple.response.CreateContactResponse
 
getData() - Method in class com.dnsimple.response.CreateDelegationSignerRecordResponse
 
getData() - Method in class com.dnsimple.response.CreateDomainResponse
 
getData() - Method in class com.dnsimple.response.CreateEmailForwardResponse
 
getData() - Method in class com.dnsimple.response.CreateTemplateRecordResponse
 
getData() - Method in class com.dnsimple.response.CreateTemplateResponse
 
getData() - Method in class com.dnsimple.response.CreateWebhookResponse
 
getData() - Method in class com.dnsimple.response.CreateZoneRecordResponse
 
getData() - Method in class com.dnsimple.response.DeleteContactResponse
 
getData() - Method in class com.dnsimple.response.DeleteDelegationSignerRecordResponse
 
getData() - Method in class com.dnsimple.response.DeleteDomainResponse
 
getData() - Method in class com.dnsimple.response.DeleteEmailForwardResponse
 
getData() - Method in class com.dnsimple.response.DeleteTemplateRecordResponse
 
getData() - Method in class com.dnsimple.response.DeleteTemplateResponse
 
getData() - Method in class com.dnsimple.response.DeleteWebhookResponse
 
getData() - Method in class com.dnsimple.response.DeleteZoneRecordResponse
 
getData() - Method in class com.dnsimple.response.DisableAutoRenewalResponse
 
getData() - Method in class com.dnsimple.response.DisableDnssecResponse
 
getData() - Method in class com.dnsimple.response.DisableVanityNameServersResponse
 
getData() - Method in class com.dnsimple.response.DisableWhoisPrivacyResponse
 
getData() - Method in class com.dnsimple.response.DownloadCertificateResponse
 
getData() - Method in class com.dnsimple.response.EnableAutoRenewalResponse
 
getData() - Method in class com.dnsimple.response.EnableDnssecResponse
 
getData() - Method in class com.dnsimple.response.EnableVanityNameServersResponse
 
getData() - Method in class com.dnsimple.response.EnableWhoisPrivacyResponse
 
getData() - Method in class com.dnsimple.response.GetCertificatePrivateKeyResponse
 
getData() - Method in class com.dnsimple.response.GetCertificateResponse
 
getData() - Method in class com.dnsimple.response.GetContactResponse
 
getData() - Method in class com.dnsimple.response.GetDelegationSignerRecordResponse
 
getData() - Method in class com.dnsimple.response.GetDnssecResponse
 
getData() - Method in class com.dnsimple.response.GetDomainDelegationResponse
 
getData() - Method in class com.dnsimple.response.GetDomainResponse
 
getData() - Method in class com.dnsimple.response.GetEmailForwardResponse
 
getData() - Method in class com.dnsimple.response.GetServiceResponse
 
getData() - Method in class com.dnsimple.response.GetTemplateRecordResponse
 
getData() - Method in class com.dnsimple.response.GetTemplateResponse
 
getData() - Method in class com.dnsimple.response.GetTldExtendedAttributesResponse
 
getData() - Method in class com.dnsimple.response.GetTldResponse
 
getData() - Method in class com.dnsimple.response.GetWebhookResponse
 
getData() - Method in class com.dnsimple.response.GetWhoisPrivacyResponse
 
getData() - Method in class com.dnsimple.response.GetZoneFileResponse
 
getData() - Method in class com.dnsimple.response.GetZoneRecordResponse
 
getData() - Method in class com.dnsimple.response.GetZoneResponse
 
getData() - Method in class com.dnsimple.response.InitiatePushResponse
 
getData() - Method in class com.dnsimple.response.ListAccountsResponse
 
getData() - Method in class com.dnsimple.response.ListCertificatesResponse
 
getData() - Method in class com.dnsimple.response.ListContactsResponse
 
getData() - Method in class com.dnsimple.response.ListDelegationSignerRecordsResponse
 
getData() - Method in class com.dnsimple.response.ListDomainsResponse
 
getData() - Method in class com.dnsimple.response.ListEmailForwardsResponse
 
getData() - Method in class com.dnsimple.response.ListPushesResponse
 
getData() - Method in class com.dnsimple.response.ListServicesResponse
 
getData() - Method in class com.dnsimple.response.ListTemplateRecordsResponse
 
getData() - Method in class com.dnsimple.response.ListTemplatesResponse
 
getData() - Method in class com.dnsimple.response.ListTldsResponse
 
getData() - Method in class com.dnsimple.response.ListWebhooksResponse
 
getData() - Method in class com.dnsimple.response.ListZoneRecordsResponse
 
getData() - Method in class com.dnsimple.response.ListZonesResponse
 
getData() - Method in class com.dnsimple.response.RegisterDomainResponse
 
getData() - Method in class com.dnsimple.response.RejectPushResponse
 
getData() - Method in class com.dnsimple.response.RenewDomainResponse
 
getData() - Method in class com.dnsimple.response.ResetDomainTokenResponse
 
getData() - Method in class com.dnsimple.response.TransferDomainOutResponse
 
getData() - Method in class com.dnsimple.response.TransferDomainResponse
 
getData() - Method in class com.dnsimple.response.UnapplyServiceResponse
 
getData() - Method in class com.dnsimple.response.UpdateContactResponse
 
getData() - Method in class com.dnsimple.response.UpdateTemplateResponse
 
getData() - Method in class com.dnsimple.response.UpdateZoneRecordResponse
 
getData() - Method in class com.dnsimple.response.WhoamiResponse
 
getDefaultSubdomain() - Method in class com.dnsimple.data.Service
 
getDelegationSignerRecord(String, String, String) - Method in interface com.dnsimple.Domains
Get a delegation signer record for a domain using the delegation signer records's ID.
getDelegationSignerRecord(String, String, String) - Method in class com.dnsimple.endpoints.http.DomainsEndpoint
Get a delegation signer record for a domain using the delegation signer records's ID.
GetDelegationSignerRecordResponse - Class in com.dnsimple.response
 
GetDelegationSignerRecordResponse() - Constructor for class com.dnsimple.response.GetDelegationSignerRecordResponse
 
getDescription() - Method in class com.dnsimple.data.Service
 
getDescription() - Method in class com.dnsimple.data.ServiceSetting
 
getDescription() - Method in class com.dnsimple.data.Template
 
getDescription() - Method in class com.dnsimple.data.TldExtendedAttribute
 
getDescription() - Method in class com.dnsimple.data.TldExtendedAttributeOption
 
getDigest() - Method in class com.dnsimple.data.DelegationSignerRecord
 
getDigestType() - Method in class com.dnsimple.data.DelegationSignerRecord
 
getDnssec(String, String) - Method in interface com.dnsimple.Domains
Get DNSSEC status of the domain.
getDnssec(String, String) - Method in class com.dnsimple.endpoints.http.DomainsEndpoint
Get DNSSEC status of the domain.
GetDnssecResponse - Class in com.dnsimple.response
 
GetDnssecResponse() - Constructor for class com.dnsimple.response.GetDnssecResponse
 
getDomain(String, String) - Method in interface com.dnsimple.Domains
Get a specific domain associated to an account using the domain's name or ID.
getDomain(String, String) - Method in class com.dnsimple.endpoints.http.DomainsEndpoint
Get a specific domain associated to an account using the domain's name or ID.
getDomainDelegation(String, String) - Method in class com.dnsimple.endpoints.http.RegistrarEndpoint
 
getDomainDelegation(String, String) - Method in interface com.dnsimple.Registrar
Lists name servers the domain is delegating to.
GetDomainDelegationResponse - Class in com.dnsimple.response
 
GetDomainDelegationResponse() - Constructor for class com.dnsimple.response.GetDomainDelegationResponse
 
getDomainId() - Method in class com.dnsimple.data.Certificate
 
getDomainId() - Method in class com.dnsimple.data.DelegationSignerRecord
 
getDomainId() - Method in class com.dnsimple.data.EmailForward
 
getDomainId() - Method in class com.dnsimple.data.Push
 
getDomainId() - Method in class com.dnsimple.data.WhoisPrivacy
 
getDomainName() - Method in class com.dnsimple.data.DomainAvailability
 
GetDomainResponse - Class in com.dnsimple.response
 
GetDomainResponse() - Constructor for class com.dnsimple.response.GetDomainResponse
 
getEmail() - Method in class com.dnsimple.data.Account
 
getEmail() - Method in class com.dnsimple.data.Contact
 
getEmail() - Method in class com.dnsimple.data.User
 
getEmailForward(String, String, String) - Method in interface com.dnsimple.Domains
Get a specific email forward associated to a domain using the email forward's ID.
getEmailForward(String, String, String) - Method in class com.dnsimple.endpoints.http.DomainsEndpoint
Get a specific email forward associated to a domain using the email forward's ID.
GetEmailForwardResponse - Class in com.dnsimple.response
 
GetEmailForwardResponse() - Constructor for class com.dnsimple.response.GetEmailForwardResponse
 
getEnabled() - Method in class com.dnsimple.data.Dnssec
 
getEnabled() - Method in class com.dnsimple.data.WhoisPrivacy
 
getExample() - Method in class com.dnsimple.data.ServiceSetting
 
getExpiresOn() - Method in class com.dnsimple.data.Certificate
 
getExpiresOn() - Method in class com.dnsimple.data.Domain
 
getExpiresOn() - Method in class com.dnsimple.data.WhoisPrivacy
 
getFax() - Method in class com.dnsimple.data.Contact
 
getFirstName() - Method in class com.dnsimple.data.Contact
 
getFrom() - Method in class com.dnsimple.data.EmailForward
 
getHttpRequest() - Method in class com.dnsimple.response.ApiResponse
 
getHttpResponse() - Method in class com.dnsimple.response.ApiResponse
 
getId() - Method in class com.dnsimple.data.Account
 
getId() - Method in class com.dnsimple.data.Certificate
 
getId() - Method in class com.dnsimple.data.Contact
 
getId() - Method in class com.dnsimple.data.DelegationSignerRecord
 
getId() - Method in class com.dnsimple.data.Domain
 
getId() - Method in class com.dnsimple.data.EmailForward
 
getId() - Method in class com.dnsimple.data.NameServer
 
getId() - Method in class com.dnsimple.data.Push
 
getId() - Method in class com.dnsimple.data.Service
 
getId() - Method in class com.dnsimple.data.Template
 
getId() - Method in class com.dnsimple.data.TemplateRecord
 
getId() - Method in class com.dnsimple.data.User
 
getId() - Method in class com.dnsimple.data.Webhook
 
getId() - Method in class com.dnsimple.data.WhoisPrivacy
 
getId() - Method in class com.dnsimple.data.Zone
 
getId() - Method in class com.dnsimple.data.ZoneRecord
 
getIdn() - Method in class com.dnsimple.data.Tld
 
getIntermediateCertificates() - Method in class com.dnsimple.data.CertificateBundle
 
getIpv4() - Method in class com.dnsimple.data.NameServer
 
getIpv6() - Method in class com.dnsimple.data.NameServer
 
getJobTitle() - Method in class com.dnsimple.data.Contact
 
getKeytag() - Method in class com.dnsimple.data.DelegationSignerRecord
 
getLabel() - Method in class com.dnsimple.data.Contact
 
getLabel() - Method in class com.dnsimple.data.ServiceSetting
 
getLastName() - Method in class com.dnsimple.data.Contact
 
getName() - Method in class com.dnsimple.data.Certificate
 
getName() - Method in class com.dnsimple.data.Domain
 
getName() - Method in class com.dnsimple.data.NameServer
 
getName() - Method in class com.dnsimple.data.Service
 
getName() - Method in class com.dnsimple.data.ServiceSetting
 
getName() - Method in class com.dnsimple.data.Template
 
getName() - Method in class com.dnsimple.data.TemplateRecord
 
getName() - Method in class com.dnsimple.data.TldExtendedAttribute
 
getName() - Method in class com.dnsimple.data.Zone
 
getName() - Method in class com.dnsimple.data.ZoneRecord
 
getOptions() - Method in class com.dnsimple.data.TldExtendedAttribute
 
getOrganizationName() - Method in class com.dnsimple.data.Contact
 
getPagination() - Method in class com.dnsimple.response.AppliedServicesResponse
 
getPagination() - Method in class com.dnsimple.response.ListCertificatesResponse
 
getPagination() - Method in class com.dnsimple.response.ListContactsResponse
 
getPagination() - Method in class com.dnsimple.response.ListDelegationSignerRecordsResponse
 
getPagination() - Method in class com.dnsimple.response.ListDomainsResponse
 
getPagination() - Method in class com.dnsimple.response.ListEmailForwardsResponse
 
getPagination() - Method in class com.dnsimple.response.ListPushesResponse
 
getPagination() - Method in class com.dnsimple.response.ListTemplateRecordsResponse
 
getPagination() - Method in class com.dnsimple.response.ListTemplatesResponse
 
getPagination() - Method in class com.dnsimple.response.ListTldsResponse
 
getPagination() - Method in class com.dnsimple.response.ListZoneRecordsResponse
 
getPagination() - Method in class com.dnsimple.response.ListZonesResponse
 
getParentId() - Method in class com.dnsimple.data.ZoneRecord
 
getPassword() - Method in class com.dnsimple.data.ServiceSetting
 
getPerPage() - Method in class com.dnsimple.data.Pagination
 
getPhone() - Method in class com.dnsimple.data.Contact
 
getPostalCode() - Method in class com.dnsimple.data.Contact
 
getPremium() - Method in class com.dnsimple.data.DomainAvailability
 
getPriority() - Method in class com.dnsimple.data.TemplateRecord
 
getPriority() - Method in class com.dnsimple.data.ZoneRecord
 
getPrivateKey() - Method in class com.dnsimple.data.CertificateBundle
 
getPrivateWhois() - Method in class com.dnsimple.data.Domain
 
getRegistrantId() - Method in class com.dnsimple.data.Domain
 
getRequestId() - Method in exception com.dnsimple.exception.DnsimpleException
 
getRequired() - Method in class com.dnsimple.data.TldExtendedAttribute
 
getRequiresSetup() - Method in class com.dnsimple.data.Service
 
getReverse() - Method in class com.dnsimple.data.Zone
 
getRootCertificate() - Method in class com.dnsimple.data.CertificateBundle
 
getScope() - Method in class com.dnsimple.data.OauthToken
 
getServerCertificate() - Method in class com.dnsimple.data.CertificateBundle
 
getService(String) - Method in class com.dnsimple.endpoints.http.ServicesEndpoint
 
getService(String) - Method in interface com.dnsimple.Services
Get a specific service by ID.
GetServiceResponse - Class in com.dnsimple.response
 
GetServiceResponse() - Constructor for class com.dnsimple.response.GetServiceResponse
 
getSettings() - Method in class com.dnsimple.data.Service
 
getSetupDescription() - Method in class com.dnsimple.data.Service
 
getShortName() - Method in class com.dnsimple.data.Service
 
getShortName() - Method in class com.dnsimple.data.Template
 
getState() - Method in class com.dnsimple.data.Certificate
 
getState() - Method in class com.dnsimple.data.Domain
 
getStateOrProvince() - Method in class com.dnsimple.data.Contact
 
getStatusCode() - Method in exception com.dnsimple.exception.DnsimpleException
 
getSystemRecord() - Method in class com.dnsimple.data.ZoneRecord
 
getTemplate(String, String) - Method in class com.dnsimple.endpoints.http.TemplatesEndpoint
 
getTemplate(String, String) - Method in interface com.dnsimple.Templates
Get a specific template associated to an account using the templates's ID.
getTemplateId() - Method in class com.dnsimple.data.TemplateRecord
 
getTemplateRecord(String, String, String) - Method in class com.dnsimple.endpoints.http.TemplatesEndpoint
 
getTemplateRecord(String, String, String) - Method in interface com.dnsimple.Templates
Get a specific record associated to a template using the record's ID.
GetTemplateRecordResponse - Class in com.dnsimple.response
 
GetTemplateRecordResponse() - Constructor for class com.dnsimple.response.GetTemplateRecordResponse
 
GetTemplateResponse - Class in com.dnsimple.response
 
GetTemplateResponse() - Constructor for class com.dnsimple.response.GetTemplateResponse
 
getTitle() - Method in class com.dnsimple.data.TldExtendedAttributeOption
 
getTld() - Method in class com.dnsimple.data.Tld
 
getTld(String) - Method in class com.dnsimple.endpoints.http.TldsEndpoint
 
getTld(String) - Method in interface com.dnsimple.Tlds
Get details for a specific tld.
getTldExtendedAttributes(String) - Method in class com.dnsimple.endpoints.http.TldsEndpoint
 
getTldExtendedAttributes(String) - Method in interface com.dnsimple.Tlds
Get extended attributes for a TLD
GetTldExtendedAttributesResponse - Class in com.dnsimple.response
 
GetTldExtendedAttributesResponse() - Constructor for class com.dnsimple.response.GetTldExtendedAttributesResponse
 
GetTldResponse - Class in com.dnsimple.response
 
GetTldResponse() - Constructor for class com.dnsimple.response.GetTldResponse
 
getTldType() - Method in class com.dnsimple.data.Tld
 
getTo() - Method in class com.dnsimple.data.EmailForward
 
getToken() - Method in class com.dnsimple.data.Domain
 
getTokenType() - Method in class com.dnsimple.data.OauthToken
 
getTotalEntries() - Method in class com.dnsimple.data.Pagination
 
getTotalPages() - Method in class com.dnsimple.data.Pagination
 
getTtl() - Method in class com.dnsimple.data.TemplateRecord
 
getTtl() - Method in class com.dnsimple.data.ZoneRecord
 
getType() - Method in class com.dnsimple.data.TemplateRecord
 
getType() - Method in class com.dnsimple.data.ZoneRecord
 
getUnicodeName() - Method in class com.dnsimple.data.Domain
 
getUpdatedAt() - Method in class com.dnsimple.data.Certificate
 
getUpdatedAt() - Method in class com.dnsimple.data.Contact
 
getUpdatedAt() - Method in class com.dnsimple.data.DelegationSignerRecord
 
getUpdatedAt() - Method in class com.dnsimple.data.Dnssec
 
getUpdatedAt() - Method in class com.dnsimple.data.Domain
 
getUpdatedAt() - Method in class com.dnsimple.data.EmailForward
 
getUpdatedAt() - Method in class com.dnsimple.data.NameServer
 
getUpdatedAt() - Method in class com.dnsimple.data.Push
 
getUpdatedAt() - Method in class com.dnsimple.data.Service
 
getUpdatedAt() - Method in class com.dnsimple.data.Template
 
getUpdatedAt() - Method in class com.dnsimple.data.TemplateRecord
 
getUpdatedAt() - Method in class com.dnsimple.data.WhoisPrivacy
 
getUpdatedAt() - Method in class com.dnsimple.data.Zone
 
getUpdatedAt() - Method in class com.dnsimple.data.ZoneRecord
 
getUrl() - Method in class com.dnsimple.data.Webhook
 
getUser() - Method in class com.dnsimple.data.Whoami
 
getValue() - Method in class com.dnsimple.data.TldExtendedAttributeOption
 
getWebhook(String, String) - Method in class com.dnsimple.endpoints.http.WebhooksEndpoint
 
getWebhook(String, String) - Method in interface com.dnsimple.Webhooks
Get a specific webhook associated to an account using the webhook's ID.
GetWebhookResponse - Class in com.dnsimple.response
 
GetWebhookResponse() - Constructor for class com.dnsimple.response.GetWebhookResponse
 
getWhoisPrivacy() - Method in class com.dnsimple.data.Tld
 
getWhoisPrivacy(String, String) - Method in class com.dnsimple.endpoints.http.RegistrarEndpoint
 
getWhoisPrivacy(String, String) - Method in interface com.dnsimple.Registrar
Gets the whois privacy for the domain.
GetWhoisPrivacyResponse - Class in com.dnsimple.response
 
GetWhoisPrivacyResponse() - Constructor for class com.dnsimple.response.GetWhoisPrivacyResponse
 
getYears() - Method in class com.dnsimple.data.Certificate
 
getZone() - Method in class com.dnsimple.data.ZoneFile
 
getZone(String, String) - Method in class com.dnsimple.endpoints.http.ZonesEndpoint
 
getZone(String, String) - Method in interface com.dnsimple.Zones
Get a specific zone associated to an account using the zone's name or ID.
getZoneFile(String, String) - Method in class com.dnsimple.endpoints.http.ZonesEndpoint
 
getZoneFile(String, String) - Method in interface com.dnsimple.Zones
Get the zone file associated to an account using the zone's name or ID.
GetZoneFileResponse - Class in com.dnsimple.response
 
GetZoneFileResponse() - Constructor for class com.dnsimple.response.GetZoneFileResponse
 
getZoneId() - Method in class com.dnsimple.data.ZoneRecord
 
getZoneRecord(String, String, String) - Method in class com.dnsimple.endpoints.http.ZonesEndpoint
 
getZoneRecord(String, String, String) - Method in interface com.dnsimple.Zones
Get a specific record associated to a zone using the zone's name or ID.
GetZoneRecordResponse - Class in com.dnsimple.response
 
GetZoneRecordResponse() - Constructor for class com.dnsimple.response.GetZoneRecordResponse
 
GetZoneResponse - Class in com.dnsimple.response
 
GetZoneResponse() - Constructor for class com.dnsimple.response.GetZoneResponse
 

H

HttpEndpointAdapter - Class in com.dnsimple.endpoints.http
 
HttpEndpointAdapter(HttpEndpointClient) - Constructor for class com.dnsimple.endpoints.http.HttpEndpointAdapter
 
HttpEndpointClient - Class in com.dnsimple.endpoints.http
 
HttpEndpointClient() - Constructor for class com.dnsimple.endpoints.http.HttpEndpointClient
 

I

identity - Variable in class com.dnsimple.Client
 
identity() - Method in interface com.dnsimple.endpoints.EndpointAdapter
 
identity() - Method in class com.dnsimple.endpoints.http.HttpEndpointAdapter
 
Identity - Interface in com.dnsimple
Provides access to the DNSimple Identity API.
IdentityEndpoint - Class in com.dnsimple.endpoints.http
 
IdentityEndpoint(HttpEndpointClient) - Constructor for class com.dnsimple.endpoints.http.IdentityEndpoint
 
initiatePush(String, String, Map<String, Object>) - Method in interface com.dnsimple.Domains
Initiate a push.
initiatePush(String, String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.DomainsEndpoint
Initiate a push.
InitiatePushResponse - Class in com.dnsimple.response
 
InitiatePushResponse() - Constructor for class com.dnsimple.response.InitiatePushResponse
 

L

listAccounts() - Method in interface com.dnsimple.Accounts
Lists the accounts the authenticated entity has access to.
listAccounts() - Method in class com.dnsimple.endpoints.http.AccountsEndpoint
 
ListAccountsResponse - Class in com.dnsimple.response
 
ListAccountsResponse() - Constructor for class com.dnsimple.response.ListAccountsResponse
 
ListAccountsResponse(List<Account>) - Constructor for class com.dnsimple.response.ListAccountsResponse
 
listCertificates(String, String) - Method in interface com.dnsimple.Certificates
Lists the domains in the account.
listCertificates(String, String, Map<String, Object>) - Method in interface com.dnsimple.Certificates
Lists the certificates in the domain.
listCertificates(String, String) - Method in class com.dnsimple.endpoints.http.CertificatesEndpoint
 
listCertificates(String, String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.CertificatesEndpoint
 
ListCertificatesResponse - Class in com.dnsimple.response
 
ListCertificatesResponse() - Constructor for class com.dnsimple.response.ListCertificatesResponse
 
ListCertificatesResponse(List<Certificate>) - Constructor for class com.dnsimple.response.ListCertificatesResponse
 
ListCertificatesResponse(List<Certificate>, Pagination) - Constructor for class com.dnsimple.response.ListCertificatesResponse
 
listContacts(String) - Method in interface com.dnsimple.Contacts
Lists the contacts in the account.
listContacts(String, Map<String, Object>) - Method in interface com.dnsimple.Contacts
Lists the contacts in the account.
listContacts(String) - Method in class com.dnsimple.endpoints.http.ContactsEndpoint
 
listContacts(String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.ContactsEndpoint
 
ListContactsResponse - Class in com.dnsimple.response
 
ListContactsResponse() - Constructor for class com.dnsimple.response.ListContactsResponse
 
ListContactsResponse(List<Contact>) - Constructor for class com.dnsimple.response.ListContactsResponse
 
ListContactsResponse(List<Contact>, Pagination) - Constructor for class com.dnsimple.response.ListContactsResponse
 
listDelegationSignerRecords(String, String) - Method in interface com.dnsimple.Domains
Lists the delegation signer records in the domain.
listDelegationSignerRecords(String, String, Map<String, Object>) - Method in interface com.dnsimple.Domains
Lists the delegation signer records in the domain.
listDelegationSignerRecords(String, String) - Method in class com.dnsimple.endpoints.http.DomainsEndpoint
Lists the delegation signer records in the domain.
listDelegationSignerRecords(String, String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.DomainsEndpoint
Lists the delegation signer records in the domain.
ListDelegationSignerRecordsResponse - Class in com.dnsimple.response
 
ListDelegationSignerRecordsResponse() - Constructor for class com.dnsimple.response.ListDelegationSignerRecordsResponse
 
ListDelegationSignerRecordsResponse(List<DelegationSignerRecord>) - Constructor for class com.dnsimple.response.ListDelegationSignerRecordsResponse
 
ListDelegationSignerRecordsResponse(List<DelegationSignerRecord>, Pagination) - Constructor for class com.dnsimple.response.ListDelegationSignerRecordsResponse
 
listDomains(String) - Method in interface com.dnsimple.Domains
Lists the domains in the account.
listDomains(String, Map<String, Object>) - Method in interface com.dnsimple.Domains
Lists the domains in the account.
listDomains(String) - Method in class com.dnsimple.endpoints.http.DomainsEndpoint
Lists the domains in the account.
listDomains(String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.DomainsEndpoint
Lists the domains in the account.
ListDomainsResponse - Class in com.dnsimple.response
 
ListDomainsResponse() - Constructor for class com.dnsimple.response.ListDomainsResponse
 
ListDomainsResponse(List<Domain>) - Constructor for class com.dnsimple.response.ListDomainsResponse
 
ListDomainsResponse(List<Domain>, Pagination) - Constructor for class com.dnsimple.response.ListDomainsResponse
 
listEmailForwards(String, String) - Method in interface com.dnsimple.Domains
List email forwards under a given domain.
listEmailForwards(String, String, Map<String, Object>) - Method in interface com.dnsimple.Domains
List email forwards under a given domain.
listEmailForwards(String, String) - Method in class com.dnsimple.endpoints.http.DomainsEndpoint
List email forwards under a given domain.
listEmailForwards(String, String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.DomainsEndpoint
List email forwards under a given domain.
ListEmailForwardsResponse - Class in com.dnsimple.response
 
ListEmailForwardsResponse() - Constructor for class com.dnsimple.response.ListEmailForwardsResponse
 
listPushes(String, String) - Method in interface com.dnsimple.Domains
List pushes under a given domain.
listPushes(String, String, Map<String, Object>) - Method in interface com.dnsimple.Domains
List pushes under a given domain.
listPushes(String, String) - Method in class com.dnsimple.endpoints.http.DomainsEndpoint
List pushes under a given domain.
listPushes(String, String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.DomainsEndpoint
List pushes under a given domain.
ListPushesResponse - Class in com.dnsimple.response
 
ListPushesResponse() - Constructor for class com.dnsimple.response.ListPushesResponse
 
listServices() - Method in class com.dnsimple.endpoints.http.ServicesEndpoint
 
listServices(Map<String, Object>) - Method in class com.dnsimple.endpoints.http.ServicesEndpoint
 
listServices() - Method in interface com.dnsimple.Services
Lists the available one-click services.
listServices(Map<String, Object>) - Method in interface com.dnsimple.Services
Lists the available one-click services.
ListServicesResponse - Class in com.dnsimple.response
 
ListServicesResponse() - Constructor for class com.dnsimple.response.ListServicesResponse
 
listTemplateRecords(String, String) - Method in class com.dnsimple.endpoints.http.TemplatesEndpoint
 
listTemplateRecords(String, String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.TemplatesEndpoint
 
listTemplateRecords(String, String) - Method in interface com.dnsimple.Templates
Lists the records in the template.
listTemplateRecords(String, String, Map<String, Object>) - Method in interface com.dnsimple.Templates
Lists the records in the template.
ListTemplateRecordsResponse - Class in com.dnsimple.response
 
ListTemplateRecordsResponse() - Constructor for class com.dnsimple.response.ListTemplateRecordsResponse
 
listTemplates(String) - Method in class com.dnsimple.endpoints.http.TemplatesEndpoint
 
listTemplates(String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.TemplatesEndpoint
 
listTemplates(String) - Method in interface com.dnsimple.Templates
Lists the templates in the account.
listTemplates(String, Map<String, Object>) - Method in interface com.dnsimple.Templates
Lists the templates in the account.
ListTemplatesResponse - Class in com.dnsimple.response
 
ListTemplatesResponse() - Constructor for class com.dnsimple.response.ListTemplatesResponse
 
listTlds() - Method in class com.dnsimple.endpoints.http.TldsEndpoint
 
listTlds(Map<String, Object>) - Method in class com.dnsimple.endpoints.http.TldsEndpoint
 
listTlds() - Method in interface com.dnsimple.Tlds
Lists supported TLDs for registration
listTlds(Map<String, Object>) - Method in interface com.dnsimple.Tlds
Lists supported TLDs for registration
ListTldsResponse - Class in com.dnsimple.response
 
ListTldsResponse() - Constructor for class com.dnsimple.response.ListTldsResponse
 
listWebhooks(String) - Method in class com.dnsimple.endpoints.http.WebhooksEndpoint
 
listWebhooks(String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.WebhooksEndpoint
 
listWebhooks(String) - Method in interface com.dnsimple.Webhooks
Lists the webhooks in the account.
listWebhooks(String, Map<String, Object>) - Method in interface com.dnsimple.Webhooks
Lists the webhooks in the account.
ListWebhooksResponse - Class in com.dnsimple.response
 
ListWebhooksResponse() - Constructor for class com.dnsimple.response.ListWebhooksResponse
 
listZoneRecords(String, String) - Method in class com.dnsimple.endpoints.http.ZonesEndpoint
 
listZoneRecords(String, String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.ZonesEndpoint
 
listZoneRecords(String, String) - Method in interface com.dnsimple.Zones
Lists the records in the zone.
listZoneRecords(String, String, Map<String, Object>) - Method in interface com.dnsimple.Zones
Lists the records in the zone.
ListZoneRecordsResponse - Class in com.dnsimple.response
 
ListZoneRecordsResponse() - Constructor for class com.dnsimple.response.ListZoneRecordsResponse
 
listZones(String) - Method in class com.dnsimple.endpoints.http.ZonesEndpoint
 
listZones(String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.ZonesEndpoint
 
listZones(String) - Method in interface com.dnsimple.Zones
Lists the zones in the account.
listZones(String, Map<String, Object>) - Method in interface com.dnsimple.Zones
Lists the zones in the account.
ListZonesResponse - Class in com.dnsimple.response
 
ListZonesResponse() - Constructor for class com.dnsimple.response.ListZonesResponse
 

N

name - Variable in class com.dnsimple.request.Filter
 
NameServer - Class in com.dnsimple.data
 
NameServer() - Constructor for class com.dnsimple.data.NameServer
 

O

oauth - Variable in class com.dnsimple.Client
 
oauth() - Method in interface com.dnsimple.endpoints.EndpointAdapter
 
oauth() - Method in class com.dnsimple.endpoints.http.HttpEndpointAdapter
 
Oauth - Interface in com.dnsimple
Provides access to the DNSimple OAuth API.
OauthEndpoint - Class in com.dnsimple.endpoints.http
 
OauthEndpoint(HttpEndpointClient) - Constructor for class com.dnsimple.endpoints.http.OauthEndpoint
 
OauthToken - Class in com.dnsimple.data
 
OauthToken() - Constructor for class com.dnsimple.data.OauthToken
 

P

Pagination - Class in com.dnsimple.data
 
Pagination() - Constructor for class com.dnsimple.data.Pagination
 
parseResponse(HttpResponse, Class<?>) - Method in class com.dnsimple.endpoints.http.HttpEndpointClient
Parse the response from the HTTP call into an instance of the given class.
patch(String, Object) - Method in class com.dnsimple.endpoints.http.HttpEndpointClient
 
patch(String, Object, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.HttpEndpointClient
 
post(String) - Method in class com.dnsimple.endpoints.http.HttpEndpointClient
 
post(String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.HttpEndpointClient
 
post(String, Map<String, Object>, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.HttpEndpointClient
 
PRODUCTION_API_BASE - Static variable in class com.dnsimple.Dnsimple
 
Push - Class in com.dnsimple.data
 
Push() - Constructor for class com.dnsimple.data.Push
 
put(String) - Method in class com.dnsimple.endpoints.http.HttpEndpointClient
 
put(String, Object) - Method in class com.dnsimple.endpoints.http.HttpEndpointClient
 
put(String, Object, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.HttpEndpointClient
 

R

registerDomain(String, String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.RegistrarEndpoint
 
registerDomain(String, String, Map<String, Object>) - Method in interface com.dnsimple.Registrar
Registers a domain.
RegisterDomainResponse - Class in com.dnsimple.response
 
RegisterDomainResponse() - Constructor for class com.dnsimple.response.RegisterDomainResponse
 
registrar - Variable in class com.dnsimple.Client
 
registrar() - Method in interface com.dnsimple.endpoints.EndpointAdapter
 
registrar() - Method in class com.dnsimple.endpoints.http.HttpEndpointAdapter
 
Registrar - Interface in com.dnsimple
Provides access to the DNSimple Registrar API.
RegistrarEndpoint - Class in com.dnsimple.endpoints.http
 
RegistrarEndpoint(HttpEndpointClient) - Constructor for class com.dnsimple.endpoints.http.RegistrarEndpoint
 
rejectPush(String, String) - Method in interface com.dnsimple.Domains
Reject a push.
rejectPush(String, String) - Method in class com.dnsimple.endpoints.http.DomainsEndpoint
Reject a push.
RejectPushResponse - Class in com.dnsimple.response
 
RejectPushResponse() - Constructor for class com.dnsimple.response.RejectPushResponse
 
renewDomain(String, String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.RegistrarEndpoint
 
renewDomain(String, String, Map<String, Object>) - Method in interface com.dnsimple.Registrar
Renews a domain.
RenewDomainResponse - Class in com.dnsimple.response
 
RenewDomainResponse() - Constructor for class com.dnsimple.response.RenewDomainResponse
 
request(String, String, Object, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.HttpEndpointClient
 
resetDomainToken(String, String) - Method in interface com.dnsimple.Domains
Resets the domain token.
resetDomainToken(String, String) - Method in class com.dnsimple.endpoints.http.DomainsEndpoint
Resets the domain token.
ResetDomainTokenResponse - Class in com.dnsimple.response
 
ResetDomainTokenResponse() - Constructor for class com.dnsimple.response.ResetDomainTokenResponse
 
ResourceNotFoundException - Exception in com.dnsimple.exception
 
ResourceNotFoundException(String, String, Integer) - Constructor for exception com.dnsimple.exception.ResourceNotFoundException
 
ResourceNotFoundException(String, String, Integer, Throwable) - Constructor for exception com.dnsimple.exception.ResourceNotFoundException
 

S

serialVersionUID - Static variable in exception com.dnsimple.exception.DnsimpleException
 
serialVersionUID - Static variable in exception com.dnsimple.exception.ResourceNotFoundException
 
Service - Class in com.dnsimple.data
 
Service() - Constructor for class com.dnsimple.data.Service
 
services - Variable in class com.dnsimple.Client
 
services() - Method in interface com.dnsimple.endpoints.EndpointAdapter
 
services() - Method in class com.dnsimple.endpoints.http.HttpEndpointAdapter
 
Services - Interface in com.dnsimple
Provides access to the DNSimple one-click Services API.
ServicesEndpoint - Class in com.dnsimple.endpoints.http
 
ServicesEndpoint(HttpEndpointClient) - Constructor for class com.dnsimple.endpoints.http.ServicesEndpoint
 
ServiceSetting - Class in com.dnsimple.data
 
ServiceSetting() - Constructor for class com.dnsimple.data.ServiceSetting
 
setApiBase(String) - Static method in class com.dnsimple.Dnsimple
 
setHttpRequest(HttpRequest) - Method in class com.dnsimple.response.ApiResponse
 
setHttpResponse(HttpResponse) - Method in class com.dnsimple.response.ApiResponse
 
setTransport(HttpTransport) - Method in class com.dnsimple.Client
Set the underlying transport mechanism.
setTransport(HttpTransport) - Method in class com.dnsimple.endpoints.http.HttpEndpointClient
Set the underlying transport mechanism.

T

Template - Class in com.dnsimple.data
 
Template() - Constructor for class com.dnsimple.data.Template
 
TemplateRecord - Class in com.dnsimple.data
 
TemplateRecord() - Constructor for class com.dnsimple.data.TemplateRecord
 
templates - Variable in class com.dnsimple.Client
 
templates() - Method in interface com.dnsimple.endpoints.EndpointAdapter
 
templates() - Method in class com.dnsimple.endpoints.http.HttpEndpointAdapter
 
Templates - Interface in com.dnsimple
Provides access to the DNSimple Templates API.
TemplatesEndpoint - Class in com.dnsimple.endpoints.http
 
TemplatesEndpoint(HttpEndpointClient) - Constructor for class com.dnsimple.endpoints.http.TemplatesEndpoint
 
Tld - Class in com.dnsimple.data
 
Tld() - Constructor for class com.dnsimple.data.Tld
 
TldExtendedAttribute - Class in com.dnsimple.data
 
TldExtendedAttribute() - Constructor for class com.dnsimple.data.TldExtendedAttribute
 
TldExtendedAttributeOption - Class in com.dnsimple.data
 
TldExtendedAttributeOption() - Constructor for class com.dnsimple.data.TldExtendedAttributeOption
 
tlds - Variable in class com.dnsimple.Client
 
tlds() - Method in interface com.dnsimple.endpoints.EndpointAdapter
 
tlds() - Method in class com.dnsimple.endpoints.http.HttpEndpointAdapter
 
Tlds - Interface in com.dnsimple
Provides access to the DNSimple TLDs API.
TldsEndpoint - Class in com.dnsimple.endpoints.http
 
TldsEndpoint(HttpEndpointClient) - Constructor for class com.dnsimple.endpoints.http.TldsEndpoint
 
transferDomain(String, String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.RegistrarEndpoint
 
transferDomain(String, String, Map<String, Object>) - Method in interface com.dnsimple.Registrar
Starts the transfer of a domain to DNSimple.
transferDomainOut(String, String) - Method in class com.dnsimple.endpoints.http.RegistrarEndpoint
 
transferDomainOut(String, String) - Method in interface com.dnsimple.Registrar
Requests the transfer of a domain out of DNSimple.
TransferDomainOutResponse - Class in com.dnsimple.response
 
TransferDomainOutResponse() - Constructor for class com.dnsimple.response.TransferDomainOutResponse
 
TransferDomainResponse - Class in com.dnsimple.response
 
TransferDomainResponse() - Constructor for class com.dnsimple.response.TransferDomainResponse
 
transformException(HttpResponseException) - Static method in exception com.dnsimple.exception.DnsimpleException
Transform an HttpResponseException into a DnsimpleException.

U

unapplyService(String, String, String) - Method in class com.dnsimple.endpoints.http.ServicesEndpoint
 
unapplyService(String, String, String) - Method in interface com.dnsimple.Services
Unapply the given one-click service the given domain.
UnapplyServiceResponse - Class in com.dnsimple.response
 
UnapplyServiceResponse() - Constructor for class com.dnsimple.response.UnapplyServiceResponse
 
updateContact(String, String, Map<String, Object>) - Method in interface com.dnsimple.Contacts
Update a contact in the account.
updateContact(String, String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.ContactsEndpoint
 
UpdateContactResponse - Class in com.dnsimple.response
 
UpdateContactResponse() - Constructor for class com.dnsimple.response.UpdateContactResponse
 
updateTemplate(String, String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.TemplatesEndpoint
 
updateTemplate(String, String, Map<String, Object>) - Method in interface com.dnsimple.Templates
Update a template in the account.
UpdateTemplateResponse - Class in com.dnsimple.response
 
UpdateTemplateResponse() - Constructor for class com.dnsimple.response.UpdateTemplateResponse
 
updateZoneRecord(String, String, String, Map<String, Object>) - Method in class com.dnsimple.endpoints.http.ZonesEndpoint
 
updateZoneRecord(String, String, String, Map<String, Object>) - Method in interface com.dnsimple.Zones
Update a record in a zone.
UpdateZoneRecordResponse - Class in com.dnsimple.response
 
UpdateZoneRecordResponse() - Constructor for class com.dnsimple.response.UpdateZoneRecordResponse
 
User - Class in com.dnsimple.data
 
User() - Constructor for class com.dnsimple.data.User
 

V

value - Variable in class com.dnsimple.request.Filter
 
vanityNameServers - Variable in class com.dnsimple.Client
 
vanityNameServers() - Method in interface com.dnsimple.endpoints.EndpointAdapter
 
vanityNameServers() - Method in class com.dnsimple.endpoints.http.HttpEndpointAdapter
 
VanityNameServers - Interface in com.dnsimple
Provides access to the DNSimple Vanity Name Server API
VanityNameServersEndpoint - Class in com.dnsimple.endpoints.http
 
VanityNameServersEndpoint(HttpEndpointClient) - Constructor for class com.dnsimple.endpoints.http.VanityNameServersEndpoint
 

W

Webhook - Class in com.dnsimple.data
 
Webhook() - Constructor for class com.dnsimple.data.Webhook
 
webhooks - Variable in class com.dnsimple.Client
 
webhooks() - Method in interface com.dnsimple.endpoints.EndpointAdapter
 
webhooks() - Method in class com.dnsimple.endpoints.http.HttpEndpointAdapter
 
Webhooks - Interface in com.dnsimple
 
WebhooksEndpoint - Class in com.dnsimple.endpoints.http
 
WebhooksEndpoint(HttpEndpointClient) - Constructor for class com.dnsimple.endpoints.http.WebhooksEndpoint
 
Whoami - Class in com.dnsimple.data
 
Whoami() - Constructor for class com.dnsimple.data.Whoami
 
Whoami(Account) - Constructor for class com.dnsimple.data.Whoami
 
Whoami(User) - Constructor for class com.dnsimple.data.Whoami
 
whoami() - Method in class com.dnsimple.endpoints.http.IdentityEndpoint
 
whoami() - Method in interface com.dnsimple.Identity
Gets the information about the current authenticated context.
WhoamiResponse - Class in com.dnsimple.response
 
WhoamiResponse() - Constructor for class com.dnsimple.response.WhoamiResponse
 
WhoamiResponse(Whoami) - Constructor for class com.dnsimple.response.WhoamiResponse
 
WhoisPrivacy - Class in com.dnsimple.data
 
WhoisPrivacy() - Constructor for class com.dnsimple.data.WhoisPrivacy
 

Z

Zone - Class in com.dnsimple.data
 
Zone() - Constructor for class com.dnsimple.data.Zone
 
ZoneFile - Class in com.dnsimple.data
 
ZoneFile() - Constructor for class com.dnsimple.data.ZoneFile
 
ZoneRecord - Class in com.dnsimple.data
 
ZoneRecord() - Constructor for class com.dnsimple.data.ZoneRecord
 
zones - Variable in class com.dnsimple.Client
 
zones() - Method in interface com.dnsimple.endpoints.EndpointAdapter
 
zones() - Method in class com.dnsimple.endpoints.http.HttpEndpointAdapter
 
Zones - Interface in com.dnsimple
Provides access to the DNSimple Zones API.
ZonesEndpoint - Class in com.dnsimple.endpoints.http
 
ZonesEndpoint(HttpEndpointClient) - Constructor for class com.dnsimple.endpoints.http.ZonesEndpoint
 
A C D E F G H I L N O P R S T U V W Z 
Skip navigation links

Copyright © 2017 DNSimple. All rights reserved.