public class LinkCustomerToGiftCardRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LinkCustomerToGiftCardRequest.Builder
Class to build instances of
LinkCustomerToGiftCardRequest. |
| Constructor and Description |
|---|
LinkCustomerToGiftCardRequest(String customerId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCustomerId()
Getter for CustomerId.
|
int |
hashCode() |
LinkCustomerToGiftCardRequest.Builder |
toBuilder()
Builds a new
LinkCustomerToGiftCardRequest.Builder object. |
String |
toString()
Converts this LinkCustomerToGiftCardRequest into string format.
|
public LinkCustomerToGiftCardRequest(String customerId)
customerId - String value for customerId.public String getCustomerId()
public String toString()
public LinkCustomerToGiftCardRequest.Builder toBuilder()
LinkCustomerToGiftCardRequest.Builder object.
Creates the instance with the state of the current model.LinkCustomerToGiftCardRequest.Builder objectCopyright © 2022. All rights reserved.