Package com.dnsimple

Class Client


  • public class Client
    extends java.lang.Object
    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.

    • Method Detail

      • setAccessToken

        public Client setAccessToken​(java.lang.String accessToken)
        Sets the access token for subsequent calls
        Parameters:
        accessToken - the access token to be used
        Returns:
        this Client object