public class UpdateAccount extends Event
UpdateAccount to record changes to the user's account information. For user accounts created
prior to integrating with Sift, there's no need to call CreateAccount before UpdateAccount.
Simply call UpdateAccount and we'll infer that account was created before integration.| Constructor and Description |
|---|
UpdateAccount() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Address |
getBillingAddress() |
Boolean |
getChangedPassword() |
String |
getName() |
PaymentMethod[] |
getPaymentMethods() |
String |
getPhone() |
String |
getReferrerUserId() |
SocialSignOnType |
getSocialSignOnType() |
String |
getUserEmail() |
String |
getUserId() |
UpdateAccount |
setBillingAddress(Address billingAddress) |
UpdateAccount |
setChangedPassword(Boolean changedPassword) |
UpdateAccount |
setName(String name) |
UpdateAccount |
setPaymentMethods(PaymentMethod[] paymentMethods) |
UpdateAccount |
setPhone(String phone) |
UpdateAccount |
setReferrerUserId(String referrerUserId) |
UpdateAccount |
setSocialSignOnType(SocialSignOnType socialSignOnType) |
UpdateAccount |
setUserEmail(String userEmail) |
UpdateAccount |
setUserId(String userId) |
addCustomField, getApiKey, getCustomFields, getEventType, getTime, setApiKey, setTimepublic String getUserId()
public Boolean getChangedPassword()
public String getUserEmail()
public String getName()
public String getPhone()
public String getReferrerUserId()
public PaymentMethod[] getPaymentMethods()
public Address getBillingAddress()
public SocialSignOnType getSocialSignOnType()
public UpdateAccount setUserId(String userId)
public UpdateAccount setChangedPassword(Boolean changedPassword)
public UpdateAccount setUserEmail(String userEmail)
public UpdateAccount setName(String name)
public UpdateAccount setPhone(String phone)
public UpdateAccount setReferrerUserId(String referrerUserId)
public UpdateAccount setPaymentMethods(PaymentMethod[] paymentMethods)
public UpdateAccount setBillingAddress(Address billingAddress)
public UpdateAccount setSocialSignOnType(SocialSignOnType socialSignOnType)
Copyright © 2014. All rights reserved.