@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2017-11-21T16:23:00.366+05:30")
public class CreateAccount
extends Object
| Constructor and Description |
|---|
CreateAccount() |
| Modifier and Type | Method and Description |
|---|---|
CreateAccount |
accountStatus(String accountStatus) |
CreateAccount |
addPaymentMethodsItem(PaymentMethod paymentMethodsItem) |
CreateAccount |
addPromotionsItem(Promotion promotionsItem) |
CreateAccount |
age(String age) |
CreateAccount |
billingAddress(BillingAddress billingAddress) |
CreateAccount |
customInfo(CustomInfo customInfo) |
CreateAccount |
deviceIp(String deviceIp) |
CreateAccount |
emailConfirmedStatus(String emailConfirmedStatus) |
boolean |
equals(Object o) |
CreateAccount |
facebookId(String facebookId) |
CreateAccount |
firstName(String firstName) |
CreateAccount |
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.
|
CreateAccount |
googleId(String googleId) |
int |
hashCode() |
CreateAccount |
isNewsletterSubscribed(Boolean isNewsletterSubscribed) |
CreateAccount |
lastName(String lastName) |
CreateAccount |
originTimestamp(String originTimestamp) |
CreateAccount |
paymentMethods(List<PaymentMethod> paymentMethods) |
CreateAccount |
phone(String phone) |
CreateAccount |
phoneConfirmedStatus(String phoneConfirmedStatus) |
CreateAccount |
promotions(List<Promotion> promotions) |
CreateAccount |
referralCode(String referralCode) |
CreateAccount |
referrerUserId(String referrerUserId) |
CreateAccount |
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) |
CreateAccount |
shippingAddress(ShippingAddress shippingAddress) |
CreateAccount |
socialSignOnType(String socialSignOnType) |
String |
toString() |
CreateAccount |
twitterId(String twitterId) |
CreateAccount |
userEmail(String userEmail) |
CreateAccount |
userId(String userId) |
public CreateAccount userId(String userId)
public String getUserId()
public void setUserId(String userId)
public CreateAccount sessionId(String sessionId)
public String getSessionId()
public void setSessionId(String sessionId)
public CreateAccount deviceIp(String deviceIp)
public String getDeviceIp()
public void setDeviceIp(String deviceIp)
public CreateAccount originTimestamp(String originTimestamp)
public String getOriginTimestamp()
public void setOriginTimestamp(String originTimestamp)
public CreateAccount userEmail(String userEmail)
public String getUserEmail()
public void setUserEmail(String userEmail)
public CreateAccount firstName(String firstName)
public String getFirstName()
public void setFirstName(String firstName)
public CreateAccount lastName(String lastName)
public String getLastName()
public void setLastName(String lastName)
public CreateAccount phone(String phone)
public String getPhone()
public void setPhone(String phone)
public CreateAccount age(String age)
public String getAge()
public void setAge(String age)
public CreateAccount gender(String gender)
public String getGender()
public void setGender(String gender)
public CreateAccount referralCode(String referralCode)
public String getReferralCode()
public void setReferralCode(String referralCode)
public CreateAccount referrerUserId(String referrerUserId)
public String getReferrerUserId()
public void setReferrerUserId(String referrerUserId)
public CreateAccount billingAddress(BillingAddress billingAddress)
public BillingAddress getBillingAddress()
public void setBillingAddress(BillingAddress billingAddress)
public CreateAccount shippingAddress(ShippingAddress shippingAddress)
public ShippingAddress getShippingAddress()
public void setShippingAddress(ShippingAddress shippingAddress)
public CreateAccount paymentMethods(List<PaymentMethod> paymentMethods)
public CreateAccount addPaymentMethodsItem(PaymentMethod paymentMethodsItem)
public List<PaymentMethod> getPaymentMethods()
public void setPaymentMethods(List<PaymentMethod> paymentMethods)
public CreateAccount promotions(List<Promotion> promotions)
public CreateAccount addPromotionsItem(Promotion promotionsItem)
public List<Promotion> getPromotions()
public CreateAccount socialSignOnType(String socialSignOnType)
public String getSocialSignOnType()
public void setSocialSignOnType(String socialSignOnType)
public CreateAccount emailConfirmedStatus(String emailConfirmedStatus)
public String getEmailConfirmedStatus()
public void setEmailConfirmedStatus(String emailConfirmedStatus)
public CreateAccount phoneConfirmedStatus(String phoneConfirmedStatus)
public String getPhoneConfirmedStatus()
public void setPhoneConfirmedStatus(String phoneConfirmedStatus)
public CreateAccount isNewsletterSubscribed(Boolean isNewsletterSubscribed)
public Boolean getIsNewsletterSubscribed()
public void setIsNewsletterSubscribed(Boolean isNewsletterSubscribed)
public CreateAccount accountStatus(String accountStatus)
public String getAccountStatus()
public void setAccountStatus(String accountStatus)
public CreateAccount facebookId(String facebookId)
public String getFacebookId()
public void setFacebookId(String facebookId)
public CreateAccount googleId(String googleId)
public String getGoogleId()
public void setGoogleId(String googleId)
public CreateAccount twitterId(String twitterId)
public String getTwitterId()
public void setTwitterId(String twitterId)
public CreateAccount customInfo(CustomInfo customInfo)
public CustomInfo getCustomInfo()
public void setCustomInfo(CustomInfo customInfo)
Copyright © 2017. All rights reserved.