public static class FlattenTypeHandler.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FlattenTypeHandler |
build() |
FlattenTypeHandler.Builder |
configValues(ConfigValues configValues) |
FlattenTypeHandler.Builder |
copy(FlattenTypeHandler model) |
FlattenTypeHandler.Builder |
flattenDetails(String flattenDetails)
Contains a key for referencing the flattenDetails information.
|
FlattenTypeHandler.Builder |
key(String key)
The key of the object.
|
FlattenTypeHandler.Builder |
modelVersion(String modelVersion)
The model version of an object.
|
FlattenTypeHandler.Builder |
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects,
other values reserved.
|
FlattenTypeHandler.Builder |
parentRef(ParentReference parentRef) |
FlattenTypeHandler.Builder |
scope(String scope)
Reference key for the typed object.
|
public FlattenTypeHandler.Builder key(String key)
The key of the object.
key
- the value to setpublic FlattenTypeHandler.Builder modelVersion(String modelVersion)
The model version of an object.
modelVersion
- the value to setpublic FlattenTypeHandler.Builder parentRef(ParentReference parentRef)
public FlattenTypeHandler.Builder scope(String scope)
Reference key for the typed object.
scope
- the value to setpublic FlattenTypeHandler.Builder flattenDetails(String flattenDetails)
Contains a key for referencing the flattenDetails information.
flattenDetails
- the value to setpublic FlattenTypeHandler.Builder configValues(ConfigValues configValues)
public FlattenTypeHandler.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 FlattenTypeHandler build()
public FlattenTypeHandler.Builder copy(FlattenTypeHandler model)
Copyright © 2016–2025. All rights reserved.