public class EmailAddress extends Object implements Parcelable
ICustomerService.addEmailAddress(String customerId,
String emailAddress, ResultStatus resultStatus)
method or as part of a
Customer
object.Modifier and Type | Class and Description |
---|---|
static class |
EmailAddress.Builder |
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<EmailAddress> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
EmailAddress(JSONObject data) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
String |
getEmailAddress() |
String |
getId() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final Parcelable.Creator<EmailAddress> CREATOR
public EmailAddress(JSONObject data)
public String getId()
public String getEmailAddress()
public int describeContents()
describeContents
in interface Parcelable
public void writeToParcel(Parcel dest, int flags)
writeToParcel
in interface Parcelable