Package com.algolia.model.ingestion
Class SourceJSON
java.lang.Object
com.algolia.model.ingestion.SourceJSON
- All Implemented Interfaces:
SourceInput
,SourceUpdateInput
SourceJSON
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.algolia.model.ingestion.SourceInput
SourceInput.Deserializer
Nested classes/interfaces inherited from interface com.algolia.model.ingestion.SourceUpdateInput
SourceUpdateInput.Deserializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get methodName of a column that contains a unique ID which will be used as `objectID` in Algolia.getUrl()
URL of the file.int
hashCode()
setMethod
(MethodType method) setUniqueIDColumn
(String uniqueIDColumn) toString()
-
Constructor Details
-
SourceJSON
public SourceJSON()
-
-
Method Details
-
setUrl
-
getUrl
URL of the file. -
setUniqueIDColumn
-
getUniqueIDColumn
Name of a column that contains a unique ID which will be used as `objectID` in Algolia. -
setMethod
-
getMethod
Get method -
equals
-
hashCode
public int hashCode() -
toString
-