Package com.algolia.model.ingestion
Class RunSourcePayload
java.lang.Object
com.algolia.model.ingestion.RunSourcePayload
RunSourcePayload
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEntityIDs
(String entityIDsItem) addIndexToExclude
(String indexToExcludeItem) addIndexToInclude
(String indexToIncludeItem) boolean
List of entityID to update.Get entityTypeList of index names to exclude in reidexing/update.List of index names to include in reidexing/update.int
hashCode()
setEntityIDs
(List<String> entityIDs) setEntityType
(EntityType entityType) setIndexToExclude
(List<String> indexToExclude) setIndexToInclude
(List<String> indexToInclude) toString()
-
Constructor Details
-
RunSourcePayload
public RunSourcePayload()
-
-
Method Details
-
setIndexToInclude
-
addIndexToInclude
-
getIndexToInclude
List of index names to include in reidexing/update. -
setIndexToExclude
-
addIndexToExclude
-
getIndexToExclude
List of index names to exclude in reidexing/update. -
setEntityIDs
-
addEntityIDs
-
getEntityIDs
List of entityID to update. -
setEntityType
-
getEntityType
Get entityType -
equals
-
hashCode
public int hashCode() -
toString
-