Class UpdateApiKeyResponse

    • Constructor Detail

      • UpdateApiKeyResponse

        public UpdateApiKeyResponse()
    • Method Detail

      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • setGetApiKeyFunction

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

        public void setUpdatedAt​(OffsetDateTime updatedAt)
      • getPendingKey

        public ApiKey getPendingKey()
      • setPendingKey

        public void setPendingKey​(ApiKey pendingKey)
      • 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