Class AddApiKeyResponse
- java.lang.Object
-
- com.algolia.search.models.apikeys.AddApiKeyResponse
-
- All Implemented Interfaces:
WaitableResponse,Serializable
public class AddApiKeyResponse extends Object implements WaitableResponse, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddApiKeyResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OffsetDateTimegetCreatedAt()StringgetKey()voidsetCreatedAt(OffsetDateTime createdAt)voidsetGetApiKeyFunction(Function<String,ApiKey> getApiKeyConsumer)voidsetKey(String key)voidwaitTask()Wait for a task to complete before executing the next line of code, to synchronize index updates.
-
-
-
Method Detail
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getCreatedAt
public OffsetDateTime getCreatedAt()
-
setCreatedAt
public void setCreatedAt(OffsetDateTime createdAt)
-
waitTask
public void waitTask()
Description copied from interface:WaitableResponseWait for a task to complete before executing the next line of code, to synchronize index updates.- Specified by:
waitTaskin interfaceWaitableResponse
-
-