static CustomProperty.Builder |
CustomProperty.builder() |
|
CustomProperty.Builder |
CustomProperty.Builder.comment(String comment) |
A comment in addition to the description.
|
CustomProperty.Builder |
CustomProperty.Builder.dataEncoding(String dataEncoding) |
Indicates whether the property is binary data.
|
CustomProperty.Builder |
CustomProperty.Builder.dataEncoding(NodeDataEncoding dataEncoding) |
Indicates whether the property is binary data.
|
CustomProperty.Builder |
CustomProperty.Builder.dataType(String dataType) |
The data type for the custom property.
|
CustomProperty.Builder |
CustomProperty.Builder.dataType(NodeDataType dataType) |
The data type for the custom property.
|
CustomProperty.Builder |
CustomProperty.Builder.deprecationMessage(String deprecationMessage) |
The deprecation message for the node or the branch that was moved or deleted.
|
CustomProperty.Builder |
CustomProperty.Builder.description(String description) |
A brief description of the custom property.
|
CustomProperty.Builder |
CustomProperty.Builder.fullyQualifiedName(String fullyQualifiedName) |
The fully qualified name of the custom property.
|
CustomProperty.Builder |
CustomProperty.Builder.structFullyQualifiedName(String structFullyQualifiedName) |
The fully qualified name of the struct node for the custom property if the data type of the custom property
is Struct or StructArray.
|
CustomProperty.Builder |
CustomProperty.toBuilder() |
|