Class BaseParameters.BaseBuilder<T extends BaseParameters.BaseBuilder<T>>

    • Field Detail

      • modelId

        protected final String modelId
      • alias

        protected String alias
      • webhookIds

        protected String[] webhookIds
    • Constructor Detail

      • BaseBuilder

        protected BaseBuilder​(String modelId)
    • Method Detail

      • self

        protected T self()
      • alias

        public T alias​(String alias)
        Set an alias for the uploaded document.
      • webhookIds

        public T webhookIds​(String[] webhookIds)
        Provide IDs of webhooks to forward the API response to.