public static class Expression.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Expression |
build() |
Expression.Builder |
configValues(ConfigValues configValues) |
Expression.Builder |
copy(Expression model) |
Expression.Builder |
exprString(String exprString)
The expression string for the object.
|
Expression.Builder |
key(String key)
The object key.
|
Expression.Builder |
modelType(String modelType)
The object type.
|
Expression.Builder |
modelVersion(String modelVersion)
The object’s model version.
|
Expression.Builder |
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects,
other values reserved.
|
Expression.Builder |
parentRef(ParentReference parentRef) |
public Expression.Builder key(String key)
The object key.
key
- the value to setpublic Expression.Builder modelType(String modelType)
The object type.
modelType
- the value to setpublic Expression.Builder modelVersion(String modelVersion)
The object’s model version.
modelVersion
- the value to setpublic Expression.Builder parentRef(ParentReference parentRef)
public Expression.Builder exprString(String exprString)
The expression string for the object.
exprString
- the value to setpublic Expression.Builder configValues(ConfigValues configValues)
public Expression.Builder objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectStatus
- the value to setpublic Expression build()
public Expression.Builder copy(Expression model)
Copyright © 2016–2024. All rights reserved.