public static class CustomPropertySetUsage.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CustomPropertySetUsage |
build() |
CustomPropertySetUsage.Builder |
copy(CustomPropertySetUsage model) |
CustomPropertySetUsage.Builder |
displayName(String displayName)
Name of the custom property
|
CustomPropertySetUsage.Builder |
key(String key)
Unique Identifier of the attribute which is ID
|
CustomPropertySetUsage.Builder |
namespaceName(String namespaceName)
Namespace name of the custom property
|
CustomPropertySetUsage.Builder |
value(String value)
The custom property value
|
public CustomPropertySetUsage.Builder key(String key)
Unique Identifier of the attribute which is ID
key
- the value to setpublic CustomPropertySetUsage.Builder displayName(String displayName)
Name of the custom property
displayName
- the value to setpublic CustomPropertySetUsage.Builder value(String value)
The custom property value
value
- the value to setpublic CustomPropertySetUsage.Builder namespaceName(String namespaceName)
Namespace name of the custom property
namespaceName
- the value to setpublic CustomPropertySetUsage build()
public CustomPropertySetUsage.Builder copy(CustomPropertySetUsage model)
Copyright © 2016–2024. All rights reserved.