public class CustomerDetails extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomerDetails.Builder
Class to build instances of
CustomerDetails. |
| Modifier | Constructor and Description |
|---|---|
|
CustomerDetails(Boolean customerInitiated,
Boolean sellerKeyedIn)
Initialization constructor.
|
protected |
CustomerDetails(io.apimatic.core.types.OptionalNullable<Boolean> customerInitiated,
io.apimatic.core.types.OptionalNullable<Boolean> sellerKeyedIn)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getCustomerInitiated()
Getter for CustomerInitiated.
|
Boolean |
getSellerKeyedIn()
Getter for SellerKeyedIn.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<Boolean> |
internalGetCustomerInitiated()
Internal Getter for CustomerInitiated.
|
protected io.apimatic.core.types.OptionalNullable<Boolean> |
internalGetSellerKeyedIn()
Internal Getter for SellerKeyedIn.
|
CustomerDetails.Builder |
toBuilder()
Builds a new
CustomerDetails.Builder object. |
String |
toString()
Converts this CustomerDetails into string format.
|
public CustomerDetails(Boolean customerInitiated, Boolean sellerKeyedIn)
customerInitiated - Boolean value for customerInitiated.sellerKeyedIn - Boolean value for sellerKeyedIn.protected CustomerDetails(io.apimatic.core.types.OptionalNullable<Boolean> customerInitiated, io.apimatic.core.types.OptionalNullable<Boolean> sellerKeyedIn)
customerInitiated - Boolean value for customerInitiated.sellerKeyedIn - Boolean value for sellerKeyedIn.protected io.apimatic.core.types.OptionalNullable<Boolean> internalGetCustomerInitiated()
public Boolean getCustomerInitiated()
protected io.apimatic.core.types.OptionalNullable<Boolean> internalGetSellerKeyedIn()
public Boolean getSellerKeyedIn()
public String toString()
public CustomerDetails.Builder toBuilder()
CustomerDetails.Builder object.
Creates the instance with the state of the current model.CustomerDetails.Builder objectCopyright © 2024. All rights reserved.