public static class DynamicType.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DynamicType |
build() |
DynamicType.Builder |
configDefinition(ConfigDefinition configDefinition) |
DynamicType.Builder |
copy(DynamicType model) |
DynamicType.Builder |
description(String description) |
DynamicType.Builder |
key(String key) |
DynamicType.Builder |
modelVersion(String modelVersion) |
DynamicType.Builder |
name(String name) |
DynamicType.Builder |
objectStatus(Integer objectStatus) |
DynamicType.Builder |
parentRef(ParentReference parentRef) |
DynamicType.Builder |
typeHandler(DynamicTypeHandler typeHandler) |
public DynamicType.Builder key(String key)
public DynamicType.Builder modelVersion(String modelVersion)
public DynamicType.Builder parentRef(ParentReference parentRef)
public DynamicType.Builder name(String name)
public DynamicType.Builder objectStatus(Integer objectStatus)
public DynamicType.Builder description(String description)
public DynamicType.Builder typeHandler(DynamicTypeHandler typeHandler)
public DynamicType.Builder configDefinition(ConfigDefinition configDefinition)
public DynamicType build()
public DynamicType.Builder copy(DynamicType model)
Copyright © 2016–2025. All rights reserved.