Class DeleteUserProfileResponse

java.lang.Object
com.algolia.model.personalization.DeleteUserProfileResponse

public class DeleteUserProfileResponse extends Object
DeleteUserProfileResponse
  • Constructor Details

    • DeleteUserProfileResponse

      public DeleteUserProfileResponse()
  • Method Details

    • setUserToken

      public DeleteUserProfileResponse setUserToken(String userToken)
    • getUserToken

      @Nonnull public String getUserToken()
      userToken representing the user for which to fetch the Personalization profile.
    • setDeletedUntil

      public DeleteUserProfileResponse setDeletedUntil(String deletedUntil)
    • getDeletedUntil

      @Nonnull public String 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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object