public static class CustomerTag.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CustomerTag |
build() |
CustomerTag.Builder |
copy(CustomerTag model) |
CustomerTag.Builder |
description(String description)
The tag description.
|
CustomerTag.Builder |
name(String name)
The tag name.
|
public CustomerTag.Builder name(String name)
The tag name.
name
- the value to setpublic CustomerTag.Builder description(String description)
The tag description.
description
- the value to setpublic CustomerTag build()
public CustomerTag.Builder copy(CustomerTag model)
Copyright © 2016–2024. All rights reserved.