Package com.algolia.model.ingestion
Class AuthenticationUpdate
java.lang.Object
com.algolia.model.ingestion.AuthenticationUpdate
Request body for updating an authentication resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getInput()
Get inputgetName()
Descriptive name for the resource.Get platformgetType()
Get typeint
hashCode()
setInput
(AuthInputPartial input) setPlatform
(Platform platform) setType
(AuthenticationType type) toString()
-
Constructor Details
-
AuthenticationUpdate
public AuthenticationUpdate()
-
-
Method Details