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