public class FulfillmentRecipient extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FulfillmentRecipient.Builder
Class to build instances of
FulfillmentRecipient. |
| Modifier | Constructor and Description |
|---|---|
protected |
FulfillmentRecipient(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)
Initialization constructor.
|
|
FulfillmentRecipient(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.
|
FulfillmentRecipient.Builder |
toBuilder()
Builds a new
FulfillmentRecipient.Builder object. |
String |
toString()
Converts this FulfillmentRecipient into string format.
|
public FulfillmentRecipient(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 FulfillmentRecipient(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)
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 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 FulfillmentRecipient.Builder toBuilder()
FulfillmentRecipient.Builder object.
Creates the instance with the state of the current model.FulfillmentRecipient.Builder objectCopyright © 2024. All rights reserved.