Package com.algolia.model.ingestion
Class AuthenticationUpdateResponse
java.lang.Object
com.algolia.model.ingestion.AuthenticationUpdateResponse
Response from the API when the Authentication is successfully updated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe authentication UUID.getName()An human readable name describing the object.Date of last update (RFC3339 format).inthashCode()setAuthenticationID(String authenticationID) setUpdatedAt(String updatedAt) toString()
-
Constructor Details
-
AuthenticationUpdateResponse
public AuthenticationUpdateResponse()
-
-
Method Details
-
setAuthenticationID
-
getAuthenticationID
The authentication UUID. -
setName
-
getName
An human readable name describing the object. -
setUpdatedAt
-
getUpdatedAt
Date of last update (RFC3339 format). -
equals
-
hashCode
public int hashCode() -
toString
-