Package com.algolia.model.ingestion
Class TransformationCreate
java.lang.Object
com.algolia.model.ingestion.TransformationCreate
API request body for creating a transformation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAuthenticationIDs
(String authenticationIDsItem) boolean
The authentications associated with the current transformation.getCode()
The source code of the transformation.A descriptive name for your transformation of what it does.getName()
The uniquely identified name of your transformation.int
hashCode()
setAuthenticationIDs
(List<String> authenticationIDs) setDescription
(String description) toString()
-
Constructor Details
-
TransformationCreate
public TransformationCreate()
-
-
Method Details
-
setCode
-
getCode
The source code of the transformation. -
setName
-
getName
The uniquely identified name of your transformation. -
setDescription
-
getDescription
A descriptive name for your transformation of what it does. -
setAuthenticationIDs
-
addAuthenticationIDs
-
getAuthenticationIDs
The authentications associated with the current transformation. -
equals
-
hashCode
public int hashCode() -
toString
-