public class PrePopulatedData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PrePopulatedData.Builder
Class to build instances of
PrePopulatedData. |
| Modifier | Constructor and Description |
|---|---|
protected |
PrePopulatedData(io.apimatic.core.types.OptionalNullable<String> buyerEmail,
io.apimatic.core.types.OptionalNullable<String> buyerPhoneNumber,
Address buyerAddress)
Initialization constructor.
|
|
PrePopulatedData(String buyerEmail,
String buyerPhoneNumber,
Address buyerAddress)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Address |
getBuyerAddress()
Getter for BuyerAddress.
|
String |
getBuyerEmail()
Getter for BuyerEmail.
|
String |
getBuyerPhoneNumber()
Getter for BuyerPhoneNumber.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetBuyerEmail()
Internal Getter for BuyerEmail.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetBuyerPhoneNumber()
Internal Getter for BuyerPhoneNumber.
|
PrePopulatedData.Builder |
toBuilder()
Builds a new
PrePopulatedData.Builder object. |
String |
toString()
Converts this PrePopulatedData into string format.
|
public PrePopulatedData(String buyerEmail, String buyerPhoneNumber, Address buyerAddress)
buyerEmail - String value for buyerEmail.buyerPhoneNumber - String value for buyerPhoneNumber.buyerAddress - Address value for buyerAddress.protected PrePopulatedData(io.apimatic.core.types.OptionalNullable<String> buyerEmail, io.apimatic.core.types.OptionalNullable<String> buyerPhoneNumber, Address buyerAddress)
buyerEmail - String value for buyerEmail.buyerPhoneNumber - String value for buyerPhoneNumber.buyerAddress - Address value for buyerAddress.protected io.apimatic.core.types.OptionalNullable<String> internalGetBuyerEmail()
public String getBuyerEmail()
protected io.apimatic.core.types.OptionalNullable<String> internalGetBuyerPhoneNumber()
public String getBuyerPhoneNumber()
public Address getBuyerAddress()
public String toString()
public PrePopulatedData.Builder toBuilder()
PrePopulatedData.Builder object.
Creates the instance with the state of the current model.PrePopulatedData.Builder objectCopyright © 2024. All rights reserved.