public class OrderFulfillmentRecipient extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrderFulfillmentRecipient.Builder
Class to build instances of
OrderFulfillmentRecipient. |
| Modifier | Constructor and Description |
|---|---|
protected |
OrderFulfillmentRecipient(io.apimatic.core.types.OptionalNullable<String> customerId,
io.apimatic.core.types.OptionalNullable<String> displayName,
io.apimatic.core.types.OptionalNullable<String> emailAddress,
io.apimatic.core.types.OptionalNullable<String> phoneNumber,
Address address)
Internal initialization constructor.
|
|
OrderFulfillmentRecipient(String customerId,
String displayName,
String emailAddress,
String phoneNumber,
Address address)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Address |
getAddress()
Getter for Address.
|
String |
getCustomerId()
Getter for CustomerId.
|
String |
getDisplayName()
Getter for DisplayName.
|
String |
getEmailAddress()
Getter for EmailAddress.
|
String |
getPhoneNumber()
Getter for PhoneNumber.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetCustomerId()
Internal Getter for CustomerId.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetDisplayName()
Internal Getter for DisplayName.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetEmailAddress()
Internal Getter for EmailAddress.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetPhoneNumber()
Internal Getter for PhoneNumber.
|
OrderFulfillmentRecipient.Builder |
toBuilder()
Builds a new
OrderFulfillmentRecipient.Builder object. |
String |
toString()
Converts this OrderFulfillmentRecipient into string format.
|
public OrderFulfillmentRecipient(String customerId, String displayName, String emailAddress, String phoneNumber, Address address)
customerId - String value for customerId.displayName - String value for displayName.emailAddress - String value for emailAddress.phoneNumber - String value for phoneNumber.address - Address value for address.protected OrderFulfillmentRecipient(io.apimatic.core.types.OptionalNullable<String> customerId, io.apimatic.core.types.OptionalNullable<String> displayName, io.apimatic.core.types.OptionalNullable<String> emailAddress, io.apimatic.core.types.OptionalNullable<String> phoneNumber, Address address)
protected io.apimatic.core.types.OptionalNullable<String> internalGetCustomerId()
public String getCustomerId()
protected io.apimatic.core.types.OptionalNullable<String> internalGetDisplayName()
public String getDisplayName()
protected io.apimatic.core.types.OptionalNullable<String> internalGetEmailAddress()
public String getEmailAddress()
protected io.apimatic.core.types.OptionalNullable<String> internalGetPhoneNumber()
public String getPhoneNumber()
public Address getAddress()
public String toString()
public OrderFulfillmentRecipient.Builder toBuilder()
OrderFulfillmentRecipient.Builder object.
Creates the instance with the state of the current model.OrderFulfillmentRecipient.Builder objectCopyright © 2023. All rights reserved.