Class RestoreApiKeyResponse
- java.lang.Object
-
- com.algolia.search.models.apikeys.RestoreApiKeyResponse
-
- All Implemented Interfaces:
WaitableResponse,Serializable
public class RestoreApiKeyResponse extends Object implements WaitableResponse, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RestoreApiKeyResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()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)
-
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
-
-