public static class CustomerGroup.Builder extends Object
CustomerGroup.| Constructor and Description |
|---|
Builder(String name)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CustomerGroup |
build()
Builds a new
CustomerGroup object using the set fields. |
CustomerGroup.Builder |
createdAt(String createdAt)
Setter for createdAt.
|
CustomerGroup.Builder |
id(String id)
Setter for id.
|
CustomerGroup.Builder |
name(String name)
Setter for name.
|
CustomerGroup.Builder |
updatedAt(String updatedAt)
Setter for updatedAt.
|
public Builder(String name)
name - String value for name.public CustomerGroup.Builder name(String name)
name - String value for name.public CustomerGroup.Builder id(String id)
id - String value for id.public CustomerGroup.Builder createdAt(String createdAt)
createdAt - String value for createdAt.public CustomerGroup.Builder updatedAt(String updatedAt)
updatedAt - String value for updatedAt.public CustomerGroup build()
CustomerGroup object using the set fields.CustomerGroupCopyright © 2022. All rights reserved.