Class DeleteApiKeyResponse

    • Constructor Detail

      • DeleteApiKeyResponse

        public DeleteApiKeyResponse()
    • Method Detail

      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • setDeletedAt

        public void setDeletedAt​(OffsetDateTime deletedAt)
      • 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