Package com.algolia.model.ingestion
Class AuthenticationUpdateResponse
java.lang.Object
com.algolia.model.ingestion.AuthenticationUpdateResponse
API response for a successful update of an authentication resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanUniversally unique identifier (UUID) of an authentication resource.getName()Descriptive name for the resource.Date of last update in RFC 3339 format.inthashCode()setAuthenticationID(String authenticationID) setUpdatedAt(String updatedAt) toString()
-
Constructor Details
-
AuthenticationUpdateResponse
public AuthenticationUpdateResponse()
-
-
Method Details
-
setAuthenticationID
-
getAuthenticationID
Universally unique identifier (UUID) of an authentication resource. -
setName
-
getName
Descriptive name for the resource. -
setUpdatedAt
-
getUpdatedAt
Date of last update in RFC 3339 format. -
equals
-
hashCode
public int hashCode() -
toString
-