Class ClearSynonymsResponse
- java.lang.Object
-
- com.algolia.search.models.indexing.IndexingResponse
-
- com.algolia.search.models.synonyms.ClearSynonymsResponse
-
- All Implemented Interfaces:
WaitableResponse,Serializable
public class ClearSynonymsResponse extends IndexingResponse
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClearSynonymsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OffsetDateTimegetUpdatedAt()ClearSynonymsResponsesetUpdatedAt(OffsetDateTime updatedAt)-
Methods inherited from class com.algolia.search.models.indexing.IndexingResponse
getTaskID, setTaskID, setWaitConsumer, waitTask
-
-
-
-
Method Detail
-
getUpdatedAt
public OffsetDateTime getUpdatedAt()
-
setUpdatedAt
public ClearSynonymsResponse setUpdatedAt(OffsetDateTime updatedAt)
-
-