Class AddApiKeyResponse

    • Constructor Detail

      • AddApiKeyResponse

        public AddApiKeyResponse()
    • Method Detail

      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • setGetApiKeyFunction

        public void setGetApiKeyFunction​(Function<String,​ApiKey> getApiKeyConsumer)
      • setCreatedAt

        public void setCreatedAt​(OffsetDateTime createdAt)
      • waitTask

        public void waitTask()
        Description copied from interface: WaitableResponse
        Wait for a task to complete before executing the next line of code, to synchronize index updates.
        Specified by:
        waitTask in interface WaitableResponse