Annotation Type CustomEndpointInfo

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String accountName
      The name of the account that owns the API.
      String endpointName
      The name of the product associated to the expected model.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String version
      The version number of the API.
    • Element Detail

      • endpointName

        String endpointName
        The name of the product associated to the expected model.
      • accountName

        String accountName
        The name of the account that owns the API. Required when using custom builder.
      • version

        String version
        The version number of the API. Without the v (for example for the v1.2: 1.2). 1 by default.
        Default:
        "1"