Class Endpoint


  • public final class Endpoint
    extends Object
    Endpoint for custom documents.
    • Constructor Detail

      • Endpoint

        public Endpoint​(String endpointName,
                        String accountName)
      • Endpoint

        public Endpoint​(String endpointName,
                        String accountName,
                        String version)
      • Endpoint

        public Endpoint​(Class<DocT> documentClass)
    • Method Detail

      • getEndpointName

        public String getEndpointName()
        The name of the product associated to the expected model.
      • getAccountName

        public String getAccountName()
        The name of the account that owns the API. Useful when using custom builder.
      • getVersion

        public String getVersion()
        The version number of the API. Without the v (for example for the v1.2: 1.2).