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