Class DeleteUserProfileResponse
java.lang.Object
com.algolia.model.personalization.DeleteUserProfileResponse
DeleteUserProfileResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
A date until which the data can safely be considered as deleted for the given user.userToken representing the user for which to fetch the Personalization profile.int
hashCode()
setDeletedUntil
(String deletedUntil) setUserToken
(String userToken) toString()
-
Constructor Details
-
DeleteUserProfileResponse
public DeleteUserProfileResponse()
-
-
Method Details
-
setUserToken
-
getUserToken
userToken representing the user for which to fetch the Personalization profile. -
setDeletedUntil
-
getDeletedUntil
A date until which the data can safely be considered as deleted for the given user. Any data received after the `deletedUntil` date will start building a new user profile. -
equals
-
hashCode
public int hashCode() -
toString
-