@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2017-11-21T16:23:00.366+05:30")
public class UpdateAccount
extends Object
| Constructor and Description |
|---|
UpdateAccount() |
| Modifier and Type | Method and Description |
|---|---|
UpdateAccount |
accountStatus(String accountStatus) |
UpdateAccount |
addPaymentMethodsItem(PaymentMethod paymentMethodsItem) |
UpdateAccount |
addPromotionsItem(Promotion promotionsItem) |
UpdateAccount |
age(String age) |
UpdateAccount |
billingAddress(BillingAddress billingAddress) |
UpdateAccount |
customInfo(CustomInfo customInfo) |
UpdateAccount |
deviceIp(String deviceIp) |
UpdateAccount |
emailConfirmedStatus(String emailConfirmedStatus) |
boolean |
equals(Object o) |
UpdateAccount |
facebookId(String facebookId) |
UpdateAccount |
firstName(String firstName) |
UpdateAccount |
gender(String gender) |
String |
getAccountStatus()
Current status of account, e.g.
|
String |
getAge()
Age of the user e.g.
|
BillingAddress |
getBillingAddress()
Get billingAddress
|
CustomInfo |
getCustomInfo()
Get customInfo
|
String |
getDeviceIp()
IP address of the request made by the user.
|
String |
getEmailConfirmedStatus()
Status of email verification.
|
String |
getFacebookId()
Facebook user id or token of the user.
|
String |
getFirstName()
Provide the first name associated with the user here.
|
String |
getGender()
Gender of the user e.g.
|
String |
getGoogleId()
Google user id or token of the user.
|
Boolean |
getIsNewsletterSubscribed()
Is user subscribed for newsletter.
|
String |
getLastName()
Provide the last name associated with the user here.
|
String |
getOriginTimestamp()
Represents the time the event occured in your system.
|
List<PaymentMethod> |
getPaymentMethods()
The payment information associated with this account.
|
String |
getPhone()
The primary phone number of the user associated with this account.
|
String |
getPhoneConfirmedStatus()
Status of phone verification.
|
List<Promotion> |
getPromotions()
The list of promotions that apply to this account.
|
String |
getReferralCode()
Code or promotion used by the user while creating account.
|
String |
getReferrerUserId()
The ID of the user that referred the current user to your business.
|
String |
getSessionId()
The user's current session ID, used to tie a user's action before and after login or account creation.
|
ShippingAddress |
getShippingAddress()
Get shippingAddress
|
String |
getSocialSignOnType()
If the user logged in with a social identify provider, give the name here.
|
String |
getTwitterId()
Twitter handle or token of the user.
|
String |
getUserEmail()
Email of the user creating this order.
|
String |
getUserId()
The user's account ID according to your systems.
|
UpdateAccount |
googleId(String googleId) |
int |
hashCode() |
UpdateAccount |
isNewsletterSubscribed(Boolean isNewsletterSubscribed) |
UpdateAccount |
lastName(String lastName) |
UpdateAccount |
originTimestamp(String originTimestamp) |
UpdateAccount |
paymentMethods(List<PaymentMethod> paymentMethods) |
UpdateAccount |
phone(String phone) |
UpdateAccount |
phoneConfirmedStatus(String phoneConfirmedStatus) |
UpdateAccount |
promotions(List<Promotion> promotions) |
UpdateAccount |
referralCode(String referralCode) |
UpdateAccount |
referrerUserId(String referrerUserId) |
UpdateAccount |
sessionId(String sessionId) |
void |
setAccountStatus(String accountStatus) |
void |
setAge(String age) |
void |
setBillingAddress(BillingAddress billingAddress) |
void |
setCustomInfo(CustomInfo customInfo) |
void |
setDeviceIp(String deviceIp) |
void |
setEmailConfirmedStatus(String emailConfirmedStatus) |
void |
setFacebookId(String facebookId) |
void |
setFirstName(String firstName) |
void |
setGender(String gender) |
void |
setGoogleId(String googleId) |
void |
setIsNewsletterSubscribed(Boolean isNewsletterSubscribed) |
void |
setLastName(String lastName) |
void |
setOriginTimestamp(String originTimestamp) |
void |
setPaymentMethods(List<PaymentMethod> paymentMethods) |
void |
setPhone(String phone) |
void |
setPhoneConfirmedStatus(String phoneConfirmedStatus) |
void |
setPromotions(List<Promotion> promotions) |
void |
setReferralCode(String referralCode) |
void |
setReferrerUserId(String referrerUserId) |
void |
setSessionId(String sessionId) |
void |
setShippingAddress(ShippingAddress shippingAddress) |
void |
setSocialSignOnType(String socialSignOnType) |
void |
setTwitterId(String twitterId) |
void |
setUserEmail(String userEmail) |
void |
setUserId(String userId) |
UpdateAccount |
shippingAddress(ShippingAddress shippingAddress) |
UpdateAccount |
socialSignOnType(String socialSignOnType) |
String |
toString() |
UpdateAccount |
twitterId(String twitterId) |
UpdateAccount |
userEmail(String userEmail) |
UpdateAccount |
userId(String userId) |
public UpdateAccount userId(String userId)
public String getUserId()
public void setUserId(String userId)
public UpdateAccount sessionId(String sessionId)
public String getSessionId()
public void setSessionId(String sessionId)
public UpdateAccount deviceIp(String deviceIp)
public String getDeviceIp()
public void setDeviceIp(String deviceIp)
public UpdateAccount originTimestamp(String originTimestamp)
public String getOriginTimestamp()
public void setOriginTimestamp(String originTimestamp)
public UpdateAccount userEmail(String userEmail)
public String getUserEmail()
public void setUserEmail(String userEmail)
public UpdateAccount firstName(String firstName)
public String getFirstName()
public void setFirstName(String firstName)
public UpdateAccount lastName(String lastName)
public String getLastName()
public void setLastName(String lastName)
public UpdateAccount phone(String phone)
public String getPhone()
public void setPhone(String phone)
public UpdateAccount age(String age)
public String getAge()
public void setAge(String age)
public UpdateAccount gender(String gender)
public String getGender()
public void setGender(String gender)
public UpdateAccount referralCode(String referralCode)
public String getReferralCode()
public void setReferralCode(String referralCode)
public UpdateAccount referrerUserId(String referrerUserId)
public String getReferrerUserId()
public void setReferrerUserId(String referrerUserId)
public UpdateAccount billingAddress(BillingAddress billingAddress)
public BillingAddress getBillingAddress()
public void setBillingAddress(BillingAddress billingAddress)
public UpdateAccount shippingAddress(ShippingAddress shippingAddress)
public ShippingAddress getShippingAddress()
public void setShippingAddress(ShippingAddress shippingAddress)
public UpdateAccount paymentMethods(List<PaymentMethod> paymentMethods)
public UpdateAccount addPaymentMethodsItem(PaymentMethod paymentMethodsItem)
public List<PaymentMethod> getPaymentMethods()
public void setPaymentMethods(List<PaymentMethod> paymentMethods)
public UpdateAccount promotions(List<Promotion> promotions)
public UpdateAccount addPromotionsItem(Promotion promotionsItem)
public List<Promotion> getPromotions()
public UpdateAccount socialSignOnType(String socialSignOnType)
public String getSocialSignOnType()
public void setSocialSignOnType(String socialSignOnType)
public UpdateAccount emailConfirmedStatus(String emailConfirmedStatus)
public String getEmailConfirmedStatus()
public void setEmailConfirmedStatus(String emailConfirmedStatus)
public UpdateAccount phoneConfirmedStatus(String phoneConfirmedStatus)
public String getPhoneConfirmedStatus()
public void setPhoneConfirmedStatus(String phoneConfirmedStatus)
public UpdateAccount isNewsletterSubscribed(Boolean isNewsletterSubscribed)
public Boolean getIsNewsletterSubscribed()
public void setIsNewsletterSubscribed(Boolean isNewsletterSubscribed)
public UpdateAccount accountStatus(String accountStatus)
public String getAccountStatus()
public void setAccountStatus(String accountStatus)
public UpdateAccount facebookId(String facebookId)
public String getFacebookId()
public void setFacebookId(String facebookId)
public UpdateAccount googleId(String googleId)
public String getGoogleId()
public void setGoogleId(String googleId)
public UpdateAccount twitterId(String twitterId)
public String getTwitterId()
public void setTwitterId(String twitterId)
public UpdateAccount customInfo(CustomInfo customInfo)
public CustomInfo getCustomInfo()
public void setCustomInfo(CustomInfo customInfo)
Copyright © 2017. All rights reserved.