public class UpdateApiKeyResponse extends Object implements WaitableResponse, Serializable
| Constructor and Description |
|---|
UpdateApiKeyResponse() |
| Modifier and Type | Method and Description |
|---|---|
Function<String,ApiKey> |
getGetApiKeyFunction() |
String |
getKey() |
ApiKey |
getPendingKey() |
OffsetDateTime |
getUpdatedAt() |
void |
setGetApiKeyFunction(Function<String,ApiKey> getApiKeyConsumer) |
void |
setKey(String key) |
void |
setPendingKey(ApiKey pendingKey) |
void |
setUpdatedAt(OffsetDateTime updatedAt) |
void |
waitTask()
Wait for a task to complete before executing the next line of code, to synchronize index
updates.
|
public String getKey()
public void setKey(String key)
public OffsetDateTime getUpdatedAt()
public void setUpdatedAt(OffsetDateTime updatedAt)
public ApiKey getPendingKey()
public void setPendingKey(ApiKey pendingKey)
public void waitTask()
WaitableResponsewaitTask in interface WaitableResponseCopyright © 2019. All rights reserved.