Package com.algolia.model.ingestion
Class DestinationUpdate
java.lang.Object
com.algolia.model.ingestion.DestinationUpdate
API request body for updating a destination.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTransformationIDs(String transformationIDsItem) booleanUniversally unique identifier (UUID) of an authentication resource.getInput()Get inputgetName()Descriptive name for the resource.Get transformationIDsgetType()Get typeinthashCode()setAuthenticationID(String authenticationID) setInput(DestinationInput input) setTransformationIDs(List<String> transformationIDs) setType(DestinationType type) toString()
-
Constructor Details
-
DestinationUpdate
public DestinationUpdate()
-
-
Method Details
-
setType
-
getType
Get type -
setName
-
getName
Descriptive name for the resource. -
setInput
-
getInput
Get input -
setAuthenticationID
-
getAuthenticationID
Universally unique identifier (UUID) of an authentication resource. -
setTransformationIDs
-
addTransformationIDs
-
getTransformationIDs
Get transformationIDs -
equals
-
hashCode
public int hashCode() -
toString
-