public static class CustomField.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CustomField |
build() |
CustomField.Builder |
copy(CustomField model) |
CustomField.Builder |
key(String key)
the key of the custom field
|
CustomField.Builder |
value(String value)
the value of the custom field
|
public CustomField.Builder key(String key)
the key of the custom field
key
- the value to setpublic CustomField.Builder value(String value)
the value of the custom field
value
- the value to setpublic CustomField build()
public CustomField.Builder copy(CustomField model)
Copyright © 2016–2024. All rights reserved.