Package com.dnsimple.endpoints
Class Accounts
- java.lang.Object
-
- com.dnsimple.endpoints.Accounts
-
public final class Accounts extends java.lang.ObjectProvides access to the DNSimple Accounts API.
-
-
Constructor Summary
Constructors Constructor Description Accounts(HttpEndpointClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListResponse<Account>listAccounts()Lists the accounts the authenticated entity has access to.
-
-
-
Constructor Detail
-
Accounts
public Accounts(HttpEndpointClient client)
-
-
Method Detail
-
listAccounts
public ListResponse<Account> listAccounts()
Lists the accounts the authenticated entity has access to.- Returns:
- The list accounts response
- See Also:
- https://developer.dnsimple.com/v2/accounts#listAccounts
-
-