public class AddApiKeyResponse extends Object implements WaitableResponse, Serializable
| Constructor and Description |
|---|
AddApiKeyResponse() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
getCreatedAt() |
String |
getKey() |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setGetApiKeyFunction(Function<String,ApiKey> getApiKeyConsumer) |
void |
setKey(String key) |
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 getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public void waitTask()
WaitableResponsewaitTask in interface WaitableResponseCopyright © 2019. All rights reserved.