Class RestoreApiKeyResponse

    • Constructor Detail

      • RestoreApiKeyResponse

        public RestoreApiKeyResponse()
    • Method Detail

      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • setGetApiKeyFunction

        public void setGetApiKeyFunction​(Function<String,​ApiKey> getApiKeyConsumer)
      • 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