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()
      Unique pseudonymous or anonymous user identifier. This helps with analytics and click and conversion events. For more information, see [user token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/).
    • setDeletedUntil

      public DeleteUserProfileResponse setDeletedUntil(String deletedUntil)
    • getDeletedUntil

      @Nonnull public String getDeletedUntil()
      Date and time when the user profile can be safely considered to be deleted. Any events received after the `deletedUntil` date start 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