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) booleanThe authentications associated for 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.inthashCode()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 for the current transformation. -
equals
-
hashCode
public int hashCode() -
toString
-